From 4a0566c91e3a415babba3ca1dd5cc2c3038c61b8 Mon Sep 17 00:00:00 2001 From: Dusan Jovic Date: Thu, 6 Feb 2020 17:45:56 +0000 Subject: [PATCH 1/8] Remove WW3 submodule --- .gitmodules | 4 ---- WW3 | 1 - 2 files changed, 5 deletions(-) delete mode 160000 WW3 diff --git a/.gitmodules b/.gitmodules index dff7c12a6d..c110a7767a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,10 +10,6 @@ path = FMS url = https://github.com/NOAA-GFDL/FMS branch = master -[submodule "WW3"] - path = WW3 - url = https://github.com/NOAA-EMC/WW3 - branch = develop [submodule "stochastic_physics"] path = stochastic_physics url = https://github.com/noaa-psd/stochastic_physics diff --git a/WW3 b/WW3 deleted file mode 160000 index 3063a4cd33..0000000000 --- a/WW3 +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3063a4cd337bab3de738c7ee16aa91952d1c180f From ab2b1ea68382298c7033b597e5d5b6c554557c74 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 6 Feb 2020 15:04:08 -0700 Subject: [PATCH 2/8] Update submodules for UFS public release --- .gitmodules | 8 ++++---- FMS | 2 +- NEMS | 2 +- stochastic_physics | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitmodules b/.gitmodules index dff7c12a6d..98829f3f46 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,15 @@ [submodule "FV3"] path = FV3 url = https://github.com/NOAA-EMC/fv3atm - branch = ufs_public_release + branch = release/public-v1 [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS - branch = ufs_public_release + branch = release/public-v1 [submodule "FMS"] path = FMS url = https://github.com/NOAA-GFDL/FMS - branch = master + branch = release/2019.01 [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 @@ -17,4 +17,4 @@ [submodule "stochastic_physics"] path = stochastic_physics url = https://github.com/noaa-psd/stochastic_physics - branch = ufs_public_release + branch = release/public-v1 diff --git a/FMS b/FMS index 708b8d5e5e..a722a241c9 160000 --- a/FMS +++ b/FMS @@ -1 +1 @@ -Subproject commit 708b8d5e5e044860bfc409c22524eb9fb8b25ff3 +Subproject commit a722a241c9297b2a1bbf40167a0c2e82eb525243 diff --git a/NEMS b/NEMS index e50ac750e6..6b989eaee9 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit e50ac750e650f49d817ab599bb8394d27ec0e3ca +Subproject commit 6b989eaee9af445bc66d2139893c28a74823c22a diff --git a/stochastic_physics b/stochastic_physics index f8b5c37d0b..2471fc7e3e 160000 --- a/stochastic_physics +++ b/stochastic_physics @@ -1 +1 @@ -Subproject commit f8b5c37d0bef09278fff1365c1772802bf22b576 +Subproject commit 2471fc7e3e95e27ab5e5d3c40ecb17afa80cadfc From 6e94af38ba78b4a9b62bdd162b4f0688bad2bcbc Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 6 Feb 2020 15:40:16 -0700 Subject: [PATCH 3/8] Remove affinity.c from list of files to compile from FMS; this file is not needed and causes the model build to fail on newer Linux versions (e.g. Ubuntu) --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 73dfbcf994..b35eb44579 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -125,7 +125,6 @@ add_library( FMS/mosaic/interp.c FMS/mosaic/mosaic_util.c FMS/mosaic/read_mosaic.c - FMS/affinity/affinity.c FMS/mpp/nsclock.c FMS/mpp/threadloc.c ) From 65553c2ab98ffd2f89e583e8b0068313e746354c Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 6 Feb 2020 15:40:42 -0700 Subject: [PATCH 4/8] Update .gitmodules and submodule pointer for fv3atm for code review and testing --- .gitmodules | 6 ++++-- FV3 | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index b21ccada07..1f7cebe60d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,9 @@ [submodule "FV3"] path = FV3 - url = https://github.com/NOAA-EMC/fv3atm - branch = release/public-v1 + #url = https://github.com/NOAA-EMC/fv3atm + #branch = release/public-v1 + url = https://github.com/climbfuji/fv3atm + branch = update_release_branches [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index b23d2c0e2c..9075592768 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit b23d2c0e2c929dd1d78f6aa4196344c985687c9f +Subproject commit 90755927684b020075df3ad0cda390790c72c818 From 2b2f81ac076ed6ca551def917b292b158c583566 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 6 Feb 2020 17:38:53 -0700 Subject: [PATCH 5/8] build.sh: help user to understand what build.sh is doing/where it is failing --- build.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 1194722c44..bd0db214a9 100755 --- a/build.sh +++ b/build.sh @@ -23,11 +23,18 @@ mkdir ${BUILD_DIR} CCPP_SUITES="${CCPP_SUITES:-FV3_GFS_v15p2}" +set +e +echo "Calling ccpp_prebuild.py ..." ./FV3/ccpp/framework/scripts/ccpp_prebuild.py \ --config=FV3/ccpp/config/ccpp_prebuild_config.py \ --static \ --suites=${CCPP_SUITES} \ --builddir=${BUILD_DIR}/FV3 > ${BUILD_DIR}/ccpp_prebuild.log 2>&1 +if [ $? -ne 0 ]; then + echo "Call to ccpp_prebuild.py failed, check ${BUILD_DIR}/ccpp_prebuild.log" + exit 1 +fi +set -e source ${BUILD_DIR}/FV3/ccpp/physics/CCPP_SCHEMES.sh source ${BUILD_DIR}/FV3/ccpp/physics/CCPP_CAPS.sh @@ -38,4 +45,4 @@ CMAKE_FLAGS+=" -DCCPP=ON -DSTATIC=ON -DSUITES=${CCPP_SUITES} -DNETCDF_DIR=${NETC cd ${BUILD_DIR} cmake .. ${CMAKE_FLAGS} make -j ${BUILD_JOBS:-4} -cp NEMS.exe ${MYDIR}/ufs_weather_model +cp -v NEMS.exe ${MYDIR}/ufs_weather_model From c9c3457e3b7782be02c1c820edf4a2dc1b562fed Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 6 Feb 2020 19:31:16 -0700 Subject: [PATCH 6/8] Update date tag for regression test baseline --- tests/rt.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/rt.sh b/tests/rt.sh index f41d47c669..e11959a64b 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -345,9 +345,9 @@ while getopts ":cfsl:mkreh" opt; do done if [[ $MACHINE_ID = cheyenne.* ]]; then - RTPWD=${RTPWD:-$DISKNM/ufs-public-release-20200121/${COMPILER^^}} + RTPWD=${RTPWD:-$DISKNM/ufs-public-release-20200206/${COMPILER^^}} else - RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/ufs-public-release-20200121} + RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/ufs-public-release-20200206} fi shift $((OPTIND-1)) From 74f110c5d6b674a5e551ca30c9477e831eae2a19 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 6 Feb 2020 20:36:43 -0700 Subject: [PATCH 7/8] Revert change to .gitmodules and update submodule pointer for FV3 --- .gitmodules | 6 ++---- FV3 | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 1f7cebe60d..b21ccada07 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,7 @@ [submodule "FV3"] path = FV3 - #url = https://github.com/NOAA-EMC/fv3atm - #branch = release/public-v1 - url = https://github.com/climbfuji/fv3atm - branch = update_release_branches + url = https://github.com/NOAA-EMC/fv3atm + branch = release/public-v1 [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index 9075592768..8394f366c2 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 90755927684b020075df3ad0cda390790c72c818 +Subproject commit 8394f366c2e0b6d5c61602ab0622962558ece03c From 61c3d3a30f157f9c91f63cc480b760e91642d139 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 7 Feb 2020 08:47:49 -0700 Subject: [PATCH 8/8] Regression test logs for hera and cheyenne --- tests/Compile_cheyenne.gnu.log | 21008 ++++++++++----------- tests/Compile_cheyenne.intel.log | 2762 +-- tests/Compile_hera.intel.log | 3012 ++- tests/RegressionTests_cheyenne.gnu.log | 46 +- tests/RegressionTests_cheyenne.intel.log | 54 +- tests/RegressionTests_hera.intel.log | 54 +- 6 files changed, 13354 insertions(+), 13582 deletions(-) diff --git a/tests/Compile_cheyenne.gnu.log b/tests/Compile_cheyenne.gnu.log index 9f121c29a2..727d07a2ce 100644 --- a/tests/Compile_cheyenne.gnu.log +++ b/tests/Compile_cheyenne.gnu.log @@ -1,14 +1,14 @@ + SECONDS=0 +++ readlink -f ./compile_cmake.sh -++ dirname /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/compile_cmake.sh -+ readonly MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests -+ MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests +++ dirname /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/compile_cmake.sh ++ readonly MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests ++ MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests + readonly ARGC=4 + ARGC=4 -+ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu ++ PATHTR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu + MACHINE_ID=cheyenne.gnu + MAKE_OPT='32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta' + BUILD_NAME=fv3_1 @@ -19,8 +19,8 @@ + MAKE_THREADS=3 + MAKE_THREADS=3 + hostname -cheyenne6 -+ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests +cheyenne5 ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests + echo 'Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta into fv3_1.exe on cheyenne.gnu' Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta into fv3_1.exe on cheyenne.gnu + '[' YES = YES ']' @@ -49,7 +49,7 @@ Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta into fv3_ ++ sed 's/.* SUITES=//' ++ sed 's/ .*//' + SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta -+ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu + ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_v15p2,FV3_GFS_v16beta --builddir=tests/build_fv3_1/FV3 INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet @@ -1763,27 +1763,27 @@ INFO: Generating caps makefile/cmakefile snippet ... INFO: Added 12 auto-generated caps to tests/build_fv3_1/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_1/FV3/ccpp/physics/CCPP_CAPS.cmake INFO: CCPP prebuild step completed successfully. + source build_fv3_1/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninshoc.f' +++ export 'CCPP_SCHEMES=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninshoc.f' + source build_fv3_1/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' -++ CCPP_CAPS='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ export 'CCPP_CAPS=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ CCPP_CAPS='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' + source build_fv3_1/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_static_api.F90 +++ export CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_static_api.F90 ++ trim ' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ local 'var= -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ var='-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ var='-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ echo -n '-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' + CCPP_CMAKE_FLAGS='-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__37941 -++ eval 'setup__test_function__37941() { /bin/true ; }' ++ source /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__71862 +++ eval 'setup__test_function__71862() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__37941 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__71862 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -1810,20 +1810,20 @@ INFO: CCPP prebuild step completed successfully. ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__37941 +++ unset setup__test_function__71862 ++ unset __ms_function_name + [[ cheyenne.gnu == macosx.* ]] + [[ cheyenne.gnu == linux.* ]] -+ module use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu -++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu -+ eval '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVs;' export '_ModuleTable001_;' '_ModuleTable002_=ZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable002_;' '_ModuleTable_Sz_=2;' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1' ++ module use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu +++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu ++ eval '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVz;' export '_ModuleTable001_;' '_ModuleTable002_=L2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable002_;' '_ModuleTable_Sz_=2;' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVs +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVz ++ export _ModuleTable001_ -++ _ModuleTable002_=ZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 +++ _ModuleTable002_=L2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -1831,7 +1831,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module load fv3 ++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libbacio_4.a;' export 'BACIO_LIB4;' 'CC=gcc;' export 'CC;' 'CESMDATAROOT=/glade/p/cesmdata/cseg;' export 'CESMDATAROOT;' 'CESMROOT=/glade/p/cesm;' export 'CESMROOT;' 'CMAKE_CXX_COMPILER=mpicxx;' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER=mpicc;' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER=mpif90;' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform=cheyenne.gnu;' export 'CMAKE_Platform;' 'COMPILER=gnu;' export 'COMPILER;' '__LMOD_REF_COUNT_CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:1\;/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_CPATH;' 'CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:/glade/u/apps/ch/opt/mpt/2.19/include;' export 'CPATH;' 'CXX=g++;' export 'CXX;' 'DASK_ROOT_CONFIG=/glade/u/apps/config/dask;' export 'DASK_ROOT_CONFIG;' 'ENV=/etc/profile.d/modules.sh;' export 'ENV;' 'ESMFMKFILE=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/lib/esmf.mk;' export 'ESMFMKFILE;' 'F77=gfortran;' export 'F77;' 'F90=gfortran;' export 'F90;' 'FC=gfortran;' export 'FC;' '__LMOD_REF_COUNT_FPATH=/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_FPATH;' 'FPATH=/glade/u/apps/ch/opt/mpt/2.19/include;' export 'FPATH;' 'GNU_MAJOR_VERSION=8.3;' export 'GNU_MAJOR_VERSION;' 'GNU_MINOR_VERSION=0;' export 'GNU_MINOR_VERSION;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:1\;/glade/u/apps/ch/opt/mpt/2.19/lib:1\;/glade/u/apps/ch/opt/gnu/8.3.0/lib64:1\;/ncar/opt/slurm/latest/lib:1\;/glade/u/apps/ch/os/usr/lib64:1\;/glade/u/apps/ch/os/usr/lib:1\;/glade/u/apps/ch/os/lib64:1\;/glade/u/apps/ch/os/lib:1;' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:/glade/u/apps/ch/opt/mpt/2.19/lib:/glade/u/apps/ch/opt/gnu/8.3.0/lib64:/ncar/opt/slurm/latest/lib:/glade/u/apps/ch/os/usr/lib64:/glade/u/apps/ch/os/usr/lib:/glade/u/apps/ch/os/lib64:/glade/u/apps/ch/os/lib;' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib:1;' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib;' export 'LIBRARY_PATH;' 'LMOD_COMPILER=gnu;' export 'LMOD_COMPILER;' 'LMOD_COMPILER_VERSION=8.3.0;' export 'LMOD_COMPILER_VERSION;' 'LMOD_FAMILY_COMPILER=gnu;' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION=8.3.0;' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI=mpt;' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION=2.19;' export 'LMOD_FAMILY_MPI_VERSION;' 'LMOD_MPI=mpt_fmods;' export 'LMOD_MPI;' 'LMOD_MPI_VERSION=2.19;' export 'LMOD_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES=ncarenv/1.3:1\;gnu/8.3.0:1\;mpt/2.19:1\;ncarcompilers/0.5.0:1\;netcdf/4.6.3:1\;esmf/8.0.0:1\;NCEPlibs/9.9.9:1\;SIONlib/1.7.4:1\;fv3:1;' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES=ncarenv/1.3:gnu/8.3.0:mpt/2.19:ncarcompilers/0.5.0:netcdf/4.6.3:esmf/8.0.0:NCEPlibs/9.9.9:SIONlib/1.7.4:fv3;' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/share/man:1\;/glade/u/apps/ch/opt/mpt/2.19/man:1\;/glade/u/apps/ch/opt/gnu/8.3.0/share/man:1\;/ncar/opt/slurm/latest/share/man:1\;/usr/local/man:1\;/usr/share/man:1\;/opt/pbs/share/man:1\;/opt/clmgr/man:1\;/opt/sgi/share/man:1;' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/ch/opt/gnu/8.3.0/share/man:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man;' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:1\;/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19;' export 'MODULEPATH;' 'MPICC_CC=gcc;' export 'MPICC_CC;' 'MPICXX_CXX=g++;' export 'MPICXX_CXX;' 'MPIF08_F08=gfortran;' export 'MPIF08_F08;' 'MPIF90_F90=gfortran;' export 'MPIF90_F90;' 'MPI_IB_CONGESTED=1;' export 'MPI_IB_CONGESTED;' 'MPI_ROOT=/glade/u/apps/ch/opt/mpt/2.19;' export 'MPI_ROOT;' 'MPI_SYSLOG_COPY=2;' export 'MPI_SYSLOG_COPY;' 'MPT_VERSION=2.19;' export 'MPT_VERSION;' 'MP_COMPILER=gnu;' export 'MP_COMPILER;' 'NCAR_EXCLUDE_ASNEEDED=1;' export 'NCAR_EXCLUDE_ASNEEDED;' 'NCAR_HOST=cheyenne;' export 'NCAR_HOST;' 'NCAR_INC_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/include;' export 'NCAR_INC_GNU;' 'NCAR_INC_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/include;' export 'NCAR_INC_NETCDF;' 'NCAR_LDFLAGS_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/lib64;' export 'NCAR_LDFLAGS_GNU;' 'NCAR_LDFLAGS_GNU32=/glade/u/apps/ch/opt/gnu/8.3.0/lib/gcc/x86_64-pc-linux-gnu/8.3.0;' export 'NCAR_LDFLAGS_GNU32;' 'NCAR_LDFLAGS_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib;' export 'NCAR_LDFLAGS_NETCDF;' 'NCAR_LIBS_MPT=-lrt\' '-ldl;' export 'NCAR_LIBS_MPT;' 'NCAR_LIBS_NETCDF=-Wl,-Bstatic\' '-lnetcdff\' '-lnetcdf\' '-lhdf5hl_fortran\' '-lhdf5_hl\' '-lhdf5_fortran\' '-lhdf5\' '-lsz\' '-lz\' '-Wl,-Bdynamic\' '-lm\' '-ldl;' export 'NCAR_LIBS_NETCDF;' 'NCAR_RANK_MPT=1000;' export 'NCAR_RANK_MPT;' 'NCAR_ROOT_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/;' export 'NCAR_ROOT_GNU;' 'NCAR_ROOT_MPT=/glade/u/apps/ch/opt/mpt/2.19;' export 'NCAR_ROOT_MPT;' 'NCAR_ROOT_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/;' export 'NCAR_ROOT_NETCDF;' 'NCAR_WRAPPER_MPI=/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi;' export 'NCAR_WRAPPER_MPI;' 'NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19;' export 'NCEPLIBS_DIR;' 'NEMSIO_INC=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/include;' export 'NEMSIO_INC;' 'NEMSIO_LIB=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libnemsio_d.a;' export 'NEMSIO_LIB;' 'NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/;' export 'NETCDF;' 'OMP_NUM_THREADS=1;' export 'OMP_NUM_THREADS;' 'OMP_STACKSIZE=64000K;' export 'OMP_STACKSIZE;' 'OSHCC_CC=gcc;' export 'OSHCC_CC;' 'OSHCXX_CXX=g++;' export 'OSHCXX_CXX;' 'OSHF90_F90=gfortran;' export 'OSHF90_F90;' '__LMOD_REF_COUNT_PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/bin:1\;/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/bin:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi:1\;/glade/u/apps/ch/opt/mpt/2.19/bin:1\;/glade/u/apps/ch/opt/gnu/8.3.0/bin:1\;/glade/u/apps/opt/globus-utils:1\;/glade/u/apps/ch/opt/usr/bin:1\;/ncar/opt/slurm/latest/bin:1\;/opt/clmgr/sbin:1\;/opt/clmgr/bin:1\;/opt/sgi/sbin:1\;/opt/sgi/bin:1\;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1\;/glade/u/home/heinzell/bin:1\;/usr/local/bin:1\;/usr/bin:1\;/bin:2\;/usr/bin/X11:1\;/usr/games:1\;/opt/ibutils/bin:1\;/usr/lib/mit/bin:1\;/opt/pbs/bin:1\;/sbin:1\;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1\;/glade/u/apps/ch/os/usr/bin:1;' export '__LMOD_REF_COUNT_PATH;' 'PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/ch/opt/gnu/8.3.0/bin:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin;' export 'PATH;' 'PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/;' export 'PERL5LIB;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib/pkgconfig:1;' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib/pkgconfig;' export 'PKG_CONFIG_PATH;' 'SIONLIB=/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19;' export 'SIONLIB;' 'SIONLIB_INC=-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/include\' '-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/include/mod_64;' export 'SIONLIB_INC;' 'SIONLIB_LIB=-L/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/lib\' '-lsionmpi_f90_64\' '-lsionser_f90_64\' '-lsionmpi_64\' '-lsiongen_64\' '-lsionser_64\' '-lsioncom_64\' '-lsioncom_64_lock_none;' export 'SIONLIB_LIB;' 'SP_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libsp_v2.0.2_d.a;' export 'SP_LIBd;' 'W3EMC_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libw3emc_d.a;' export 'W3EMC_LIBd;' 'W3NCO_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libw3nco_d.a;' export 'W3NCO_LIBd;' 'WRFIO_NCD_LARGE_FILE_SUPPORT=1;' export 'WRFIO_NCD_LARGE_FILE_SUPPORT;' '__LMOD_REF_COUNT__LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1\;/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:1\;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu/fv3:1;' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu/fv3;' export '_LMFILES_;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu;' export '_ModuleTable001_;' '_ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s;' export '_ModuleTable002_;' '_ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudS9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGdudT17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2dudS84LjMuMC5sdWEiLFsiZnVsbE5hbWUiXT0iZ251LzguMy4wIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFj;' export '_ModuleTable003_;' '_ModuleTable004_=a0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZ251LzguMy4wIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMC9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRl;' export '_ModuleTable004_;' '_ModuleTable005_=ciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2Rm;' export '_ModuleTable005_;' '_ModuleTable006_=LzQuNi4zIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtZHljb3JlLWRvYy0yMDIwMDIwNC9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMu;' export '_ModuleTable006_;' '_ModuleTable007_=MCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9nbnUvOC4zLjAiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' ncar_pylib '()' '{' . '/glade/u/apps/opt/ncar_pylib/ncar_pylib;' '};' ++ eval 'BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libbacio_4.a;' export 'BACIO_LIB4;' 'CC=gcc;' export 'CC;' 'CESMDATAROOT=/glade/p/cesmdata/cseg;' export 'CESMDATAROOT;' 'CESMROOT=/glade/p/cesm;' export 'CESMROOT;' 'CMAKE_CXX_COMPILER=mpicxx;' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER=mpicc;' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER=mpif90;' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform=cheyenne.gnu;' export 'CMAKE_Platform;' 'COMPILER=gnu;' export 'COMPILER;' '__LMOD_REF_COUNT_CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:1\;/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_CPATH;' 'CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:/glade/u/apps/ch/opt/mpt/2.19/include;' export 'CPATH;' 'CXX=g++;' export 'CXX;' 'DASK_ROOT_CONFIG=/glade/u/apps/config/dask;' export 'DASK_ROOT_CONFIG;' 'ENV=/etc/profile.d/modules.sh;' export 'ENV;' 'ESMFMKFILE=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/lib/esmf.mk;' export 'ESMFMKFILE;' 'F77=gfortran;' export 'F77;' 'F90=gfortran;' export 'F90;' 'FC=gfortran;' export 'FC;' '__LMOD_REF_COUNT_FPATH=/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_FPATH;' 'FPATH=/glade/u/apps/ch/opt/mpt/2.19/include;' export 'FPATH;' 'GNU_MAJOR_VERSION=8.3;' export 'GNU_MAJOR_VERSION;' 'GNU_MINOR_VERSION=0;' export 'GNU_MINOR_VERSION;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:1\;/glade/u/apps/ch/opt/mpt/2.19/lib:1\;/glade/u/apps/ch/opt/gnu/8.3.0/lib64:1\;/ncar/opt/slurm/latest/lib:1\;/glade/u/apps/ch/os/usr/lib64:1\;/glade/u/apps/ch/os/usr/lib:1\;/glade/u/apps/ch/os/lib64:1\;/glade/u/apps/ch/os/lib:1;' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:/glade/u/apps/ch/opt/mpt/2.19/lib:/glade/u/apps/ch/opt/gnu/8.3.0/lib64:/ncar/opt/slurm/latest/lib:/glade/u/apps/ch/os/usr/lib64:/glade/u/apps/ch/os/usr/lib:/glade/u/apps/ch/os/lib64:/glade/u/apps/ch/os/lib;' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib:1;' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib;' export 'LIBRARY_PATH;' 'LMOD_COMPILER=gnu;' export 'LMOD_COMPILER;' 'LMOD_COMPILER_VERSION=8.3.0;' export 'LMOD_COMPILER_VERSION;' 'LMOD_FAMILY_COMPILER=gnu;' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION=8.3.0;' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI=mpt;' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION=2.19;' export 'LMOD_FAMILY_MPI_VERSION;' 'LMOD_MPI=mpt_fmods;' export 'LMOD_MPI;' 'LMOD_MPI_VERSION=2.19;' export 'LMOD_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES=ncarenv/1.3:1\;gnu/8.3.0:1\;mpt/2.19:1\;ncarcompilers/0.5.0:1\;netcdf/4.6.3:1\;esmf/8.0.0:1\;NCEPlibs/9.9.9:1\;SIONlib/1.7.4:1\;fv3:1;' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES=ncarenv/1.3:gnu/8.3.0:mpt/2.19:ncarcompilers/0.5.0:netcdf/4.6.3:esmf/8.0.0:NCEPlibs/9.9.9:SIONlib/1.7.4:fv3;' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/share/man:1\;/glade/u/apps/ch/opt/mpt/2.19/man:1\;/glade/u/apps/ch/opt/gnu/8.3.0/share/man:1\;/ncar/opt/slurm/latest/share/man:1\;/usr/local/man:1\;/usr/share/man:1\;/opt/pbs/share/man:1\;/opt/clmgr/man:1\;/opt/sgi/share/man:1;' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/ch/opt/gnu/8.3.0/share/man:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man;' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:1\;/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19;' export 'MODULEPATH;' 'MPICC_CC=gcc;' export 'MPICC_CC;' 'MPICXX_CXX=g++;' export 'MPICXX_CXX;' 'MPIF08_F08=gfortran;' export 'MPIF08_F08;' 'MPIF90_F90=gfortran;' export 'MPIF90_F90;' 'MPI_IB_CONGESTED=1;' export 'MPI_IB_CONGESTED;' 'MPI_ROOT=/glade/u/apps/ch/opt/mpt/2.19;' export 'MPI_ROOT;' 'MPI_SYSLOG_COPY=2;' export 'MPI_SYSLOG_COPY;' 'MPT_VERSION=2.19;' export 'MPT_VERSION;' 'MP_COMPILER=gnu;' export 'MP_COMPILER;' 'NCAR_EXCLUDE_ASNEEDED=1;' export 'NCAR_EXCLUDE_ASNEEDED;' 'NCAR_HOST=cheyenne;' export 'NCAR_HOST;' 'NCAR_INC_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/include;' export 'NCAR_INC_GNU;' 'NCAR_INC_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/include;' export 'NCAR_INC_NETCDF;' 'NCAR_LDFLAGS_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/lib64;' export 'NCAR_LDFLAGS_GNU;' 'NCAR_LDFLAGS_GNU32=/glade/u/apps/ch/opt/gnu/8.3.0/lib/gcc/x86_64-pc-linux-gnu/8.3.0;' export 'NCAR_LDFLAGS_GNU32;' 'NCAR_LDFLAGS_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib;' export 'NCAR_LDFLAGS_NETCDF;' 'NCAR_LIBS_MPT=-lrt\' '-ldl;' export 'NCAR_LIBS_MPT;' 'NCAR_LIBS_NETCDF=-Wl,-Bstatic\' '-lnetcdff\' '-lnetcdf\' '-lhdf5hl_fortran\' '-lhdf5_hl\' '-lhdf5_fortran\' '-lhdf5\' '-lsz\' '-lz\' '-Wl,-Bdynamic\' '-lm\' '-ldl;' export 'NCAR_LIBS_NETCDF;' 'NCAR_RANK_MPT=1000;' export 'NCAR_RANK_MPT;' 'NCAR_ROOT_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/;' export 'NCAR_ROOT_GNU;' 'NCAR_ROOT_MPT=/glade/u/apps/ch/opt/mpt/2.19;' export 'NCAR_ROOT_MPT;' 'NCAR_ROOT_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/;' export 'NCAR_ROOT_NETCDF;' 'NCAR_WRAPPER_MPI=/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi;' export 'NCAR_WRAPPER_MPI;' 'NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19;' export 'NCEPLIBS_DIR;' 'NEMSIO_INC=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/include;' export 'NEMSIO_INC;' 'NEMSIO_LIB=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libnemsio_d.a;' export 'NEMSIO_LIB;' 'NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/;' export 'NETCDF;' 'OMP_NUM_THREADS=1;' export 'OMP_NUM_THREADS;' 'OMP_STACKSIZE=64000K;' export 'OMP_STACKSIZE;' 'OSHCC_CC=gcc;' export 'OSHCC_CC;' 'OSHCXX_CXX=g++;' export 'OSHCXX_CXX;' 'OSHF90_F90=gfortran;' export 'OSHF90_F90;' '__LMOD_REF_COUNT_PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/bin:1\;/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/bin:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi:1\;/glade/u/apps/ch/opt/mpt/2.19/bin:1\;/glade/u/apps/ch/opt/gnu/8.3.0/bin:1\;/glade/u/apps/opt/globus-utils:1\;/glade/u/apps/ch/opt/usr/bin:1\;/ncar/opt/slurm/latest/bin:1\;/opt/clmgr/sbin:1\;/opt/clmgr/bin:1\;/opt/sgi/sbin:1\;/opt/sgi/bin:1\;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1\;/glade/u/home/heinzell/bin:1\;/usr/local/bin:1\;/usr/bin:1\;/bin:2\;/usr/bin/X11:1\;/usr/games:1\;/opt/ibutils/bin:1\;/usr/lib/mit/bin:1\;/opt/pbs/bin:1\;/sbin:1\;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1\;/glade/u/apps/ch/os/usr/bin:1;' export '__LMOD_REF_COUNT_PATH;' 'PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/ch/opt/gnu/8.3.0/bin:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin;' export 'PATH;' 'PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/;' export 'PERL5LIB;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib/pkgconfig:1;' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib/pkgconfig;' export 'PKG_CONFIG_PATH;' 'SIONLIB=/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19;' export 'SIONLIB;' 'SIONLIB_INC=-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/include\' '-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/include/mod_64;' export 'SIONLIB_INC;' 'SIONLIB_LIB=-L/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/lib\' '-lsionmpi_f90_64\' '-lsionser_f90_64\' '-lsionmpi_64\' '-lsiongen_64\' '-lsionser_64\' '-lsioncom_64\' '-lsioncom_64_lock_none;' export 'SIONLIB_LIB;' 'SP_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libsp_v2.0.2_d.a;' export 'SP_LIBd;' 'W3EMC_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libw3emc_d.a;' export 'W3EMC_LIBd;' 'W3NCO_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libw3nco_d.a;' export 'W3NCO_LIBd;' 'WRFIO_NCD_LARGE_FILE_SUPPORT=1;' export 'WRFIO_NCD_LARGE_FILE_SUPPORT;' '__LMOD_REF_COUNT__LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1\;/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:1\;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu/fv3:1;' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu/fv3;' export '_LMFILES_;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu;' export '_ModuleTable001_;' '_ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s;' export '_ModuleTable002_;' '_ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudS9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGdudT17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2dudS84LjMuMC5sdWEiLFsiZnVsbE5hbWUiXT0iZ251LzguMy4wIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRo;' export '_ModuleTable003_;' '_ModuleTable004_=Il09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZ251LzguMy4wIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMC9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRlciJdPTQs;' export '_ModuleTable004_;' '_ModuleTable005_=cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNi4z;' export '_ModuleTable005_;' '_ModuleTable006_=IixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS11cGRhdGUtc3VibW9kdWxlcy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMCIsIi9nbGFkZS91;' export '_ModuleTable006_;' '_ModuleTable007_=L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9nbnUvOC4zLjAiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' ncar_pylib '()' '{' . '/glade/u/apps/opt/ncar_pylib/ncar_pylib;' '};' ++ BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libbacio_4.a ++ export BACIO_LIB4 ++ CC=gcc @@ -1908,9 +1908,9 @@ INFO: CCPP prebuild step completed successfully. ++ export __LMOD_REF_COUNT_MANPATH ++ MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/ch/opt/gnu/8.3.0/share/man:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man ++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:1;/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19:1' +++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:1;/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19 +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19 ++ export MODULEPATH ++ MPICC_CC=gcc ++ export MPICC_CC @@ -2000,23 +2000,23 @@ INFO: CCPP prebuild step completed successfully. ++ export W3NCO_LIBd ++ WRFIO_NCD_LARGE_FILE_SUPPORT=1 ++ export WRFIO_NCD_LARGE_FILE_SUPPORT -++ __LMOD_REF_COUNT__LMFILES_='/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1;/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:1;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1;/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:1;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu/fv3 +++ _LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu/fv3 ++ export _LMFILES_ ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu ++ export _ModuleTable001_ ++ _ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s ++ export _ModuleTable002_ -++ _ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudS9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGdudT17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2dudS84LjMuMC5sdWEiLFsiZnVsbE5hbWUiXT0iZ251LzguMy4wIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFj +++ _ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudS9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGdudT17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2dudS84LjMuMC5sdWEiLFsiZnVsbE5hbWUiXT0iZ251LzguMy4wIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRo ++ export _ModuleTable003_ -++ _ModuleTable004_=a0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZ251LzguMy4wIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMC9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRl +++ _ModuleTable004_=Il09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZ251LzguMy4wIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMC9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRlciJdPTQs ++ export _ModuleTable004_ -++ _ModuleTable005_=ciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2Rm +++ _ModuleTable005_=cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNi4z ++ export _ModuleTable005_ -++ _ModuleTable006_=LzQuNi4zIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtZHljb3JlLWRvYy0yMDIwMDIwNC9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMu +++ _ModuleTable006_=IixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS11cGRhdGUtc3VibW9kdWxlcy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMCIsIi9nbGFkZS91 ++ export _ModuleTable006_ -++ _ModuleTable007_=MCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9nbnUvOC4zLjAiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 +++ _ModuleTable007_=L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9nbnUvOC4zLjAiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++ export _ModuleTable007_ ++ _ModuleTable_Sz_=7 ++ export _ModuleTable_Sz_ @@ -2032,29 +2032,29 @@ Currently Loaded Modules: -+ eval 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu;' export '_ModuleTable001_;' '_ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s;' export '_ModuleTable002_;' '_ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudS9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGdudT17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2dudS84LjMuMC5sdWEiLFsiZnVsbE5hbWUiXT0iZ251LzguMy4wIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFj;' export '_ModuleTable003_;' '_ModuleTable004_=a0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZ251LzguMy4wIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMC9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRl;' export '_ModuleTable004_;' '_ModuleTable005_=ciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2Rm;' export '_ModuleTable005_;' '_ModuleTable006_=LzQuNi4zIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtZHljb3JlLWRvYy0yMDIwMDIwNC9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMu;' export '_ModuleTable006_;' '_ModuleTable007_=MCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9nbnUvOC4zLjAiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19 ++ eval 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu;' export '_ModuleTable001_;' '_ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s;' export '_ModuleTable002_;' '_ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudS9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGdudT17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2dudS84LjMuMC5sdWEiLFsiZnVsbE5hbWUiXT0iZ251LzguMy4wIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRo;' export '_ModuleTable003_;' '_ModuleTable004_=Il09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZ251LzguMy4wIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMC9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRlciJdPTQs;' export '_ModuleTable004_;' '_ModuleTable005_=cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNi4z;' export '_ModuleTable005_;' '_ModuleTable006_=IixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS11cGRhdGUtc3VibW9kdWxlcy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMCIsIi9nbGFkZS91;' export '_ModuleTable006_;' '_ModuleTable007_=L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9nbnUvOC4zLjAiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19 ++ export MODULEPATH ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu ++ export _ModuleTable001_ ++ _ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s ++ export _ModuleTable002_ -++ _ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudS9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGdudT17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2dudS84LjMuMC5sdWEiLFsiZnVsbE5hbWUiXT0iZ251LzguMy4wIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFj +++ _ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudS9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGdudT17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2dudS84LjMuMC5sdWEiLFsiZnVsbE5hbWUiXT0iZ251LzguMy4wIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRo ++ export _ModuleTable003_ -++ _ModuleTable004_=a0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZ251LzguMy4wIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMC9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRl +++ _ModuleTable004_=Il09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZ251LzguMy4wIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMC9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRlciJdPTQs ++ export _ModuleTable004_ -++ _ModuleTable005_=ciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2Rm +++ _ModuleTable005_=cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNi4z ++ export _ModuleTable005_ -++ _ModuleTable006_=LzQuNi4zIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtZHljb3JlLWRvYy0yMDIwMDIwNC9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMu +++ _ModuleTable006_=IixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS11cGRhdGUtc3VibW9kdWxlcy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMCIsIi9nbGFkZS91 ++ export _ModuleTable006_ -++ _ModuleTable007_=MCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9nbnUvOC4zLjAiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 +++ _ModuleTable007_=L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9nbnUvOC4zLjAiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++ export _ModuleTable007_ ++ _ModuleTable_Sz_=7 ++ export _ModuleTable_Sz_ ++ : -s sh + eval + cd build_fv3_1 -+ cmake /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF ++ cmake /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF -- The C compiler identification is GNU 8.3.0 -- The CXX compiler identification is GNU 8.3.0 -- The Fortran compiler identification is GNU 8.3.0 @@ -2124,338 +2124,338 @@ Force 64 bits in ipd -- Detecting OpenMP flags for GNU C++ compiler: -fopenmp -- Detecting OpenMP flags for GNU Fortran compiler: -fopenmp -- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 +INFOGot CCPP_SCHEMES from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 Force 64 bits in CCPP_layer Force 64 bits in stochastic_physics -- Configuring done -- Generating done --- Build files have been written to: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_1 +-- Build files have been written to: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_1 + make -j 3 Scanning dependencies of target ccpp Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o [ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o +[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o [ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o +[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o +[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o +[ 1%] Linking Fortran static library libccpp.a Scanning dependencies of target fms -[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -[ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 1%] Built target ccpp +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 2%] Linking Fortran static library libccpp.a -[ 2%] Built target ccpp -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o [ 2%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o Scanning dependencies of target ccppphys [ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 3%] Linking Fortran static library libfv3cpl.a [ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 3%] Built target fv3cpl -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o [ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +[ 4%] Linking Fortran static library libfv3cpl.a +[ 4%] Built target fv3cpl [ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o [ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1386:0: +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1386:0: #define MPP_TYPE_ integer(INT_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1374:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1374:0: #define MPP_TYPE_ logical(LONG_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1387:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1387:0: #define MPI_TYPE_ MPI_INTEGER4 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1376:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1376:0: #define MPI_TYPE_ MPI_INTEGER8 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1390:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1390:0: #define MPP_TYPE_CREATE_ mpp_type_create_int8 Warning: "MPP_TYPE_CREATE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1385:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1385:0: #define MPP_TYPE_CREATE_ mpp_type_create_int4 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1391:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1391:0: #define MPP_TYPE_ integer(LONG_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1386:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1386:0: #define MPP_TYPE_ integer(INT_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1392:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1392:0: #define MPI_TYPE_ MPI_INTEGER8 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1387:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1387:0: #define MPI_TYPE_ MPI_INTEGER4 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1395:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1395:0: #define MPP_TYPE_CREATE_ mpp_type_create_real4 Warning: "MPP_TYPE_CREATE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1390:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1390:0: #define MPP_TYPE_CREATE_ mpp_type_create_int8 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1396:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1396:0: #define MPP_TYPE_ real(FLOAT_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1391:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1391:0: #define MPP_TYPE_ integer(LONG_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1397:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1397:0: #define MPI_TYPE_ MPI_REAL4 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1392:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1392:0: #define MPI_TYPE_ MPI_INTEGER8 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1400:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1400:0: #define MPP_TYPE_CREATE_ mpp_type_create_real8 Warning: "MPP_TYPE_CREATE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1395:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1395:0: #define MPP_TYPE_CREATE_ mpp_type_create_real4 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1401:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1401:0: #define MPP_TYPE_ real(DOUBLE_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1396:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1396:0: #define MPP_TYPE_ real(FLOAT_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1402:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1402:0: #define MPI_TYPE_ MPI_REAL8 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1397:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1397:0: #define MPI_TYPE_ MPI_REAL4 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1405:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1405:0: #define MPP_TYPE_CREATE_ mpp_type_create_logical4 Warning: "MPP_TYPE_CREATE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1400:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1400:0: #define MPP_TYPE_CREATE_ mpp_type_create_real8 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1406:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1406:0: #define MPP_TYPE_ logical(INT_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1401:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1401:0: #define MPP_TYPE_ real(DOUBLE_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1407:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1407:0: #define MPI_TYPE_ MPI_INTEGER4 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1402:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1402:0: #define MPI_TYPE_ MPI_REAL8 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1410:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1410:0: #define MPP_TYPE_CREATE_ mpp_type_create_logical8 Warning: "MPP_TYPE_CREATE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1405:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1405:0: #define MPP_TYPE_CREATE_ mpp_type_create_logical4 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1411:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1411:0: #define MPP_TYPE_ logical(LONG_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1406:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1406:0: #define MPP_TYPE_ logical(INT_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1412:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1412:0: #define MPI_TYPE_ MPI_INTEGER8 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1407:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1407:0: #define MPI_TYPE_ MPI_INTEGER4 note: this is the location of the previous definition -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o [ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o [ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o [ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o [ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o [ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o [ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o [ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o [ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o [ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_stochastics_cap.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_stochastics_cap.F90.o [ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o [ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o [ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_stochastics_cap.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_time_vary_cap.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_stochastics_cap.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_time_vary_cap.F90.o [ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_physics_cap.F90.o [ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_radiation_cap.F90.o [ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_time_vary_cap.F90.o [ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o [ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o [ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o [ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o [ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o @@ -2472,30 +2472,30 @@ note: this is the location of the previous definition [ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o [ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o [ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o [ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o [ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o [ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o [ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o @@ -2514,7 +2514,7 @@ note: this is the location of the previous definition [ 51%] Linking Fortran static library libccppphys.a [ 51%] Built target ccppphys Scanning dependencies of target gfsphysics -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o [ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o [ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o [ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o @@ -2525,219 +2525,218 @@ Scanning dependencies of target gfsphysics [ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o [ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o [ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o [ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o [ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o [ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/field_manager/field_manager.F90:1196:0: +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/field_manager/field_manager.F90:1196:0: val_name = val_name(2:length-1) Warning: ‘__builtin_memmove’ reading 128 bytes from a region of size 127 [-Wstringop-overflow=] -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o [ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o [ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 63%] Linking Fortran static library libgfsphysics.a -[ 63%] Built target gfsphysics +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 61%] Linking Fortran static library libgfsphysics.a +[ 61%] Built target gfsphysics Scanning dependencies of target ipd Scanning dependencies of target ccppdriver -[ 63%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 63%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 63%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 64%] Linking Fortran static library libccppdriver.a -[ 64%] Built target ccppdriver -[ 65%] Linking Fortran static library libipd.a -[ 65%] Built target ipd -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 61%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 61%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 61%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 62%] Linking Fortran static library libccppdriver.a +[ 62%] Built target ccppdriver +[ 63%] Linking Fortran static library libipd.a +[ 63%] Built target ipd +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o [ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o [ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o [ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o [ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o [ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o [ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o [ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o [ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 72%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 73%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 73%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 72%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 72%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 72%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o [ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 74%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 74%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 74%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 74%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 75%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 75%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 75%] Linking Fortran static library FMS/libfms.a -[ 75%] Built target fms +[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 74%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 74%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 74%] Linking Fortran static library FMS/libfms.a +[ 74%] Built target fms Scanning dependencies of target io -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o Scanning dependencies of target fv3core -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_netcdf.F90:1:29: +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_netcdf.F90:1:29: !#define ESMF_ERR_ABORT(rc) \ Warning: backslash and newline separated by space -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o [ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1571:16: +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1571:16: do k=km-1, km-k_inc, -1 1 Warning: Deleted feature: End expression in DO loop at (1) must be integer -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1575:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1575:12: s_fac(km-k_inc-1) = 0.5*(s_fac(km-k_inc) + s_rate) 1 Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1575:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1575:37: s_fac(km-k_inc-1) = 0.5*(s_fac(km-k_inc) + s_rate) 1 Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1577:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1577:11: do k=km-k_inc-2, 5, -1 1 Warning: Deleted feature: Start expression in DO loop at (1) must be integer -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 80%] Linking Fortran static library libio.a -[ 80%] Built target io -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 79%] Linking Fortran static library libio.a +[ 79%] Built target io +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:355:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:355:46: iau_state%hr2=IPD_Control%iaufhrs(t2) 1 Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:357:98: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:357:98: if (is_master()) print *,'reading next increment file',trim(IPD_Control%iau_inc_files(t2)) 1 Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:358:102: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:358:102: call read_iau_forcing(IPD_Control,iau_state%inc2,'INPUT/'//trim(IPD_Control%iau_inc_files(t2))) 1 Warning: Legacy Extension: REAL array index at (1) [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2361:3: +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2361:3: 123 continue 1 -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2413:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2413:40: if ( r_vor < 1250.E3 ) goto 123 2 Warning: Legacy Extension: Label at (1) is not in the same block as the GOTO statement at (2) -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/dyn_core.F90:649:0: +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/dyn_core.F90:649:0: #endif SW_DYNAMICS Warning: extra tokens at end of #endif directive -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/dyn_core.F90:1099:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/dyn_core.F90:1099:0: #endif SW_DYNAMICS Warning: extra tokens at end of #endif directive -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/dyn_core.F90:1285:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/dyn_core.F90:1285:0: #endif SW_DYNAMICS Warning: extra tokens at end of #endif directive -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/dyn_core.F90:1306:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/dyn_core.F90:1306:0: #endif SW_DYNAMICS Warning: extra tokens at end of #endif directive -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o [ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o [ 87%] Linking Fortran static library libfv3core.a [ 87%] Built target fv3core Scanning dependencies of target stochastic_physics [ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o [ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o [ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o @@ -2761,29 +2760,29 @@ Scanning dependencies of target stochastic_physics [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/stochastic_physics/get_stochy_pattern.F90:329:110: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/stochastic_physics/get_stochy_pattern.F90:329:110: upattern_3d(blk,:,k) = skeb_vwts(k,1)*skebu_save(blk,:,skeb_vpts(k,1))+skeb_vwts(k,2)*skebu_save(blk,:,skeb_vpts(k,2)) 1 Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/stochastic_physics/get_stochy_pattern.F90:329:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/stochastic_physics/get_stochy_pattern.F90:329:62: upattern_3d(blk,:,k) = skeb_vwts(k,1)*skebu_save(blk,:,skeb_vpts(k,1))+skeb_vwts(k,2)*skebu_save(blk,:,skeb_vpts(k,2)) 1 Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/stochastic_physics/get_stochy_pattern.F90:330:110: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/stochastic_physics/get_stochy_pattern.F90:330:110: vpattern_3d(blk,:,k) = skeb_vwts(k,1)*skebv_save(blk,:,skeb_vpts(k,1))+skeb_vwts(k,2)*skebv_save(blk,:,skeb_vpts(k,2)) 1 Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/stochastic_physics/get_stochy_pattern.F90:330:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/stochastic_physics/get_stochy_pattern.F90:330:62: vpattern_3d(blk,:,k) = skeb_vwts(k,1)*skebv_save(blk,:,skeb_vpts(k,1))+skeb_vwts(k,2)*skebv_save(blk,:,skeb_vpts(k,2)) 1 Warning: Legacy Extension: REAL array index at (1) [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o [ 95%] Linking Fortran static library libstochastic_physics.a [ 95%] Built target stochastic_physics @@ -2791,44 +2790,44 @@ Scanning dependencies of target fv3cap [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o [ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o [100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o +[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o [100%] Linking Fortran executable NEMS.exe [100%] Built target NEMS.exe + mv NEMS.exe ../fv3_1.exe -+ cp /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu/fv3 ../modules.fv3_1 ++ cp /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu/fv3 ../modules.fv3_1 + cd .. + '[' YES = YES ']' + rm -rf build_fv3_1 -+ elapsed=229 -+ echo 'Elapsed time 229 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta finished' -Elapsed time 229 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta finished ++ elapsed=220 ++ echo 'Elapsed time 220 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta finished' +Elapsed time 220 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta finished + SECONDS=0 +++ readlink -f ./compile_cmake.sh -++ dirname /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/compile_cmake.sh -+ readonly MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests -+ MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests +++ dirname /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/compile_cmake.sh ++ readonly MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests ++ MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests + readonly ARGC=4 + ARGC=4 -+ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu ++ PATHTR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu + MACHINE_ID=cheyenne.gnu + MAKE_OPT='32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y' + BUILD_NAME=fv3_2 @@ -2839,8 +2838,8 @@ Elapsed time 229 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2 + MAKE_THREADS=3 + MAKE_THREADS=3 + hostname -cheyenne6 -+ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests +cheyenne5 ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests + echo 'Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y into fv3_2.exe on cheyenne.gnu' Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y into fv3_2.exe on cheyenne.gnu + '[' YES = YES ']' @@ -2868,7 +2867,7 @@ Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y i ++ sed 's/.* SUITES=//' ++ sed 's/ .*//' + SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta -+ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu + ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_v15p2,FV3_GFS_v16beta --builddir=tests/build_fv3_2/FV3 INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet @@ -4582,27 +4581,27 @@ INFO: Generating caps makefile/cmakefile snippet ... INFO: Added 12 auto-generated caps to tests/build_fv3_2/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_2/FV3/ccpp/physics/CCPP_CAPS.cmake INFO: CCPP prebuild step completed successfully. + source build_fv3_2/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninshoc.f' +++ export 'CCPP_SCHEMES=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninshoc.f' + source build_fv3_2/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' -++ CCPP_CAPS='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ export 'CCPP_CAPS=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ CCPP_CAPS='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' + source build_fv3_2/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_static_api.F90 +++ export CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_static_api.F90 ++ trim ' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ local 'var= -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ var='-DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ var='-DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ echo -n '-DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' + CCPP_CMAKE_FLAGS='-DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__3372 -++ eval 'setup__test_function__3372() { /bin/true ; }' ++ source /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__33443 +++ eval 'setup__test_function__33443() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__3372 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__33443 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -4629,20 +4628,20 @@ INFO: CCPP prebuild step completed successfully. ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__3372 +++ unset setup__test_function__33443 ++ unset __ms_function_name + [[ cheyenne.gnu == macosx.* ]] + [[ cheyenne.gnu == linux.* ]] -+ module use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu -++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu -+ eval '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVs;' export '_ModuleTable001_;' '_ModuleTable002_=ZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable002_;' '_ModuleTable_Sz_=2;' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1' ++ module use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu +++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu ++ eval '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVz;' export '_ModuleTable001_;' '_ModuleTable002_=L2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable002_;' '_ModuleTable_Sz_=2;' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVs +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVz ++ export _ModuleTable001_ -++ _ModuleTable002_=ZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 +++ _ModuleTable002_=L2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -4650,7 +4649,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module load fv3 ++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libbacio_4.a;' export 'BACIO_LIB4;' 'CC=gcc;' export 'CC;' 'CESMDATAROOT=/glade/p/cesmdata/cseg;' export 'CESMDATAROOT;' 'CESMROOT=/glade/p/cesm;' export 'CESMROOT;' 'CMAKE_CXX_COMPILER=mpicxx;' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER=mpicc;' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER=mpif90;' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform=cheyenne.gnu;' export 'CMAKE_Platform;' 'COMPILER=gnu;' export 'COMPILER;' '__LMOD_REF_COUNT_CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:1\;/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_CPATH;' 'CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:/glade/u/apps/ch/opt/mpt/2.19/include;' export 'CPATH;' 'CXX=g++;' export 'CXX;' 'DASK_ROOT_CONFIG=/glade/u/apps/config/dask;' export 'DASK_ROOT_CONFIG;' 'ENV=/etc/profile.d/modules.sh;' export 'ENV;' 'ESMFMKFILE=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/lib/esmf.mk;' export 'ESMFMKFILE;' 'F77=gfortran;' export 'F77;' 'F90=gfortran;' export 'F90;' 'FC=gfortran;' export 'FC;' '__LMOD_REF_COUNT_FPATH=/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_FPATH;' 'FPATH=/glade/u/apps/ch/opt/mpt/2.19/include;' export 'FPATH;' 'GNU_MAJOR_VERSION=8.3;' export 'GNU_MAJOR_VERSION;' 'GNU_MINOR_VERSION=0;' export 'GNU_MINOR_VERSION;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:1\;/glade/u/apps/ch/opt/mpt/2.19/lib:1\;/glade/u/apps/ch/opt/gnu/8.3.0/lib64:1\;/ncar/opt/slurm/latest/lib:1\;/glade/u/apps/ch/os/usr/lib64:1\;/glade/u/apps/ch/os/usr/lib:1\;/glade/u/apps/ch/os/lib64:1\;/glade/u/apps/ch/os/lib:1;' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:/glade/u/apps/ch/opt/mpt/2.19/lib:/glade/u/apps/ch/opt/gnu/8.3.0/lib64:/ncar/opt/slurm/latest/lib:/glade/u/apps/ch/os/usr/lib64:/glade/u/apps/ch/os/usr/lib:/glade/u/apps/ch/os/lib64:/glade/u/apps/ch/os/lib;' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib:1;' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib;' export 'LIBRARY_PATH;' 'LMOD_COMPILER=gnu;' export 'LMOD_COMPILER;' 'LMOD_COMPILER_VERSION=8.3.0;' export 'LMOD_COMPILER_VERSION;' 'LMOD_FAMILY_COMPILER=gnu;' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION=8.3.0;' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI=mpt;' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION=2.19;' export 'LMOD_FAMILY_MPI_VERSION;' 'LMOD_MPI=mpt_fmods;' export 'LMOD_MPI;' 'LMOD_MPI_VERSION=2.19;' export 'LMOD_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES=ncarenv/1.3:1\;gnu/8.3.0:1\;mpt/2.19:1\;ncarcompilers/0.5.0:1\;netcdf/4.6.3:1\;esmf/8.0.0:1\;NCEPlibs/9.9.9:1\;SIONlib/1.7.4:1\;fv3:1;' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES=ncarenv/1.3:gnu/8.3.0:mpt/2.19:ncarcompilers/0.5.0:netcdf/4.6.3:esmf/8.0.0:NCEPlibs/9.9.9:SIONlib/1.7.4:fv3;' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/share/man:1\;/glade/u/apps/ch/opt/mpt/2.19/man:1\;/glade/u/apps/ch/opt/gnu/8.3.0/share/man:1\;/ncar/opt/slurm/latest/share/man:1\;/usr/local/man:1\;/usr/share/man:1\;/opt/pbs/share/man:1\;/opt/clmgr/man:1\;/opt/sgi/share/man:1;' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/ch/opt/gnu/8.3.0/share/man:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man;' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:1\;/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19;' export 'MODULEPATH;' 'MPICC_CC=gcc;' export 'MPICC_CC;' 'MPICXX_CXX=g++;' export 'MPICXX_CXX;' 'MPIF08_F08=gfortran;' export 'MPIF08_F08;' 'MPIF90_F90=gfortran;' export 'MPIF90_F90;' 'MPI_IB_CONGESTED=1;' export 'MPI_IB_CONGESTED;' 'MPI_ROOT=/glade/u/apps/ch/opt/mpt/2.19;' export 'MPI_ROOT;' 'MPI_SYSLOG_COPY=2;' export 'MPI_SYSLOG_COPY;' 'MPT_VERSION=2.19;' export 'MPT_VERSION;' 'MP_COMPILER=gnu;' export 'MP_COMPILER;' 'NCAR_EXCLUDE_ASNEEDED=1;' export 'NCAR_EXCLUDE_ASNEEDED;' 'NCAR_HOST=cheyenne;' export 'NCAR_HOST;' 'NCAR_INC_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/include;' export 'NCAR_INC_GNU;' 'NCAR_INC_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/include;' export 'NCAR_INC_NETCDF;' 'NCAR_LDFLAGS_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/lib64;' export 'NCAR_LDFLAGS_GNU;' 'NCAR_LDFLAGS_GNU32=/glade/u/apps/ch/opt/gnu/8.3.0/lib/gcc/x86_64-pc-linux-gnu/8.3.0;' export 'NCAR_LDFLAGS_GNU32;' 'NCAR_LDFLAGS_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib;' export 'NCAR_LDFLAGS_NETCDF;' 'NCAR_LIBS_MPT=-lrt\' '-ldl;' export 'NCAR_LIBS_MPT;' 'NCAR_LIBS_NETCDF=-Wl,-Bstatic\' '-lnetcdff\' '-lnetcdf\' '-lhdf5hl_fortran\' '-lhdf5_hl\' '-lhdf5_fortran\' '-lhdf5\' '-lsz\' '-lz\' '-Wl,-Bdynamic\' '-lm\' '-ldl;' export 'NCAR_LIBS_NETCDF;' 'NCAR_RANK_MPT=1000;' export 'NCAR_RANK_MPT;' 'NCAR_ROOT_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/;' export 'NCAR_ROOT_GNU;' 'NCAR_ROOT_MPT=/glade/u/apps/ch/opt/mpt/2.19;' export 'NCAR_ROOT_MPT;' 'NCAR_ROOT_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/;' export 'NCAR_ROOT_NETCDF;' 'NCAR_WRAPPER_MPI=/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi;' export 'NCAR_WRAPPER_MPI;' 'NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19;' export 'NCEPLIBS_DIR;' 'NEMSIO_INC=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/include;' export 'NEMSIO_INC;' 'NEMSIO_LIB=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libnemsio_d.a;' export 'NEMSIO_LIB;' 'NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/;' export 'NETCDF;' 'OMP_NUM_THREADS=1;' export 'OMP_NUM_THREADS;' 'OMP_STACKSIZE=64000K;' export 'OMP_STACKSIZE;' 'OSHCC_CC=gcc;' export 'OSHCC_CC;' 'OSHCXX_CXX=g++;' export 'OSHCXX_CXX;' 'OSHF90_F90=gfortran;' export 'OSHF90_F90;' '__LMOD_REF_COUNT_PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/bin:1\;/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/bin:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi:1\;/glade/u/apps/ch/opt/mpt/2.19/bin:1\;/glade/u/apps/ch/opt/gnu/8.3.0/bin:1\;/glade/u/apps/opt/globus-utils:1\;/glade/u/apps/ch/opt/usr/bin:1\;/ncar/opt/slurm/latest/bin:1\;/opt/clmgr/sbin:1\;/opt/clmgr/bin:1\;/opt/sgi/sbin:1\;/opt/sgi/bin:1\;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1\;/glade/u/home/heinzell/bin:1\;/usr/local/bin:1\;/usr/bin:1\;/bin:2\;/usr/bin/X11:1\;/usr/games:1\;/opt/ibutils/bin:1\;/usr/lib/mit/bin:1\;/opt/pbs/bin:1\;/sbin:1\;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1\;/glade/u/apps/ch/os/usr/bin:1;' export '__LMOD_REF_COUNT_PATH;' 'PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/ch/opt/gnu/8.3.0/bin:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin;' export 'PATH;' 'PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/;' export 'PERL5LIB;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib/pkgconfig:1;' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib/pkgconfig;' export 'PKG_CONFIG_PATH;' 'SIONLIB=/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19;' export 'SIONLIB;' 'SIONLIB_INC=-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/include\' '-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/include/mod_64;' export 'SIONLIB_INC;' 'SIONLIB_LIB=-L/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/lib\' '-lsionmpi_f90_64\' '-lsionser_f90_64\' '-lsionmpi_64\' '-lsiongen_64\' '-lsionser_64\' '-lsioncom_64\' '-lsioncom_64_lock_none;' export 'SIONLIB_LIB;' 'SP_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libsp_v2.0.2_d.a;' export 'SP_LIBd;' 'W3EMC_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libw3emc_d.a;' export 'W3EMC_LIBd;' 'W3NCO_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libw3nco_d.a;' export 'W3NCO_LIBd;' 'WRFIO_NCD_LARGE_FILE_SUPPORT=1;' export 'WRFIO_NCD_LARGE_FILE_SUPPORT;' '__LMOD_REF_COUNT__LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1\;/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:1\;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu/fv3:1;' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu/fv3;' export '_LMFILES_;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu;' export '_ModuleTable001_;' '_ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s;' export '_ModuleTable002_;' '_ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudS9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGdudT17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2dudS84LjMuMC5sdWEiLFsiZnVsbE5hbWUiXT0iZ251LzguMy4wIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFj;' export '_ModuleTable003_;' '_ModuleTable004_=a0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZ251LzguMy4wIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMC9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRl;' export '_ModuleTable004_;' '_ModuleTable005_=ciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2Rm;' export '_ModuleTable005_;' '_ModuleTable006_=LzQuNi4zIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtZHljb3JlLWRvYy0yMDIwMDIwNC9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMu;' export '_ModuleTable006_;' '_ModuleTable007_=MCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9nbnUvOC4zLjAiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' ncar_pylib '()' '{' . '/glade/u/apps/opt/ncar_pylib/ncar_pylib;' '};' ++ eval 'BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libbacio_4.a;' export 'BACIO_LIB4;' 'CC=gcc;' export 'CC;' 'CESMDATAROOT=/glade/p/cesmdata/cseg;' export 'CESMDATAROOT;' 'CESMROOT=/glade/p/cesm;' export 'CESMROOT;' 'CMAKE_CXX_COMPILER=mpicxx;' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER=mpicc;' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER=mpif90;' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform=cheyenne.gnu;' export 'CMAKE_Platform;' 'COMPILER=gnu;' export 'COMPILER;' '__LMOD_REF_COUNT_CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:1\;/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_CPATH;' 'CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:/glade/u/apps/ch/opt/mpt/2.19/include;' export 'CPATH;' 'CXX=g++;' export 'CXX;' 'DASK_ROOT_CONFIG=/glade/u/apps/config/dask;' export 'DASK_ROOT_CONFIG;' 'ENV=/etc/profile.d/modules.sh;' export 'ENV;' 'ESMFMKFILE=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/lib/esmf.mk;' export 'ESMFMKFILE;' 'F77=gfortran;' export 'F77;' 'F90=gfortran;' export 'F90;' 'FC=gfortran;' export 'FC;' '__LMOD_REF_COUNT_FPATH=/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_FPATH;' 'FPATH=/glade/u/apps/ch/opt/mpt/2.19/include;' export 'FPATH;' 'GNU_MAJOR_VERSION=8.3;' export 'GNU_MAJOR_VERSION;' 'GNU_MINOR_VERSION=0;' export 'GNU_MINOR_VERSION;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:1\;/glade/u/apps/ch/opt/mpt/2.19/lib:1\;/glade/u/apps/ch/opt/gnu/8.3.0/lib64:1\;/ncar/opt/slurm/latest/lib:1\;/glade/u/apps/ch/os/usr/lib64:1\;/glade/u/apps/ch/os/usr/lib:1\;/glade/u/apps/ch/os/lib64:1\;/glade/u/apps/ch/os/lib:1;' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:/glade/u/apps/ch/opt/mpt/2.19/lib:/glade/u/apps/ch/opt/gnu/8.3.0/lib64:/ncar/opt/slurm/latest/lib:/glade/u/apps/ch/os/usr/lib64:/glade/u/apps/ch/os/usr/lib:/glade/u/apps/ch/os/lib64:/glade/u/apps/ch/os/lib;' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib:1;' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib;' export 'LIBRARY_PATH;' 'LMOD_COMPILER=gnu;' export 'LMOD_COMPILER;' 'LMOD_COMPILER_VERSION=8.3.0;' export 'LMOD_COMPILER_VERSION;' 'LMOD_FAMILY_COMPILER=gnu;' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION=8.3.0;' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI=mpt;' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION=2.19;' export 'LMOD_FAMILY_MPI_VERSION;' 'LMOD_MPI=mpt_fmods;' export 'LMOD_MPI;' 'LMOD_MPI_VERSION=2.19;' export 'LMOD_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES=ncarenv/1.3:1\;gnu/8.3.0:1\;mpt/2.19:1\;ncarcompilers/0.5.0:1\;netcdf/4.6.3:1\;esmf/8.0.0:1\;NCEPlibs/9.9.9:1\;SIONlib/1.7.4:1\;fv3:1;' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES=ncarenv/1.3:gnu/8.3.0:mpt/2.19:ncarcompilers/0.5.0:netcdf/4.6.3:esmf/8.0.0:NCEPlibs/9.9.9:SIONlib/1.7.4:fv3;' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/share/man:1\;/glade/u/apps/ch/opt/mpt/2.19/man:1\;/glade/u/apps/ch/opt/gnu/8.3.0/share/man:1\;/ncar/opt/slurm/latest/share/man:1\;/usr/local/man:1\;/usr/share/man:1\;/opt/pbs/share/man:1\;/opt/clmgr/man:1\;/opt/sgi/share/man:1;' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/ch/opt/gnu/8.3.0/share/man:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man;' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:1\;/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19;' export 'MODULEPATH;' 'MPICC_CC=gcc;' export 'MPICC_CC;' 'MPICXX_CXX=g++;' export 'MPICXX_CXX;' 'MPIF08_F08=gfortran;' export 'MPIF08_F08;' 'MPIF90_F90=gfortran;' export 'MPIF90_F90;' 'MPI_IB_CONGESTED=1;' export 'MPI_IB_CONGESTED;' 'MPI_ROOT=/glade/u/apps/ch/opt/mpt/2.19;' export 'MPI_ROOT;' 'MPI_SYSLOG_COPY=2;' export 'MPI_SYSLOG_COPY;' 'MPT_VERSION=2.19;' export 'MPT_VERSION;' 'MP_COMPILER=gnu;' export 'MP_COMPILER;' 'NCAR_EXCLUDE_ASNEEDED=1;' export 'NCAR_EXCLUDE_ASNEEDED;' 'NCAR_HOST=cheyenne;' export 'NCAR_HOST;' 'NCAR_INC_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/include;' export 'NCAR_INC_GNU;' 'NCAR_INC_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/include;' export 'NCAR_INC_NETCDF;' 'NCAR_LDFLAGS_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/lib64;' export 'NCAR_LDFLAGS_GNU;' 'NCAR_LDFLAGS_GNU32=/glade/u/apps/ch/opt/gnu/8.3.0/lib/gcc/x86_64-pc-linux-gnu/8.3.0;' export 'NCAR_LDFLAGS_GNU32;' 'NCAR_LDFLAGS_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib;' export 'NCAR_LDFLAGS_NETCDF;' 'NCAR_LIBS_MPT=-lrt\' '-ldl;' export 'NCAR_LIBS_MPT;' 'NCAR_LIBS_NETCDF=-Wl,-Bstatic\' '-lnetcdff\' '-lnetcdf\' '-lhdf5hl_fortran\' '-lhdf5_hl\' '-lhdf5_fortran\' '-lhdf5\' '-lsz\' '-lz\' '-Wl,-Bdynamic\' '-lm\' '-ldl;' export 'NCAR_LIBS_NETCDF;' 'NCAR_RANK_MPT=1000;' export 'NCAR_RANK_MPT;' 'NCAR_ROOT_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/;' export 'NCAR_ROOT_GNU;' 'NCAR_ROOT_MPT=/glade/u/apps/ch/opt/mpt/2.19;' export 'NCAR_ROOT_MPT;' 'NCAR_ROOT_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/;' export 'NCAR_ROOT_NETCDF;' 'NCAR_WRAPPER_MPI=/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi;' export 'NCAR_WRAPPER_MPI;' 'NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19;' export 'NCEPLIBS_DIR;' 'NEMSIO_INC=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/include;' export 'NEMSIO_INC;' 'NEMSIO_LIB=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libnemsio_d.a;' export 'NEMSIO_LIB;' 'NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/;' export 'NETCDF;' 'OMP_NUM_THREADS=1;' export 'OMP_NUM_THREADS;' 'OMP_STACKSIZE=64000K;' export 'OMP_STACKSIZE;' 'OSHCC_CC=gcc;' export 'OSHCC_CC;' 'OSHCXX_CXX=g++;' export 'OSHCXX_CXX;' 'OSHF90_F90=gfortran;' export 'OSHF90_F90;' '__LMOD_REF_COUNT_PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/bin:1\;/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/bin:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi:1\;/glade/u/apps/ch/opt/mpt/2.19/bin:1\;/glade/u/apps/ch/opt/gnu/8.3.0/bin:1\;/glade/u/apps/opt/globus-utils:1\;/glade/u/apps/ch/opt/usr/bin:1\;/ncar/opt/slurm/latest/bin:1\;/opt/clmgr/sbin:1\;/opt/clmgr/bin:1\;/opt/sgi/sbin:1\;/opt/sgi/bin:1\;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1\;/glade/u/home/heinzell/bin:1\;/usr/local/bin:1\;/usr/bin:1\;/bin:2\;/usr/bin/X11:1\;/usr/games:1\;/opt/ibutils/bin:1\;/usr/lib/mit/bin:1\;/opt/pbs/bin:1\;/sbin:1\;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1\;/glade/u/apps/ch/os/usr/bin:1;' export '__LMOD_REF_COUNT_PATH;' 'PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/ch/opt/gnu/8.3.0/bin:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin;' export 'PATH;' 'PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/;' export 'PERL5LIB;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib/pkgconfig:1;' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib/pkgconfig;' export 'PKG_CONFIG_PATH;' 'SIONLIB=/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19;' export 'SIONLIB;' 'SIONLIB_INC=-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/include\' '-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/include/mod_64;' export 'SIONLIB_INC;' 'SIONLIB_LIB=-L/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/lib\' '-lsionmpi_f90_64\' '-lsionser_f90_64\' '-lsionmpi_64\' '-lsiongen_64\' '-lsionser_64\' '-lsioncom_64\' '-lsioncom_64_lock_none;' export 'SIONLIB_LIB;' 'SP_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libsp_v2.0.2_d.a;' export 'SP_LIBd;' 'W3EMC_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libw3emc_d.a;' export 'W3EMC_LIBd;' 'W3NCO_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libw3nco_d.a;' export 'W3NCO_LIBd;' 'WRFIO_NCD_LARGE_FILE_SUPPORT=1;' export 'WRFIO_NCD_LARGE_FILE_SUPPORT;' '__LMOD_REF_COUNT__LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1\;/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:1\;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu/fv3:1;' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu/fv3;' export '_LMFILES_;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu;' export '_ModuleTable001_;' '_ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s;' export '_ModuleTable002_;' '_ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudS9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGdudT17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2dudS84LjMuMC5sdWEiLFsiZnVsbE5hbWUiXT0iZ251LzguMy4wIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRo;' export '_ModuleTable003_;' '_ModuleTable004_=Il09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZ251LzguMy4wIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMC9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRlciJdPTQs;' export '_ModuleTable004_;' '_ModuleTable005_=cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNi4z;' export '_ModuleTable005_;' '_ModuleTable006_=IixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS11cGRhdGUtc3VibW9kdWxlcy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMCIsIi9nbGFkZS91;' export '_ModuleTable006_;' '_ModuleTable007_=L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9nbnUvOC4zLjAiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' ncar_pylib '()' '{' . '/glade/u/apps/opt/ncar_pylib/ncar_pylib;' '};' ++ BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libbacio_4.a ++ export BACIO_LIB4 ++ CC=gcc @@ -4727,9 +4726,9 @@ INFO: CCPP prebuild step completed successfully. ++ export __LMOD_REF_COUNT_MANPATH ++ MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/ch/opt/gnu/8.3.0/share/man:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man ++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:1;/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19:1' +++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:1;/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19 +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19 ++ export MODULEPATH ++ MPICC_CC=gcc ++ export MPICC_CC @@ -4819,23 +4818,23 @@ INFO: CCPP prebuild step completed successfully. ++ export W3NCO_LIBd ++ WRFIO_NCD_LARGE_FILE_SUPPORT=1 ++ export WRFIO_NCD_LARGE_FILE_SUPPORT -++ __LMOD_REF_COUNT__LMFILES_='/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1;/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:1;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1;/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:1;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu/fv3 +++ _LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu/fv3 ++ export _LMFILES_ ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu ++ export _ModuleTable001_ ++ _ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s ++ export _ModuleTable002_ -++ _ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudS9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGdudT17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2dudS84LjMuMC5sdWEiLFsiZnVsbE5hbWUiXT0iZ251LzguMy4wIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFj +++ _ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudS9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGdudT17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2dudS84LjMuMC5sdWEiLFsiZnVsbE5hbWUiXT0iZ251LzguMy4wIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRo ++ export _ModuleTable003_ -++ _ModuleTable004_=a0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZ251LzguMy4wIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMC9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRl +++ _ModuleTable004_=Il09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZ251LzguMy4wIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMC9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRlciJdPTQs ++ export _ModuleTable004_ -++ _ModuleTable005_=ciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2Rm +++ _ModuleTable005_=cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNi4z ++ export _ModuleTable005_ -++ _ModuleTable006_=LzQuNi4zIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtZHljb3JlLWRvYy0yMDIwMDIwNC9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMu +++ _ModuleTable006_=IixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS11cGRhdGUtc3VibW9kdWxlcy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMCIsIi9nbGFkZS91 ++ export _ModuleTable006_ -++ _ModuleTable007_=MCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9nbnUvOC4zLjAiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 +++ _ModuleTable007_=L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9nbnUvOC4zLjAiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++ export _ModuleTable007_ ++ _ModuleTable_Sz_=7 ++ export _ModuleTable_Sz_ @@ -4851,29 +4850,29 @@ Currently Loaded Modules: -+ eval 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu;' export '_ModuleTable001_;' '_ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s;' export '_ModuleTable002_;' '_ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudS9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGdudT17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2dudS84LjMuMC5sdWEiLFsiZnVsbE5hbWUiXT0iZ251LzguMy4wIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFj;' export '_ModuleTable003_;' '_ModuleTable004_=a0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZ251LzguMy4wIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMC9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRl;' export '_ModuleTable004_;' '_ModuleTable005_=ciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2Rm;' export '_ModuleTable005_;' '_ModuleTable006_=LzQuNi4zIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtZHljb3JlLWRvYy0yMDIwMDIwNC9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMu;' export '_ModuleTable006_;' '_ModuleTable007_=MCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9nbnUvOC4zLjAiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19 ++ eval 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu;' export '_ModuleTable001_;' '_ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s;' export '_ModuleTable002_;' '_ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudS9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGdudT17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2dudS84LjMuMC5sdWEiLFsiZnVsbE5hbWUiXT0iZ251LzguMy4wIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRo;' export '_ModuleTable003_;' '_ModuleTable004_=Il09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZ251LzguMy4wIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMC9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRlciJdPTQs;' export '_ModuleTable004_;' '_ModuleTable005_=cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNi4z;' export '_ModuleTable005_;' '_ModuleTable006_=IixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS11cGRhdGUtc3VibW9kdWxlcy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMCIsIi9nbGFkZS91;' export '_ModuleTable006_;' '_ModuleTable007_=L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9nbnUvOC4zLjAiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19 ++ export MODULEPATH ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu ++ export _ModuleTable001_ ++ _ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s ++ export _ModuleTable002_ -++ _ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudS9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGdudT17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2dudS84LjMuMC5sdWEiLFsiZnVsbE5hbWUiXT0iZ251LzguMy4wIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFj +++ _ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudS9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGdudT17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2dudS84LjMuMC5sdWEiLFsiZnVsbE5hbWUiXT0iZ251LzguMy4wIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRo ++ export _ModuleTable003_ -++ _ModuleTable004_=a0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZ251LzguMy4wIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMC9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRl +++ _ModuleTable004_=Il09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZ251LzguMy4wIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMC9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRlciJdPTQs ++ export _ModuleTable004_ -++ _ModuleTable005_=ciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2Rm +++ _ModuleTable005_=cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNi4z ++ export _ModuleTable005_ -++ _ModuleTable006_=LzQuNi4zIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtZHljb3JlLWRvYy0yMDIwMDIwNC9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMu +++ _ModuleTable006_=IixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS11cGRhdGUtc3VibW9kdWxlcy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMCIsIi9nbGFkZS91 ++ export _ModuleTable006_ -++ _ModuleTable007_=MCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9nbnUvOC4zLjAiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 +++ _ModuleTable007_=L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9nbnUvOC4zLjAiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++ export _ModuleTable007_ ++ _ModuleTable_Sz_=7 ++ export _ModuleTable_Sz_ ++ : -s sh + eval + cd build_fv3_2 -+ cmake /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF ++ cmake /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF -- The C compiler identification is GNU 8.3.0 -- The CXX compiler identification is GNU 8.3.0 -- The Fortran compiler identification is GNU 8.3.0 @@ -4943,13 +4942,13 @@ Force 64 bits in ipd -- Detecting OpenMP flags for GNU C++ compiler: -fopenmp -- Detecting OpenMP flags for GNU Fortran compiler: -fopenmp -- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 +INFOGot CCPP_SCHEMES from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 Force 64 bits in CCPP_layer Force 64 bits in stochastic_physics -- Configuring done -- Generating done --- Build files have been written to: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_2 +-- Build files have been written to: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_2 + make -j 3 Scanning dependencies of target ccpp Scanning dependencies of target fv3cpl @@ -4960,32 +4959,32 @@ Scanning dependencies of target fms [ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o [ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o [ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/framework/src/ccpp.F90:56:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/framework/src/ccpp.F90:56:61: subroutine ccpp_init(suitename, cdata, ierr, cdata_target, is_filename) 1 Warning: Unused dummy argument ‘cdata_target’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/framework/src/ccpp.F90:64:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/framework/src/ccpp.F90:64:44: character(len=256) :: filename_local 1 Warning: Unused variable ‘filename_local’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/framework/src/ccpp.F90:56:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/framework/src/ccpp.F90:56:74: subroutine ccpp_init(suitename, cdata, ierr, cdata_target, is_filename) 1 Warning: Unused dummy argument ‘is_filename’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/framework/src/ccpp.F90:63:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/framework/src/ccpp.F90:63:47: logical :: is_filename_local 1 Warning: Unused variable ‘is_filename_local’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/framework/src/ccpp.F90:56:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/framework/src/ccpp.F90:56:34: subroutine ccpp_init(suitename, cdata, ierr, cdata_target, is_filename) 1 Warning: Unused dummy argument ‘suitename’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/mpp_parameter.F90:120:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/mpp_parameter.F90:120:42: integer(LONG_KIND), parameter :: DOMAIN_ID_BASE=Z'0000000100000000' ! Workaround for 64bit init problem 1 @@ -4995,12 +4994,12 @@ Warning: Conversion from ‘INTEGER(16)’ to ‘INTEGER(8)’ at (1) [-Wconvers [ 2%] Linking Fortran static library libccpp.a [ 2%] Built target ccpp [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cap_cpl.F90:64:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cap_cpl.F90:64:50: type(ESMF_ArraySpec) :: arrayspec 1 Warning: Unused variable ‘arrayspec’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cap_cpl.F90:65:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cap_cpl.F90:65:42: integer :: i, localrc 1 @@ -5008,2273 +5007,2275 @@ Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] [ 2%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/drifters/drifters_io.F90:225:42: +Scanning dependencies of target ccppphys +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/drifters/drifters_io.F90:225:42: attname = 'unit_'//adjustl(attname) 1 Warning: CHARACTER expression will be truncated in assignment (128/133) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/drifters/drifters_io.F90:201:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/drifters/drifters_io.F90:201:42: attname = 'name_'//adjustl(attname) 1 Warning: CHARACTER expression will be truncated in assignment (128/133) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/drifters/drifters_io.F90:177:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/drifters/drifters_io.F90:177:42: attname = 'unit_'//adjustl(attname) 1 Warning: CHARACTER expression will be truncated in assignment (128/133) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/drifters/drifters_io.F90:153:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/drifters/drifters_io.F90:153:42: attname = 'name_'//adjustl(attname) 1 Warning: CHARACTER expression will be truncated in assignment (128/133) at (1) [-Wcharacter-truncation] -Scanning dependencies of target ccppphys [ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/random_numbers/MersenneTwister.F90:82:35: +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/random_numbers/MersenneTwister.F90:82:35: UMASK = -2147483648_8, & ! most significant w-r bits (0x80000000UL) 1 Warning: Conversion from ‘INTEGER(8)’ to ‘INTEGER(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:24: - - datar42d = data_a2oi(:,:,n) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mersenne_twister.f:219:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mersenne_twister.f:219:30: subroutine random_seed(size,put,get,stat) 1 Warning: ‘random_seed’ declared at (1) may shadow the intrinsic of the same name. In order to call the intrinsic, explicit INTRINSIC declarations may be required. [-Wintrinsic-shadow] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mersenne_twister.f:259:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mersenne_twister.f:259:38: get(n+3:nrest)=transfer(stat%gset,get,nrest-(n+3)+1) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 8 < result size 16 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mersenne_twister.f:265:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mersenne_twister.f:265:38: get(n+3:nrest)=transfer(sstat%gset,get,nrest-(n+3)+1) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 8 < result size 16 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:24: + + datar42d = data_a2oi(:,:,n) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: datar42d = data_a2oi(:,:,n) Warning: ‘datar42d.data’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.offset’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.offset’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: datar42d = data_a2oi(:,:,n) Warning: ‘datar42d.dim[0].stride’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/cpl/module_cplfields.F90:224:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/cpl/module_cplfields.F90:224:0: datar42d = data_a2oi(:,:,n) Warning: ‘datar42d.dim[1].stride’ may be used uninitialized in this function [-Wmaybe-uninitialized] -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 3%] Linking Fortran static library libfv3cpl.a -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/sat_vapor_pres/sat_vapor_pres_k.F90:1048:52: +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/sat_vapor_pres/sat_vapor_pres_k.F90:1048:52: subroutine compute_mrs_k_0d (temp, press, eps, zvir, mrs, nbad, & 1 Warning: Unused dummy argument ‘zvir’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/sat_vapor_pres/sat_vapor_pres_k.F90:965:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/sat_vapor_pres/sat_vapor_pres_k.F90:965:52: subroutine compute_mrs_k_1d (temp, press, eps, zvir, mrs, nbad, & 1 Warning: Unused dummy argument ‘zvir’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/sat_vapor_pres/sat_vapor_pres_k.F90:880:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/sat_vapor_pres/sat_vapor_pres_k.F90:880:52: subroutine compute_mrs_k_2d (temp, press, eps, zvir, mrs, nbad, & 1 Warning: Unused dummy argument ‘zvir’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/sat_vapor_pres/sat_vapor_pres_k.F90:792:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/sat_vapor_pres/sat_vapor_pres_k.F90:792:52: subroutine compute_mrs_k_3d (temp, press, eps, zvir, mrs, nbad, & 1 Warning: Unused dummy argument ‘zvir’ at (1) [-Wunused-dummy-argument] -[ 3%] Built target fv3cpl -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90:270:56: +[ 5%] Linking Fortran static library libfv3cpl.a +[ 5%] Built target fv3cpl +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90:270:56: meltratio_outside, m_w, m_i, lambda, C_back, & 1 Warning: Unused dummy argument ‘lambda’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90:284:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90:284:54: DOUBLE PRECISION:: D_large, D_g, rhog, x_w, xw_a, fm, fmgrenz, & 1 Warning: Unused variable ‘xw_a’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90:203:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90:203:44: DOUBLE PRECISION:: alpha,lambdas,sigma,nenner 1 Warning: Unused variable ‘sigma’ declared at (1) [-Wunused-variable] -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:604:1: +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:604:1: hcpct , & !in 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1450:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1450:1: hcpct , & !in 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:292:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1848:1: - prcpconv, prcpnonc, prcpshcv, prcpsnow, prcpgrpl, prcphail, & ! in : forcing + imelt(1) = 1 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:303:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1852:1: - z0wrf , & + imelt(1) = 0 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:311:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1899:1: - shg , shc , shb , evg , evb , ghv , & ! out : + heatr(j) = (stc(j)-tfrz)/fact(j) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:312:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1901:1: - ghb , irg , irc , irb , tr , evc , & ! out : + if (j .ne. k .and. stc(k) < tfrz .and. heatr(j) > 0.1) then 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:313:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1902:1: - chleaf , chuc , chv2 , chb2 , fpice , pahv , & + heatr(k) = (stc(k)-tfrz)/fact(k) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:645:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1903:1: - fwet ,cmc ) !out + if (abs(heatr(k)) > heatr(j)) then ! layer absorbs all 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:697:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1904:1: - qsnow ,qrain ,snowhin,latheav,latheag,frozen_canopy,frozen_ground, & !in mb + heatr(k) = heatr(k) + heatr(j) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:766:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1905:1: - swdown ,bdfall ,rain ,snow ,fp , fpice ,prcp ) + stc(k) = tfrz + heatr(k)*fact(k) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1848:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1906:1: - imelt(1) = 1 + heatr(j) = 0.0 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:837:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1908:1: - qprecl = prcpnonc + heatr(j) = heatr(j) + heatr(k) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1852:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1909:1: - imelt(1) = 0 + heatr(k) = 0.0 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:890:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1910:1: - fpice = min(1.0,prcp_frozen/prcp) + stc(k) = tfrz 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:891:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1912:1: - fpice = max(0.0,fpice) + end if 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:892:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1913:1: - bdfall = bdfall*(prcpsnow/prcp_frozen) + rho_grpl*(prcpgrpl/prcp_frozen) + & + end do 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:893:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1924:1: - rho_hail*(prcphail/prcp_frozen) + heatr(j) = (stc(j)-tfrz)/fact(j) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:894:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1926:1: - else + if (j .ne. k .and. stc(k) > tfrz .and. heatr(j) < -0.1) then 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:895:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1927:1: - fpice = 0.0 + heatr(k) = (stc(k)-tfrz)/fact(k) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1899:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1928:1: - heatr(j) = (stc(j)-tfrz)/fact(j) + if (heatr(k) > abs(heatr(j))) then ! layer absorbs all 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1901:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1929:1: - if (j .ne. k .and. stc(k) < tfrz .and. heatr(j) > 0.1) then + heatr(k) = heatr(k) + heatr(j) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1902:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1930:1: - heatr(k) = (stc(k)-tfrz)/fact(k) + stc(k) = tfrz + heatr(k)*fact(k) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1903:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1931:1: - if (abs(heatr(k)) > heatr(j)) then ! layer absorbs all + heatr(j) = 0.0 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1904:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1933:1: - heatr(k) = heatr(k) + heatr(j) + heatr(j) = heatr(j) + heatr(k) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1905:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1934:1: - stc(k) = tfrz + heatr(k)*fact(k) + heatr(k) = 0.0 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1906:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1935:1: - heatr(j) = 0.0 + stc(k) = tfrz 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1908:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1937:1: - heatr(j) = heatr(j) + heatr(k) + end if 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1909:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1938:1: - heatr(k) = 0.0 + end do 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1910:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1949:1: - stc(k) = tfrz + heatr(j) = (stc(j)-tfrz)/fact(j) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1009:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1952:1: - pahv ,pahg ,pahb ,qrain ,qsnow ,snowhin, & !out + if (j .ne. k .and. mice(k) > 0. .and. xm(j) > 0.1) then 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1912:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1953:1: - end if + if (mice(k) > xm(j)) then ! layer absorbs all 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1010:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1954:1: - fwet ,cmc ) !out + mice(k) = mice(k) - xm(j) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1913:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1955:1: - end do + xmf = xmf + hfus * xm(j)/dt 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1924:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1956:1: - heatr(j) = (stc(j)-tfrz)/fact(j) + stc(k) = tfrz 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1926:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1957:1: - if (j .ne. k .and. stc(k) > tfrz .and. heatr(j) < -0.1) then + xm(j) = 0.0 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1927:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1959:1: - heatr(k) = (stc(k)-tfrz)/fact(k) + xm(j) = xm(j) - mice(k) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1928:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1960:1: - if (heatr(k) > abs(heatr(j))) then ! layer absorbs all + xmf = xmf + hfus * mice(k)/dt 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1929:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1961:1: - heatr(k) = heatr(k) + heatr(j) + mice(k) = 0.0 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1930:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1962:1: - stc(k) = tfrz + heatr(k)*fact(k) + stc(k) = tfrz 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1931:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1965:1: - heatr(j) = 0.0 + end if 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1933:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1966:1: - heatr(j) = heatr(j) + heatr(k) + end do 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1934:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1967:1: - heatr(k) = 0.0 + heatr(j) = xm(j)*hfus/dt 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1112:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1978:1: - if(canliq > 0.) then ! for case of canopy getting buried + heatr(j) = (stc(j)-tfrz)/fact(j) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1935:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1981:1: - stc(k) = tfrz + if (j .ne. k .and. mliq(k) > 0. .and. xm(j) < -0.1) then 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1113:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1982:1: - qdripr = qdripr + canliq/dt + if (mliq(k) > abs(xm(j))) then ! layer absorbs all 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1114:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1983:1: - canliq = 0.0 + mice(k) = mice(k) - xm(j) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1115:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1984:1: - end if + xmf = xmf + hfus * xm(j)/dt 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1937:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1985:1: - end if + stc(k) = tfrz 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1938:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1986:1: - end do + xm(j) = 0.0 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1139:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1988:1: - icedrip = max(0.,canice) * (fv+ft) !mb: removed /dt + xm(j) = xm(j) + mliq(k) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1949:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1989:1: - heatr(j) = (stc(j)-tfrz)/fact(j) + xmf = xmf - hfus * mliq(k)/dt 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1147:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1990:1: - if(canice > 0.) then ! for case of canopy getting buried + mice(k) = wmass0(k) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1148:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1991:1: - qdrips = qdrips + canice/dt + stc(k) = tfrz 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1149:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1994:1: - canice = 0.0 + end if 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1150:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1995:1: - end if + end do 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1952:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1996:1: - if (j .ne. k .and. mice(k) > 0. .and. xm(j) > 0.1) then + heatr(j) = xm(j)*hfus/dt 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1953:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:2281:1: - if (mice(k) > xm(j)) then ! layer absorbs all + ponding1 ,ponding2 , & !inout 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1954:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:2067:57: - mice(k) = mice(k) - xm(j) + real :: qsdew !soil surface dew rate [mm/s] + 1 +Warning: Unused variable ‘qsdew’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:2066:57: + + real :: qseva !soil surface evap rate [mm/s] + 1 +Warning: Unused variable ‘qseva’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1480:54: + + integer :: iz + 1 +Warning: Unused variable ‘iz’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:275:23: + + character*256 message + 1 +Warning: Unused variable ‘message’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:292:1: + + prcpconv, prcpnonc, prcpshcv, prcpsnow, prcpgrpl, prcphail, & ! in : forcing 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1955:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:303:1: - xmf = xmf + hfus * xm(j)/dt + z0wrf , & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1180:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:311:1: - pahb = pahb / (1.0-fveg) + shg , shc , shb , evg , evb , ghv , & ! out : 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1956:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:312:1: - stc(k) = tfrz + ghb , irg , irc , irb , tr , evc , & ! out : 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1957:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:313:1: - xm(j) = 0.0 + chleaf , chuc , chv2 , chb2 , fpice , pahv , & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1184:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:645:1: - pahv = 0.0 + fwet ,cmc ) !out 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1959:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:697:1: - xm(j) = xm(j) - mice(k) + qsnow ,qrain ,snowhin,latheav,latheag,frozen_canopy,frozen_ground, & !in mb 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1186:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:766:1: - pahb = 0.0 + swdown ,bdfall ,rain ,snow ,fp , fpice ,prcp ) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1960:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:837:1: - xmf = xmf + hfus * mice(k)/dt + qprecl = prcpnonc 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1961:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:890:1: - mice(k) = 0.0 + fpice = min(1.0,prcp_frozen/prcp) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1962:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:891:1: - stc(k) = tfrz + fpice = max(0.0,fpice) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1965:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:892:1: - end if + bdfall = bdfall*(prcpsnow/prcp_frozen) + rho_grpl*(prcpgrpl/prcp_frozen) + & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1966:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:893:1: - end do + rho_hail*(prcphail/prcp_frozen) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1967:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:894:1: - heatr(j) = xm(j)*hfus/dt + else 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1978:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:895:1: - heatr(j) = (stc(j)-tfrz)/fact(j) + fpice = 0.0 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1981:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1009:1: - if (j .ne. k .and. mliq(k) > 0. .and. xm(j) < -0.1) then + pahv ,pahg ,pahb ,qrain ,qsnow ,snowhin, & !out 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1982:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1010:1: - if (mliq(k) > abs(xm(j))) then ! layer absorbs all + fwet ,cmc ) !out 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1983:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1112:1: - mice(k) = mice(k) - xm(j) + if(canliq > 0.) then ! for case of canopy getting buried 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1984:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1113:1: - xmf = xmf + hfus * xm(j)/dt + qdripr = qdripr + canliq/dt 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1985:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1114:1: - stc(k) = tfrz + canliq = 0.0 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1986:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1115:1: - xm(j) = 0.0 + end if 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1988:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1139:1: - xm(j) = xm(j) + mliq(k) + icedrip = max(0.,canice) * (fv+ft) !mb: removed /dt 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1989:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1147:1: - xmf = xmf - hfus * mliq(k)/dt + if(canice > 0.) then ! for case of canopy getting buried 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1990:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1148:1: - mice(k) = wmass0(k) + qdrips = qdrips + canice/dt 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1991:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1149:1: - stc(k) = tfrz + canice = 0.0 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1994:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1150:1: - end if + end if 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1995:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1180:1: - end do + pahb = pahb / (1.0-fveg) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1996:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1184:1: - heatr(j) = xm(j)*hfus/dt + pahv = 0.0 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1437:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1186:1: - z0wrf , & + pahb = 0.0 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1456:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1437:1: - shg,shc,shb,evg,evb,ghv,ghb,irg,irc,irb,tr,evc,chleaf,chuc,chv2,chb2 ) !out + z0wrf , & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:2281:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1456:1: - ponding1 ,ponding2 , & !inout + shg,shc,shb,evg,evb,ghv,ghb,irg,irc,irb,tr,evc,chleaf,chuc,chv2,chb2 ) !out 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1891:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1891:1: frozen_canopy = .false. 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1894:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1894:1: frozen_canopy = .true. 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1900:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1900:1: frozen_ground = .false. 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1903:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1903:1: frozen_ground = .true. 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1988:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1988:1: pah = fveg * pahg + (1.0 - fveg) * pahb + pahv 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1996:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1996:1: z0wrf = z0m 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2009:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2009:1: pah = pahb 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2019:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2019:1: z0wrf = z0mg 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3148:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3148:1: denfveg = -log(max(1.0-fveg,0.01))/(pai*parameters%rc**2) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3750:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3750:1: if (tv > tfrz) then 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3752:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3752:1: else 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3754:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3754:1: end if 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:2067:57: - - real :: qsdew !soil surface dew rate [mm/s] - 1 -Warning: Unused variable ‘qsdew’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:2066:57: - - real :: qseva !soil surface evap rate [mm/s] - 1 -Warning: Unused variable ‘qseva’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5733:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5733:1: qsnow ,qrain ,snowhin,latheav,latheag,frozen_canopy,frozen_ground, & !in mb 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1480:54: - - integer :: iz - 1 -Warning: Unused variable ‘iz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6353:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6353:1: if(snice(j) >= 0.) then 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6357:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6357:1: else ! snice over-sublimated earlier 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6358:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6358:1: ponding1 = snliq(j) + snice(j) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6359:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6359:1: if(ponding1 < 0.) then ! if snice and snliq sublimates remove from soil 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6360:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6360:1: sice(1) = max(0.0,sice(1)+ponding1/(dzsnso(1)*1000.)) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6362:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6362:1: end if 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6365:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6365:1: end if 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:275:23: - - character*256 message - 1 -Warning: Unused variable ‘message’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:959:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:959:11: it1 = t + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8118:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8118:28: dzsnso ,stc ,psn ,troot ,tv , & !in 1 Warning: Unused dummy argument ‘dzsnso’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8120:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8120:50: lat ,iloc ,jloc ,fveg , & !in 1 Warning: Unused dummy argument ‘fveg’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8120:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8120:34: lat ,iloc ,jloc ,fveg , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8120:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8120:42: lat ,iloc ,jloc ,fveg , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8120:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8120:25: lat ,iloc ,jloc ,fveg , & !in 1 Warning: Unused dummy argument ‘lat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8222:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8222:34: real :: stovrc !stem turnover coefficient [1/s] 1 Warning: Unused variable ‘stovrc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8118:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8118:51: dzsnso ,stc ,psn ,troot ,tv , & !in 1 Warning: Unused dummy argument ‘troot’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8230:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8230:35: real :: vegfrac 1 Warning: Unused variable ‘vegfrac’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8005:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8005:41: foln ,btran ,apar ,fveg ,igs , & !in 1 Warning: Unused dummy argument ‘apar’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8006:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8006:32: troot ,ist ,lat ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘ist’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8004:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8004:55: dzsnso ,stc ,smc ,tv ,tg ,psn , & !in 1 Warning: Unused dummy argument ‘tg’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7863:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7863:68: subroutine shallowwatertable (parameters,nsnow ,nsoil ,zsoil, dt , & !in 1 Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7864:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7864:44: dzsnso ,smceq ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7864:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7864:52: dzsnso ,smceq ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7865:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7865:60: smc ,wtd ,smcwtd ,rech, qdrain ) !inout 1 Warning: Unused dummy argument ‘qdrain’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7717:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7717:54: real :: dzsum !cumulative depth above water table [m] 1 Warning: Unused variable ‘dzsum’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7676:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7676:53: stc ,wcnd ,fcrmax ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7676:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7676:61: stc ,wcnd ,fcrmax ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7676:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7676:28: stc ,wcnd ,fcrmax ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘stc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7612:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7612:17: real :: vkwgt 1 Warning: Unused variable ‘vkwgt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7483:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7483:32: sice ,iloc ,jloc ,zwt , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7483:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7483:40: sice ,iloc ,jloc ,zwt , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7484:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7484:31: sh2o ,smc ,ai ,bi ,ci , & !inout 1 Warning: Unused dummy argument ‘smc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7524:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7524:51: real :: stot 1 Warning: Unused variable ‘stot’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7348:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7348:47: subroutine srt (parameters,nsoil ,zsoil ,dt ,pddum ,etrani , & !in 1 Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7350:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7350:38: sicemax,fcrmax ,iloc ,jloc ,smcwtd , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7350:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7350:46: sicemax,fcrmax ,iloc ,jloc ,smcwtd , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6931:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6931:54: sh2o ,smc ,zwt ,vegtyp ,& !inout 1 Warning: Unused dummy argument ‘vegtyp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6670:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6670:58: snliq ,zsoil ,imelt ,ficeold,iloc , jloc , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6670:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6670:67: snliq ,zsoil ,imelt ,ficeold,iloc , jloc , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6669:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6669:32: subroutine compact (parameters,nsnow ,nsoil ,dt ,stc ,snice , & !in 1 Warning: Unused dummy argument ‘parameters’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6671:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6671:43: isnow ,dzsnso ,zsnso ) !inout 1 Warning: Unused dummy argument ‘zsnso’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6670:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6670:35: snliq ,zsoil ,imelt ,ficeold,iloc , jloc , & !in 1 Warning: Unused dummy argument ‘zsoil’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6614:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6614:29: subroutine combo(parameters,dz, wliq, wice, t, dz2, wliq2, wice2, t2) 1 Warning: Unused dummy argument ‘parameters’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6298:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6298:53: subroutine combine (parameters,nsnow ,nsoil ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6298:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6298:61: subroutine combine (parameters,nsnow ,nsoil ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6228:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6228:35: sfctmp ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6228:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6228:43: sfctmp ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6227:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6227:33: subroutine snowfall (parameters,nsoil ,nsnow ,dt ,qsnow ,snowhin , & !in 1 Warning: Unused dummy argument ‘parameters’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6138:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6138:17: integer :: iz,i 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6009:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6009:31: real :: canmas !total canopy mass (kg/m2) 1 Warning: Unused variable ‘canmas’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5962:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5962:43: esai ,tg ,fveg ,iloc , jloc , & !in 1 Warning: Unused dummy argument ‘fveg’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5962:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5962:51: esai ,tg ,fveg ,iloc , jloc , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5962:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5962:60: esai ,tg ,fveg ,iloc , jloc , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5962:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5962:33: esai ,tg ,fveg ,iloc , jloc , & !in 1 Warning: Unused dummy argument ‘tg’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5960:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5960:40: subroutine canwater (parameters,vegtyp ,dt , & !in 1 Warning: Unused dummy argument ‘vegtyp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5732:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5732:30: bdfall ,fp ,rain ,snow, & !in mb/an: v3.7 1 Warning: Unused dummy argument ‘fp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5733:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5733:45: qsnow ,qrain ,snowhin,latheav,latheag,frozen_canopy,frozen_ground, & !in mb 1 Warning: Unused dummy argument ‘latheag’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5733:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5733:37: qsnow ,qrain ,snowhin,latheav,latheag,frozen_canopy,frozen_ground, & !in mb 1 Warning: Unused dummy argument ‘latheav’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5729:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5729:50: vv ,fcev ,fctr ,qprecc ,qprecl ,elai , & !in 1 Warning: Unused dummy argument ‘qprecc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5729:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5729:58: vv ,fcev ,fctr ,qprecc ,qprecl ,elai , & !in 1 Warning: Unused dummy argument ‘qprecl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5732:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5732:40: bdfall ,fp ,rain ,snow, & !in mb/an: v3.7 1 Warning: Unused dummy argument ‘rain’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5732:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5732:48: bdfall ,fp ,rain ,snow, & !in mb/an: v3.7 1 Warning: Unused dummy argument ‘snow’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5728:73: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5728:73: subroutine water (parameters,vegtyp ,nsnow ,nsoil ,imelt ,dt ,uu , & !in 1 Warning: Unused dummy argument ‘uu’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5729:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5729:22: vv ,fcev ,fctr ,qprecc ,qprecl ,elai , & !in 1 Warning: Unused dummy argument ‘vv’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5577:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5577:18: errmsg,errflg) 1 Warning: Unused dummy argument ‘errflg’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5351:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5351:40: dzsnso ,hcpct ,ist ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘hcpct’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5351:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5351:57: dzsnso ,hcpct ,ist ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5351:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5351:66: dzsnso ,hcpct ,ist ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5228:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5228:30: subroutine hstep (parameters,nsnow ,nsoil ,isnow ,dt , & 1 Warning: Unused dummy argument ‘parameters’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5126:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5126:53: stc ,tbot ,zbot ,dt , & 1 Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5167:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5167:54: real, dimension(-nsnow+1:nsoil) :: dz 1 Warning: Unused variable ‘dz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5125:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5125:28: subroutine hrt (parameters,nsnow ,nsoil ,isnow ,zsnso , & 1 Warning: Unused dummy argument ‘parameters’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4994:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4994:46: stc ,errmsg ,errflg) !inout 1 Warning: Unused dummy argument ‘errflg’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4989:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4989:36: subroutine tsnosoi (parameters,ice ,nsoil ,nsnow ,isnow ,ist , & !in 1 Warning: Unused dummy argument ‘ice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4991:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4991:25: sag ,dt ,snowh ,dzsnso , & !in 1 Warning: Unused dummy argument ‘sag’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4957:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4957:36: subroutine calhum(parameters,sfctmp, sfcprs, q2sat, dqsdt2) 1 Warning: Unused dummy argument ‘parameters’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4873:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4873:39: rc ,psn ,iloc ,jloc ) !out 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4873:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4873:47: rc ,psn ,iloc ,jloc ) !out 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4738:73: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4738:73: subroutine stomata (parameters,vegtyp ,mpe ,apar ,foln ,iloc , jloc, & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4738:83: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4738:83: subroutine stomata (parameters,vegtyp ,mpe ,apar ,foln ,iloc , jloc, & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4806:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4806:15: real :: t 1 Warning: Unused variable ‘t’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4738:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4738:39: subroutine stomata (parameters,vegtyp ,mpe ,apar ,foln ,iloc , jloc, & !in 1 Warning: Unused dummy argument ‘vegtyp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4482:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4482:33: zlm ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4513:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4513:23: integer ilech, itr 1 Warning: Unused variable ‘itr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4482:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4482:41: zlm ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4304:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4304:33: & mpe ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4304:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4304:41: & mpe ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4302:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4302:31: subroutine sfcdif1(parameters,iter ,sfctmp ,rhoair ,h ,qair , & !in 1 Warning: Unused dummy argument ‘parameters’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4359:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4359:34: real :: tmp1,tmp2,tmp3,tmp4,tmp5 !temporary calculation 1 Warning: Unused variable ‘tmp4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4359:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4359:39: real :: tmp1,tmp2,tmp3,tmp4,tmp5 !temporary calculation 1 Warning: Unused variable ‘tmp5’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4204:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4204:47: tv ,mozg ,fhg ,iloc ,jloc , & !inout 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4204:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4204:55: tv ,mozg ,fhg ,iloc ,jloc , & !inout 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4204:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4204:21: tv ,mozg ,fhg ,iloc ,jloc , & !inout 1 Warning: Unused dummy argument ‘tv’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4203:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4203:49: z0h ,fv ,cwp ,vegtyp ,mpe , & !in 1 Warning: Unused dummy argument ‘vegtyp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4005:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4005:14: real :: ch2b !exchange coefficient for 2m temp. 1 Warning: Unused variable ‘ch2b’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3985:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3985:12: real :: cw !water vapor exchange coefficient 1 Warning: Unused variable ‘cw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3877:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3877:64: subroutine bare_flux (parameters,nsnow ,nsoil ,isnow ,dt ,sag , & !in 1 Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3889:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3889:44: ghb ,t2mb ,dx ,dz8w ,ivgtyp , & !out 1 Warning: Unused dummy argument ‘dx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3889:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3889:55: ghb ,t2mb ,dx ,dz8w ,ivgtyp , & !out 1 Warning: Unused dummy argument ‘dz8w’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4013:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4013:12: real :: e1 1 Warning: Unused variable ‘e1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4011:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4011:15: real :: estg2 !saturation vapor pressure at 2m (pa) 1 Warning: Unused variable ‘estg2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3979:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3979:14: real :: fgev !ground evaporation heat flux (w/m2)[+ to atm] 1 Warning: Unused variable ‘fgev’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3977:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3977:14: real :: fira !total net longwave rad (w/m2) [+ to atm] 1 Warning: Unused variable ‘fira’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3981:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3981:14: real :: fire !emitted ir (w/m2) 1 Warning: Unused variable ‘fire’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3978:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3978:13: real :: fsh !total sensible heat flux (w/m2) [+ to atm] 1 Warning: Unused variable ‘fsh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3889:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3889:66: ghb ,t2mb ,dx ,dz8w ,ivgtyp , & !out 1 Warning: Unused dummy argument ‘ivgtyp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3993:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3993:13: real :: mol !monin-obukhov length (m) 1 Warning: Unused variable ‘mol’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3882:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3882:62: gamma ,rhsur ,iloc ,jloc ,q2 ,pahb , & !in 1 Warning: Unused dummy argument ‘q2’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3890:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3890:26: qc ,qsfc ,psfc , & !in 1 Warning: Unused dummy argument ‘qc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4002:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4002:15: real :: rahb2 !aerodynamic resistance for sensible heat 2m (s/m) 1 Warning: Unused variable ‘rahb2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4003:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4003:15: real :: rawb2 !aerodynamic resistance for water vapor 2m (s/m) 1 Warning: Unused variable ‘rawb2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3989:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3989:12: real :: rb !bulk leaf boundary layer resistance (s/m) 1 Warning: Unused variable ‘rb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3891:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3891:30: sfcprs ,q2b ,ehb2 ) !in 1 Warning: Unused dummy argument ‘sfcprs’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3980:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3980:15: real :: ssoil !soil heat flux (w/m2) [+ to soil] 1 Warning: Unused variable ‘ssoil’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3983:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3983:13: real :: tah !"surface" temperature at height z0h+zpd (k) 1 Warning: Unused variable ‘tah’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3975:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3975:14: real :: taux !wind stress: e-w (n/m2) 1 Warning: Unused variable ‘taux’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3976:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3976:14: real :: tauy !wind stress: n-s (n/m2) 1 Warning: Unused variable ‘tauy’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4008:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4008:14: real :: thgh !potential ground temp 1 Warning: Unused variable ‘thgh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4007:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4007:16: real :: thvair !virtual potential air temp 1 Warning: Unused variable ‘thvair’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3982:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3982:14: real :: trad !radiative temperature (k) 1 Warning: Unused variable ‘trad’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3968:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3968:14: real :: u10b !10 m wind speed in eastward dir (m/s) 1 Warning: Unused variable ‘u10b’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3969:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3969:14: real :: v10b !10 m wind speed in eastward dir (m/s) 1 Warning: Unused variable ‘v10b’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4012:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4012:19: integer :: vegtyp !vegetation type set to isbarren 1 Warning: Unused variable ‘vegtyp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3970:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3970:14: real :: wspd 1 Warning: Unused variable ‘wspd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3470:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3470:13: real :: atr,ctr !coefficients for tr as function of esat[ts] 1 Warning: Unused variable ‘atr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3514:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3514:14: real :: ch2v !exchange coefficient for 2m over vegetation. 1 Warning: Unused variable ‘ch2v’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3446:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3446:12: real :: cw !water vapor exchange coefficient 1 Warning: Unused variable ‘cw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3317:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3317:34: ch ,dx ,dz8w ,errmsg ,errflg , & !inout 1 Warning: Unused dummy argument ‘dx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3317:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3317:45: ch ,dx ,dz8w ,errmsg ,errflg , & !inout 1 Warning: Unused dummy argument ‘dz8w’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3518:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3518:12: real :: e1 1 Warning: Unused variable ‘e1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3516:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3516:14: real :: eah2 !2m vapor pressure over canopy 1 Warning: Unused variable ‘eah2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3525:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3525:14: integer :: k !index 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3497:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3497:12: real :: kh !turbulent transfer coefficient, sensible heat, (m2/s) 1 Warning: Unused variable ‘kh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3312:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3312:48: rsurf ,latheav ,latheag ,parsun ,parsha ,igs , & !in 1 Warning: Unused dummy argument ‘latheag’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3462:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3462:13: real :: mol !monin-obukhov length (m) 1 Warning: Unused variable ‘mol’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3314:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3314:52: rhsur ,iloc ,jloc ,q2 ,pahv ,pahg , & !in 1 Warning: Unused dummy argument ‘q2’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3324:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3324:25: qc ,qsfc ,psfc , & !in 1 Warning: Unused dummy argument ‘qc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3511:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3511:15: real :: rahc2 !aerodynamic resistance for sensible heat (s/m) 1 Warning: Unused variable ‘rahc2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3512:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3512:15: real :: rawc2 !aerodynamic resistance for water vapor (s/m) 1 Warning: Unused variable ‘rawc2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3510:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3510:14: real :: thah 1 Warning: Unused variable ‘thah’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3507:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3507:16: real :: thstar !surface exchange at 2m 1 Warning: Unused variable ‘thstar’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3509:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3509:16: real :: thvair 1 Warning: Unused variable ‘thvair’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3441:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3441:14: real :: u10v !10 m wind speed in eastward dir (m/s) 1 Warning: Unused variable ‘u10v’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3442:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3442:14: real :: v10v !10 m wind speed in eastward dir (m/s) 1 Warning: Unused variable ‘v10v’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3303:73: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3303:73: subroutine vege_flux(parameters,nsnow ,nsoil ,isnow ,vegtyp ,veg , & !in 1 Warning: Unused dummy argument ‘veg’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3443:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3443:14: real :: wspd 1 Warning: Unused variable ‘wspd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3120:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3120:74: real :: freveg,frebar,ftdveg,ftiveg,ftdbar,ftibar 1 Warning: Unused variable ‘ftdbar’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3120:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3120:60: real :: freveg,frebar,ftdveg,ftiveg,ftdbar,ftibar 1 Warning: Unused variable ‘ftdveg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3120:81: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3120:81: real :: freveg,frebar,ftdveg,ftiveg,ftdbar,ftibar 1 Warning: Unused variable ‘ftibar’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3120:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3120:67: real :: freveg,frebar,ftdveg,ftiveg,ftdbar,ftibar 1 Warning: Unused variable ‘ftiveg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3054:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3054:54: tau ,fveg ,ist ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3054:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3054:44: tau ,fveg ,ist ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘ist’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3054:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3054:63: tau ,fveg ,ist ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3121:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3121:46: real :: thetaz 1 Warning: Unused variable ‘thetaz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3052:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3052:58: subroutine twostream (parameters,ib ,ic ,vegtyp ,cosz ,vai , & !in 1 Warning: Unused dummy argument ‘vegtyp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2987:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2987:56: subroutine groundalb (parameters,nsoil ,nband ,ice ,ist , & !in 1 Warning: Unused dummy argument ‘ice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2989:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2989:37: tg ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2989:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2989:46: tg ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2958:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2958:15: integer :: ib !waveband class 1 Warning: Unused variable ‘ib’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2933:83: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2933:83: subroutine snowalb_class (parameters,nband,qsnow,dt,alb,albold,albsnd,albsni,iloc,jloc) 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2933:88: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2933:88: subroutine snowalb_class (parameters,nband,qsnow,dt,alb,albold,albsnd,albsni,iloc,jloc) 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2877:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2877:48: subroutine snowalb_bats (parameters,nband,fsno,cosz,fage,albsnd,albsni) 1 Warning: Unused dummy argument ‘fsno’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2897:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2897:15: integer :: ib !waveband class 1 Warning: Unused variable ‘ib’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2877:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2877:37: subroutine snowalb_bats (parameters,nband,fsno,cosz,fage,albsnd,albsni) 1 Warning: Unused dummy argument ‘parameters’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2699:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2699:52: albgri ,albd ,albi ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2699:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2699:61: albgri ,albd ,albi ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2696:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2696:31: subroutine surrad (parameters,mpe ,fsun ,fsha ,elai ,vai , & !in 1 Warning: Unused dummy argument ‘parameters’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2515:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2515:42: tg ,tv ,snowh ,fsno ,fwet , & !in 1 Warning: Unused dummy argument ‘snowh’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2218:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2218:30: subroutine csnow (parameters,isnow ,nsnow ,nsoil ,snice ,snliq ,dzsnso , & !in 1 Warning: Unused dummy argument ‘parameters’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2109:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2109:28: lat ,z0m ,zlvl ,vegtyp , & !in 1 Warning: Unused dummy argument ‘lat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2108:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2108:45: smc ,sh2o ,tg ,stc ,ur , & !in 1 Warning: Unused dummy argument ‘tg’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2108:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2108:63: smc ,sh2o ,tg ,stc ,ur , & !in 1 Warning: Unused dummy argument ‘ur’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2109:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2109:58: lat ,z0m ,zlvl ,vegtyp , & !in 1 Warning: Unused dummy argument ‘vegtyp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2109:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2109:37: lat ,z0m ,zlvl ,vegtyp , & !in 1 Warning: Unused dummy argument ‘z0m’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2109:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2109:47: lat ,z0m ,zlvl ,vegtyp , & !in 1 Warning: Unused dummy argument ‘zlvl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1636:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1636:58: real :: mol !monin-obukhov length (m) 1 Warning: Unused variable ‘mol’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1708:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1708:52: real :: noahmpres 1 Warning: Unused variable ‘noahmpres’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1664:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1664:58: real, dimension(-nsnow+1:nsoil) :: phi !light through water (w/m2) 1 Warning: Unused variable ‘phi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1631:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1631:57: real :: rb !leaf boundary layer resistance (s/m) 1 Warning: Unused variable ‘rb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1303:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1303:54: real :: fsrvg 1 Warning: Unused variable ‘fsrvg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1234:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1234:30: subroutine error (parameters,swdown ,fsa ,fsr ,fira ,fsh ,fcev , & 1 Warning: Unused dummy argument ‘parameters’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1239:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1239:55: sav ,sag ,fsrv ,fsrg ,zwt ,pah , & 1 Warning: Unused dummy argument ‘zwt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1004:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1004:41: subroutine precip_heat (parameters,iloc ,jloc ,vegtyp ,dt ,uu ,vv , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1004:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1004:49: subroutine precip_heat (parameters,iloc ,jloc ,vegtyp ,dt ,uu ,vv , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1004:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1004:59: subroutine precip_heat (parameters,iloc ,jloc ,vegtyp ,dt ,uu ,vv , & !in 1 Warning: Unused dummy argument ‘vegtyp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:941:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:941:45: integer :: k !index 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:910:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:910:47: lai , sai , troot , elai , esai , igs) 1 Warning: Unused dummy argument ‘troot’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:762:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:762:28: subroutine atm (parameters,sfcprs ,sfctmp ,q2 , & 1 Warning: Unused dummy argument ‘parameters’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:474:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:474:57: real :: bevap !soil water evaporation factor (0 - 1) 1 Warning: Unused variable ‘bevap’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:488:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:488:58: real :: lathea !latent heat [j/kg] 1 Warning: Unused variable ‘lathea’ declared at (1) [-Wunused-variable] -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/constants/constants.F90:44:49: +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/constants/constants.F90:44:49: real, public, parameter :: PI = 3.1415926535897931_r8_kind !< Ratio of circle circumference to diameter [N/A] (REAL(KIND=8)) 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/constants/constants.F90:45:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/constants/constants.F90:45:49: real, public, parameter :: OMEGA = 7.2921e-5_r8_kind !< Rotation rate of the Earth [1/s] 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/constants/constants.F90:46:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/constants/constants.F90:46:49: real, public, parameter :: GRAV = 9.80665_r8_kind !< Acceleration due to gravity [m/s^2] 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/constants/constants.F90:48:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/constants/constants.F90:48:49: real, public, parameter :: RDGAS = 287.05_r8_kind !< Gas constant for dry air [J/kg/deg] 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/constants/constants.F90:55:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/constants/constants.F90:55:49: real, public, parameter :: CP_AIR = 1004.6_r8_kind !< Specific heat capacity of dry air at constant pressure [J/kg/deg] 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/constants/constants.F90:57:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/constants/constants.F90:57:50: real, public, parameter :: TFREEZE = 273.15_r8_kind !< Freezing temperature of fresh water [K] 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/constants/constants.F90:87:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/constants/constants.F90:87:36: real, public, parameter :: STEFAN = 5.6734e-8_r8_kind !< Stefan-Boltzmann constant [W/m^2/deg^4] 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/constants/constants.F90:90:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/constants/constants.F90:90:37: real, public, parameter :: CP_OCEAN = 3989.24495292815_r8_kind !< Specific heat capacity taken from McDougall (2002) 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/constants/constants.F90:93:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/constants/constants.F90:93:36: real, public, parameter :: RHO0R = 1.0_r8_kind/RHO0 !< Reciprocal of average density of sea water [m^3/kg] 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/constants/constants.F90:101:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/constants/constants.F90:101:37: real, public, parameter :: WTMAIR = 2.896440E+01_r8_kind !< Molecular weight of air [AMU] 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/constants/constants.F90:103:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/constants/constants.F90:103:37: real, public, parameter :: WTMOZONE = 47.99820_r8_kind !< Molecular weight of ozone [AMU] 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/constants/constants.F90:105:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/constants/constants.F90:105:37: real, public, parameter :: WTMCO2 = 44.00995_r8_kind !< Molecular weight of carbon dioxide [AMU] 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/constants/constants.F90:106:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/constants/constants.F90:106:37: real, public, parameter :: WTMCH4 = 16.0425_r8_kind !< Molecular weight of methane [AMU] 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/constants/constants.F90:107:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/constants/constants.F90:107:37: real, public, parameter :: WTMO2 = 31.9988_r8_kind !< Molecular weight of molecular oxygen [AMU] 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/constants/constants.F90:108:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/constants/constants.F90:108:37: real, public, parameter :: WTMCFC11 = 137.3681_r8_kind !< Molecular weight of CFC-11 (CCl3F) [AMU] 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/constants/constants.F90:109:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/constants/constants.F90:109:37: real, public, parameter :: WTMCFC12 = 120.9135_r8_kind !< Molecular weight of CFC-21 (CCl2F2) [AMU] 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/constants/constants.F90:110:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/constants/constants.F90:110:37: real, public, parameter :: WTMN = 14.0067_r8_kind !< Molecular weight of Nitrogen [AMU] 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/constants/constants.F90:111:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/constants/constants.F90:111:37: real, public, parameter :: DIFFAC = 1.660000E+00_r8_kind !< Diffusivity factor [dimensionless] 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/constants/constants.F90:112:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/constants/constants.F90:112:37: real, public, parameter :: AVOGNO = 6.023000E+23_r8_kind !< Avogadro's number [atoms/mole] 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/constants/constants.F90:119:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/constants/constants.F90:119:47: real, public, parameter :: RAD_TO_DEG = 180._r8_kind/PI !< Degrees per radian [deg/rad] 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/constants/constants.F90:120:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/constants/constants.F90:120:47: real, public, parameter :: DEG_TO_RAD = PI/180._r8_kind !< Radians per degree [rad/deg] 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/constants/constants.F90:123:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/constants/constants.F90:123:47: real, public, parameter :: EPSLN = 1.0e-40_r8_kind !< A small number to prevent divide by zero exceptions [N/A] 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/constants/constants.F90:129:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/constants/constants.F90:129:40: real, public, parameter :: O2MIXRAT = 2.0953E-01_r8_kind !< Mixing ratio of molecular oxygen in air [dimensionless] 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/constants/constants.F90:130:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/constants/constants.F90:130:40: real, public, parameter :: RHOAIR = 1.292269_r8_kind !< Reference atmospheric density [kg/m^3] 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/constants/constants.F90:131:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/constants/constants.F90:131:40: real, public, parameter :: VONKARM = 0.40_r8_kind !< Von Karman constant [dimensionless] 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/constants/constants.F90:132:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/constants/constants.F90:132:40: real, public, parameter :: C2DBARS = 1.e-4_r8_kind !< Converts rho*g*z (in mks) to dbars: 1dbar = 10^4 (kg/m^3)(m/s^2)m [dbars] 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/constants/constants.F90:133:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/constants/constants.F90:133:40: real, public, parameter :: KELVIN = 273.15_r8_kind !< Degrees Kelvin at zero Celsius [K] 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/constants/constants.F90:38:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/constants/constants.F90:38:18: real :: realnumber !< dummy variable to use in HUGE initializations 1 Warning: Unused PRIVATE module variable ‘realnumber’ declared at (1) [-Wunused-value] -/glade/u/apps/ch/opt/mpt/2.19/include/mpif.h:561:54: - - integer MPI_STATUSES_IGNORE(MPI_STATUS_SIZE,1) - 1 -Warning: Unused PRIVATE module variable ‘mpi_statuses_ignore’ declared at (1) [-Wunused-value] -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:72:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:72:41: zs , dzs , & 1 Warning: Unused dummy argument ‘dzs’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:77:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:77:42: ids , ide , jds , jde , kds , kde , & 1 Warning: Unused dummy argument ‘ide’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:77:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:77:36: ids , ide , jds , jde , kds , kde , & 1 Warning: Unused dummy argument ‘ids’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:77:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:77:54: ids , ide , jds , jde , kds , kde , & 1 Warning: Unused dummy argument ‘jde’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:77:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:77:48: ids , ide , jds , jde , kds , kde , & 1 Warning: Unused dummy argument ‘jds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:106:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:106:58: INTEGER :: i , j , l , lout , lin , lwant , lhave, k 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:77:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:77:66: ids , ide , jds , jde , kds , kde , & 1 Warning: Unused dummy argument ‘kde’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:77:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:77:60: ids , ide , jds , jde , kds , kde , & 1 Warning: Unused dummy argument ‘kds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:78:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:78:66: ims , ime , jms , jme , kms , kme , & 1 Warning: Unused dummy argument ‘kme’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:78:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:78:60: ims , ime , jms , jme , kms , kme , & 1 Warning: Unused dummy argument ‘kms’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:79:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:79:66: its , ite , jts , jte , kts , kte ) 1 Warning: Unused dummy argument ‘kte’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:79:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:79:60: its , ite , jts , jte , kts , kte ) 1 Warning: Unused dummy argument ‘kts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1386:0: +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +/glade/u/apps/ch/opt/mpt/2.19/include/mpif.h:561:54: + + integer MPI_STATUSES_IGNORE(MPI_STATUS_SIZE,1) + 1 +Warning: Unused PRIVATE module variable ‘mpi_statuses_ignore’ declared at (1) [-Wunused-value] +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1386:0: #define MPP_TYPE_ integer(INT_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1374:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1374:0: #define MPP_TYPE_ logical(LONG_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1387:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1387:0: #define MPI_TYPE_ MPI_INTEGER4 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1376:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1376:0: #define MPI_TYPE_ MPI_INTEGER8 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1390:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1390:0: #define MPP_TYPE_CREATE_ mpp_type_create_int8 Warning: "MPP_TYPE_CREATE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1385:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1385:0: #define MPP_TYPE_CREATE_ mpp_type_create_int4 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1391:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1391:0: #define MPP_TYPE_ integer(LONG_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1386:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1386:0: #define MPP_TYPE_ integer(INT_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1392:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1392:0: #define MPI_TYPE_ MPI_INTEGER8 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1387:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1387:0: #define MPI_TYPE_ MPI_INTEGER4 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1395:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1395:0: #define MPP_TYPE_CREATE_ mpp_type_create_real4 Warning: "MPP_TYPE_CREATE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1390:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1390:0: #define MPP_TYPE_CREATE_ mpp_type_create_int8 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1396:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1396:0: #define MPP_TYPE_ real(FLOAT_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1391:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1391:0: #define MPP_TYPE_ integer(LONG_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1397:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1397:0: #define MPI_TYPE_ MPI_REAL4 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1392:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1392:0: #define MPI_TYPE_ MPI_INTEGER8 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1400:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1400:0: #define MPP_TYPE_CREATE_ mpp_type_create_real8 Warning: "MPP_TYPE_CREATE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1395:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1395:0: #define MPP_TYPE_CREATE_ mpp_type_create_real4 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1401:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1401:0: #define MPP_TYPE_ real(DOUBLE_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1396:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1396:0: #define MPP_TYPE_ real(FLOAT_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1402:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1402:0: #define MPI_TYPE_ MPI_REAL8 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1397:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1397:0: #define MPI_TYPE_ MPI_REAL4 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1405:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1405:0: #define MPP_TYPE_CREATE_ mpp_type_create_logical4 Warning: "MPP_TYPE_CREATE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1400:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1400:0: #define MPP_TYPE_CREATE_ mpp_type_create_real8 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1406:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1406:0: #define MPP_TYPE_ logical(INT_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1401:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1401:0: #define MPP_TYPE_ real(DOUBLE_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1407:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1407:0: #define MPI_TYPE_ MPI_INTEGER4 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1402:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1402:0: #define MPI_TYPE_ MPI_REAL8 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1410:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1410:0: #define MPP_TYPE_CREATE_ mpp_type_create_logical8 Warning: "MPP_TYPE_CREATE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1405:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1405:0: #define MPP_TYPE_CREATE_ mpp_type_create_logical4 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1411:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1411:0: #define MPP_TYPE_ logical(LONG_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1406:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1406:0: #define MPP_TYPE_ logical(INT_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1412:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1412:0: #define MPI_TYPE_ MPI_INTEGER8 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1407:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1407:0: #define MPI_TYPE_ MPI_INTEGER4 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:80:30: +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:80:30: tick_rate = 1./ticks_per_sec 1 Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:206:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:206:46: 'Clock rolls over after ', max_ticks*tick_rate, ' sec (', max_ticks, ' ticks)' 1 Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:230:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:230:18: t_total = clocks(clock0)%total_ticks*tick_rate 1 Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:257:18: +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:257:18: t = clocks(i)%total_ticks*tick_rate 1 Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:266:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:266:60: write(log_unit,'(a32,f14.6)') clocks(i)%name, clocks(i)%total_ticks*tick_rate 1 Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) [-Wconversion] -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/system_clock.h:67:18: +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/system_clock.h:67:18: count = (MPI_WTime()-mpi_count0)*mpi_tick_rate 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/system_clock.h:70:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/system_clock.h:70:23: count_rate = mpi_tick_rate 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum.h:33:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum.h:33:29: mask_val= TRANSFER(mask_val,mold(1) ) ) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum.h:33:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum.h:33:29: mask_val= TRANSFER(mask_val,mold(1) ) ) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum.h:33:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum.h:33:29: mask_val= TRANSFER(mask_val,mold(1) ) ) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum.h:33:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum.h:33:29: mask_val= TRANSFER(mask_val,mold(1) ) ) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum.h:33:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum.h:33:29: mask_val= TRANSFER(mask_val,mold(1) ) ) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_scalar.h:35:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_scalar.h:35:59: MPP_CHKSUM_ = mpp_chksum( mold, pelist, TRANSFER(mask_val, mold(1)) ) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:70:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:70:22: i8tmp = TRANSFER(mask_val , i8tmp ) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: errStr = errStr // tmpStr1 // "_" // tmpstr2 // "d_rmask passed int var with REAL(" 1 Warning: CHARACTER expression will be truncated in assignment (512/548) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: errStr = errStr // tmpstr3 // ") mask_val=" 1 Warning: CHARACTER expression will be truncated in assignment (512/524) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:70:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:70:22: i8tmp = TRANSFER(mask_val , i8tmp ) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: errStr = errStr // tmpStr1 // "_" // tmpstr2 // "d_rmask passed int var with REAL(" 1 Warning: CHARACTER expression will be truncated in assignment (512/548) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: errStr = errStr // tmpstr3 // ") mask_val=" 1 Warning: CHARACTER expression will be truncated in assignment (512/524) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:70:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:70:22: i8tmp = TRANSFER(mask_val , i8tmp ) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: errStr = errStr // tmpStr1 // "_" // tmpstr2 // "d_rmask passed int var with REAL(" 1 Warning: CHARACTER expression will be truncated in assignment (512/548) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: errStr = errStr // tmpstr3 // ") mask_val=" 1 Warning: CHARACTER expression will be truncated in assignment (512/524) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:70:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:70:22: i8tmp = TRANSFER(mask_val , i8tmp ) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: errStr = errStr // tmpStr1 // "_" // tmpstr2 // "d_rmask passed int var with REAL(" 1 Warning: CHARACTER expression will be truncated in assignment (512/548) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: errStr = errStr // tmpstr3 // ") mask_val=" 1 Warning: CHARACTER expression will be truncated in assignment (512/524) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:70:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:70:22: i8tmp = TRANSFER(mask_val , i8tmp ) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: errStr = errStr // tmpStr1 // "_" // tmpstr2 // "d_rmask passed int var with REAL(" 1 Warning: CHARACTER expression will be truncated in assignment (512/548) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: errStr = errStr // tmpstr3 // ") mask_val=" 1 Warning: CHARACTER expression will be truncated in assignment (512/524) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:70:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:70:22: i8tmp = TRANSFER(mask_val , i8tmp ) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: errStr = errStr // tmpStr1 // "_" // tmpstr2 // "d_rmask passed int var with REAL(" 1 Warning: CHARACTER expression will be truncated in assignment (512/548) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: errStr = errStr // tmpstr3 // ") mask_val=" 1 Warning: CHARACTER expression will be truncated in assignment (512/524) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:70:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:70:22: i8tmp = TRANSFER(mask_val , i8tmp ) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: errStr = errStr // tmpStr1 // "_" // tmpstr2 // "d_rmask passed int var with REAL(" 1 Warning: CHARACTER expression will be truncated in assignment (512/548) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: errStr = errStr // tmpstr3 // ") mask_val=" 1 Warning: CHARACTER expression will be truncated in assignment (512/524) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:70:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:70:22: i8tmp = TRANSFER(mask_val , i8tmp ) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: errStr = errStr // tmpStr1 // "_" // tmpstr2 // "d_rmask passed int var with REAL(" 1 Warning: CHARACTER expression will be truncated in assignment (512/548) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: errStr = errStr // tmpstr3 // ") mask_val=" 1 Warning: CHARACTER expression will be truncated in assignment (512/524) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:70:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:70:22: i8tmp = TRANSFER(mask_val , i8tmp ) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: errStr = errStr // tmpStr1 // "_" // tmpstr2 // "d_rmask passed int var with REAL(" 1 Warning: CHARACTER expression will be truncated in assignment (512/548) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: errStr = errStr // tmpstr3 // ") mask_val=" 1 Warning: CHARACTER expression will be truncated in assignment (512/524) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:70:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:70:22: i8tmp = TRANSFER(mask_val , i8tmp ) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: errStr = errStr // tmpStr1 // "_" // tmpstr2 // "d_rmask passed int var with REAL(" 1 Warning: CHARACTER expression will be truncated in assignment (512/548) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: errStr = errStr // tmpstr3 // ") mask_val=" 1 Warning: CHARACTER expression will be truncated in assignment (512/524) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_util.inc:1125:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_util.inc:1125:26: event_size = clocks(ct)%events(j)%bytes(i) 1 Warning: Possible change of value in conversion from INTEGER(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_util.inc:1140:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_util.inc:1140:24: msg_time = clocks(ct)%events(j)%ticks(i) 1 Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_util.inc:1008:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_util.inc:1008:23: total_time = clock_summary(ct)%event(k)%total_time 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_util.inc:1010:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_util.inc:1010:23: total_data = clock_summary(ct)%event(k)%total_data 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_util.inc:1011:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_util.inc:1011:24: total_calls = clock_summary(ct)%event(k)%total_cnts 1 Warning: Possible change of value in conversion from INTEGER(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_util.inc:1038:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_util.inc:1038:23: msg_cnt = clock_summary(ct)%event(k)%msg_size_cnts(j) 1 Warning: Possible change of value in conversion from INTEGER(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_util.inc:1040:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_util.inc:1040:18: s*(clock_summary(ct)%event(k)%msg_size_sums(j)/real(msg_cnt)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_util.inc:1041:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_util.inc:1041:22: eff_BW = (1.0e-6)*( clock_summary(ct)%event(k)%msg_size_sums(j) / & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_util.inc:1056:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_util.inc:1056:23: total_time = clock_summary(ct)%event(MAX_EVENT_TYPES)%total_time 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_util.inc:1058:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_util.inc:1058:24: total_calls = clock_summary(ct)%event(MAX_EVENT_TYPES)%total_cnts 1 Warning: Possible change of value in conversion from INTEGER(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:284:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:284:30: if( n.GT.0 )m = sum(clocks(i)%events(j)%bytes(1:n)) 1 Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:290:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:290:33: if( n.GT.0 )t = sum(clocks(i)%events(j)%ticks(1:n))*tick_rate 1 Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) [-Wconversion] -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/mpp.F90:1370:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/mpp.F90:1370:27: integer :: get_len_nocomm = 0 ! needed for mpp_transmit_nocomm.h 1 @@ -7284,3341 +7285,3349 @@ Warning: Unused PRIVATE module variable ‘get_len_nocomm’ declared at (1) [-W integer MPI_STATUSES_IGNORE(MPI_STATUS_SIZE,1) 1 Warning: Unused PRIVATE module variable ‘mpi_statuses_ignore’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_gather.h:69:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_gather.h:69:17: integer :: cnt, l, nproc, pos, op_root 1 Warning: Unused variable ‘cnt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_gather.h:69:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_gather.h:69:17: integer :: cnt, l, nproc, pos, op_root 1 Warning: Unused variable ‘cnt’ declared at (1) [-Wunused-variable] -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_gather.h:69:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_gather.h:69:17: integer :: cnt, l, nproc, pos, op_root 1 Warning: Unused variable ‘cnt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_gather.h:69:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_gather.h:69:17: integer :: cnt, l, nproc, pos, op_root 1 Warning: Unused variable ‘cnt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: character(LEN=32) :: tmpStr4,tmpStr5 1 Warning: Unused variable ‘tmpstr5’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: character(LEN=32) :: tmpStr4,tmpStr5 1 Warning: Unused variable ‘tmpstr5’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: character(LEN=32) :: tmpStr4,tmpStr5 1 Warning: Unused variable ‘tmpstr5’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: character(LEN=32) :: tmpStr4,tmpStr5 1 Warning: Unused variable ‘tmpstr5’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: character(LEN=32) :: tmpStr4,tmpStr5 1 Warning: Unused variable ‘tmpstr5’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: character(LEN=32) :: tmpStr4,tmpStr5 1 Warning: Unused variable ‘tmpstr5’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: character(LEN=32) :: tmpStr4,tmpStr5 1 Warning: Unused variable ‘tmpstr5’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: character(LEN=32) :: tmpStr4,tmpStr5 1 Warning: Unused variable ‘tmpstr5’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: character(LEN=32) :: tmpStr4,tmpStr5 1 Warning: Unused variable ‘tmpstr5’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: character(LEN=32) :: tmpStr4,tmpStr5 1 Warning: Unused variable ‘tmpstr5’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_transmit_mpi.h:52:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_transmit_mpi.h:52:53: MPP_TYPE_, allocatable, save :: local_data(:) !local copy used by non-parallel code (no SHMEM or MPI) 1 Warning: Unused variable ‘local_data’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_transmit_mpi.h:52:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_transmit_mpi.h:52:53: MPP_TYPE_, allocatable, save :: local_data(:) !local copy used by non-parallel code (no SHMEM or MPI) 1 Warning: Unused variable ‘local_data’ declared at (1) [-Wunused-variable] -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_transmit_mpi.h:52:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:211:44: + + integer(i8), parameter :: limiter_off = int(Z'7FF1111111111111', i8) + 1 +Warning: Conversion from ‘INTEGER(16)’ to ‘INTEGER(8)’ at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_transmit_mpi.h:52:53: MPP_TYPE_, allocatable, save :: local_data(:) !local copy used by non-parallel code (no SHMEM or MPI) 1 Warning: Unused variable ‘local_data’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_transmit_mpi.h:52:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_transmit_mpi.h:52:53: MPP_TYPE_, allocatable, save :: local_data(:) !local copy used by non-parallel code (no SHMEM or MPI) 1 Warning: Unused variable ‘local_data’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_transmit_mpi.h:52:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_transmit_mpi.h:52:50: MPP_TYPE_, allocatable, save :: local_data(:) !local copy used by non-parallel code (no SHMEM or MPI) 1 Warning: Unused variable ‘local_data’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_transmit_mpi.h:52:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_transmit_mpi.h:52:50: MPP_TYPE_, allocatable, save :: local_data(:) !local copy used by non-parallel code (no SHMEM or MPI) 1 Warning: Unused variable ‘local_data’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:419:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:419:42: integer :: n, i, from_rank, out_unit 1 Warning: Unused variable ‘out_unit’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:331:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:331:43: subroutine mpp_malloc( ptr, newlen, len ) 1 Warning: Unused dummy argument ‘len’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:331:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:331:38: subroutine mpp_malloc( ptr, newlen, len ) 1 Warning: Unused dummy argument ‘newlen’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:331:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:331:30: subroutine mpp_malloc( ptr, newlen, len ) 1 Warning: Unused dummy argument ‘ptr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:221:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:221:36: integer :: i, j, k, n, nmax, istat, out_unit, log_unit 1 Warning: Unused variable ‘istat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:221:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:221:20: integer :: i, j, k, n, nmax, istat, out_unit, log_unit 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:37:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:37:34: type(mpp_type), pointer :: dtype 1 Warning: Unused variable ‘dtype’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:33:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:33:54: integer :: my_pe, num_pes, len, i, iunit 1 Warning: Unused variable ‘len’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:33:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:33:40: integer :: my_pe, num_pes, len, i, iunit 1 Warning: Unused variable ‘my_pe’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:33:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:33:49: integer :: my_pe, num_pes, len, i, iunit 1 Warning: Unused variable ‘num_pes’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:36:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:36:29: character(len=5) :: this_pe 1 Warning: Unused variable ‘this_pe’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:35:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:35:45: integer :: unit_begin, unit_end, unit_nml, io_status 1 Warning: Unused variable ‘unit_begin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:35:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:35:55: integer :: unit_begin, unit_end, unit_nml, io_status 1 Warning: Unused variable ‘unit_end’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:35:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:35:65: integer :: unit_begin, unit_end, unit_nml, io_status 1 Warning: Unused variable ‘unit_nml’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_util.inc:1475:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_util.inc:1475:24: integer :: status, i, f_unit, log_unit 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_util.inc:962:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_util.inc:962:26: integer :: i,j,k,ct, msg_cnt 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_util.inc:802:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_util.inc:802:38: integer :: i 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_util.inc:584:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_util.inc:584:38: integer :: i 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_util.inc:485:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_util.inc:485:33: logical :: opened 1 Warning: Unused variable ‘opened’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_util.inc:100:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_util.inc:100:27: integer :: stdlog,istat 1 Warning: Unused variable ‘istat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_util_mpi.inc:193:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_util_mpi.inc:193:36: integer :: i, m, n, stride, my_check, rsize 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_util_mpi.inc:193:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_util_mpi.inc:193:42: integer :: i, m, n, stride, my_check, rsize 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_util_mpi.inc:186:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_util_mpi.inc:186:32: subroutine mpp_sync_self( pelist, check, request, msg_size, msg_type) 1 Warning: Unused dummy argument ‘pelist’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_util_mpi.inc:193:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_util_mpi.inc:193:50: integer :: i, m, n, stride, my_check, rsize 1 Warning: Unused variable ‘stride’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_util_mpi.inc:87:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_util_mpi.inc:87:40: integer :: group, errunit 1 Warning: Unused variable ‘group’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_util_mpi.inc:88:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_util_mpi.inc:88:50: integer :: i, n, stride, l 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_util_mpi.inc:88:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_util_mpi.inc:88:47: integer :: i, n, stride, l 1 Warning: Unused variable ‘stride’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_util_mpi.inc:90:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_util_mpi.inc:90:28: character(len=128) :: text 1 Warning: Unused variable ‘text’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_util_mpi.inc:35:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_util_mpi.inc:35:49: integer :: istat, errunit 1 Warning: Unused variable ‘istat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_util_mpi.inc:34:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_util_mpi.inc:34:50: logical :: opened 1 Warning: Unused variable ‘opened’ declared at (1) [-Wunused-variable] -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:211:44: - - integer(i8), parameter :: limiter_off = int(Z'7FF1111111111111', i8) - 1 -Warning: Conversion from ‘INTEGER(16)’ to ‘INTEGER(8)’ at (1) [-Wconversion] -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:2401:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:2401:44: lams,n0r,lamr,dtime,pgracs,ngracs,mgncol) 1 Warning: Unused dummy argument ‘n0r’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:2400:78: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:2400:78: subroutine graupel_rain_riming_snow(pracs,npracs,psacr,qsic,qric,nric,nsic,n0s, & 1 Warning: Unused dummy argument ‘n0s’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1827:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1827:17: real(r8) :: tx1, tx2, tx3 1 Warning: Unused variable ‘tx1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1827:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1827:22: real(r8) :: tx1, tx2, tx3 1 Warning: Unused variable ‘tx2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1827:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1827:27: real(r8) :: tx1, tx2, tx3 1 Warning: Unused variable ‘tx3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1228:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1228:59: subroutine gmao_ice_autoconversion(t, qiic, niic, lami, n0i, & 1 Warning: Unused dummy argument ‘n0i’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1124:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1124:60: subroutine sb2001v2_accre_cld_water_rain(qc,nc,qr,rho,relvar,pra,npra,mgncol) 1 Warning: Unused dummy argument ‘relvar’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1147:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1147:33: real(r8) :: dum, dum1, tx1, tx2 1 Warning: Unused variable ‘tx2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1067:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1067:49: subroutine liu_liq_autoconversion(pgam,qc,nc,qr,rho,relvar, & 1 Warning: Unused dummy argument ‘qr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1020:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1020:57: real(r8) :: dum, dum1, nu, pra_coef, tx1, tx2, tx3, tx4 1 Warning: Unused variable ‘tx4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:318:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:318:36: subroutine micro_mg_utils_init( kind, rair, rh2o, cpair, tmelt_in, latvap, & 1 Warning: Unused dummy argument ‘kind’ at (1) [-Wunused-dummy-argument] -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F:61:42: +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F:61:42: & fprcp,ntrw,ntsw,ntrnc,ntsnc, 1 Warning: Unused dummy argument ‘fprcp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F:77:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F:77:51: integer :: i, j, status, ierr 1 Warning: Unused variable ‘ierr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F:59:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F:59:57: subroutine tracer_config_init (ntrac,ntoz,ntcw,ncld, 1 Warning: Unused dummy argument ‘ncld’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_transmit_mpi.h:179:0: +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90:318:53: + + real(kind=kind_phys) dp, dq, gamln, yxeps, w, uflo + 1 +Warning: Unused variable ‘gamln’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_transmit_mpi.h:179:0: 'T=',tick, ' PE=',pe, ' MPP_BROADCAST begin: from_pe, length=', from_pe, length Warning: ‘stdout_unit’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_transmit_mpi.h:179:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_transmit_mpi.h:179:0: 'T=',tick, ' PE=',pe, ' MPP_BROADCAST begin: from_pe, length=', from_pe, length Warning: ‘stdout_unit’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_transmit_mpi.h:179:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_transmit_mpi.h:179:0: 'T=',tick, ' PE=',pe, ' MPP_BROADCAST begin: from_pe, length=', from_pe, length Warning: ‘stdout_unit’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_transmit_mpi.h:179:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_transmit_mpi.h:179:0: 'T=',tick, ' PE=',pe, ' MPP_BROADCAST begin: from_pe, length=', from_pe, length Warning: ‘stdout_unit’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_transmit_mpi.h:179:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_transmit_mpi.h:179:0: 'T=',tick, ' PE=',pe, ' MPP_BROADCAST begin: from_pe, length=', from_pe, length Warning: ‘stdout_unit’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_transmit_mpi.h:179:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_transmit_mpi.h:179:0: 'T=',tick, ' PE=',pe, ' MPP_BROADCAST begin: from_pe, length=', from_pe, length Warning: ‘stdout_unit’ may be used uninitialized in this function [-Wmaybe-uninitialized] -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90:318:53: - - real(kind=kind_phys) dp, dq, gamln, yxeps, w, uflo - 1 -Warning: Unused variable ‘gamln’ declared at (1) [-Wunused-variable] -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:56:37: - - character (len = 17) :: mod_name = 'gfdl_cloud_microphys' - 1 -Warning: CHARACTER expression at (1) is being truncated (20/17) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4816:19: +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4816:19: i = i + 1 - n/2 1 Warning: Integer division truncated to constant ‘1’ at (1) [-Winteger-division] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4497:17: - - it = ap1 - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4508:21: - - it = ap1 - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4394:9: - - it = ap1 - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4228:13: - - it = ap1 - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4199:13: - - it = ap1 - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4170:13: - - it = ap1 - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4142:9: - - it = ap1 - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4119:9: - - it = ap1 - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4094:9: - - it = ap1 - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4070:9: - - it = ap1 - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4046:9: - - it = ap1 - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4019:9: - - it = ap1 - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4022:9: - - it = ap1 - 0.5 - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3989:9: - - it = ap1 - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3992:9: - - it = ap1 - 0.5 - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3960:9: - - it = ap1 - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3963:9: - - it = ap1 - 0.5 - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3931:9: - - it = ap1 - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3873:9: - - it = ap1 - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3876:9: - - it = ap1 - 0.5 - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3839:9: - - it = ap1 - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4969:30: +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4969:30: integer ,intent (in ) :: itf,ktf, its,ite, kts,kte 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5019:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5019:11: 655 continue 1 Warning: Label 655 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4737:3: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4737:3: 100 format(1x,16i3) 1 Warning: Label 100 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4450:3: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4450:3: 122 format(1x,i4,1x,f8.1,1x,f6.2,1x,f6.2) 1 Warning: Label 122 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3859:3: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3859:3: 125 format(1x,2e13.4) 1 Warning: Label 125 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3858:3: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3858:3: 124 format(1x,i3,4e13.4) 1 Warning: Label 124 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:1689:3: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:1689:3: 444 format(1x,i2,1x,7e12.4) !,1x,f7.2,2x,e13.5) 1 Warning: Label 444 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:1893:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:1893:4: 250 continue 1 Warning: Label 250 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:1826:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:1826:4: 200 continue 1 Warning: Label 200 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:1019:2: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:1019:2: 41 continue 1 Warning: Label 41 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:51:24: - - real :: missing_value = - 1.e10 - 1 -Warning: Unused PRIVATE module variable ‘missing_value’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:56:35: - - character (len = 17) :: mod_name = 'gfdl_cloud_microphys' - 1 -Warning: Unused PRIVATE module variable ‘mod_name’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4874:17: - - INTEGER:: i, k, k_0, kbot, n - 1 -Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4851:50: - - t1d, p1d, dBZ, kts, kte, ii, jj, melti) - 1 -Warning: Unused dummy argument ‘ii’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4851:54: - - t1d, p1d, dBZ, kts, kte, ii, jj, melti) - 1 -Warning: Unused dummy argument ‘jj’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4874:31: - - INTEGER:: i, k, k_0, kbot, n - 1 -Warning: Unused variable ‘kbot’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4404:22: - - subroutine qs_table (n) - 1 -Warning: Unused dummy argument ‘n’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3530:21: - - logical :: exists - 1 -Warning: Unused variable ‘exists’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3517:93: - - subroutine gfdl_cloud_microphys_mod_init (me, master, nlunit, input_nml_file, logunit, fn_nml) - 1 -Warning: Unused dummy argument ‘fn_nml’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3529:18: - - integer :: ios - 1 -Warning: Unused variable ‘ios’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3517:60: - - subroutine gfdl_cloud_microphys_mod_init (me, master, nlunit, input_nml_file, logunit, fn_nml) - 1 -Warning: Unused dummy argument ‘nlunit’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5141:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5141:34: real(kind=kind_phys) :: dz,dh, dbythresh 1 Warning: Unused variable ‘dh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5143:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5143:23: integer :: i,k,ipr,kdefi,kstart,kbegzu,kfinalzu 1 Warning: Unused variable ‘ipr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5131:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5131:35: kstabi,k22,kbcon,its,ite,itf,kts,kte,ktf,zuo,kpbl,klcl,hcot) 1 Warning: Unused dummy argument ‘k22’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5143:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5143:43: integer :: i,k,ipr,kdefi,kstart,kbegzu,kfinalzu 1 Warning: Unused variable ‘kbegzu’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5143:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5143:29: integer :: i,k,ipr,kdefi,kstart,kbegzu,kfinalzu 1 Warning: Unused variable ‘kdefi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5131:79: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5131:79: kstabi,k22,kbcon,its,ite,itf,kts,kte,ktf,zuo,kpbl,klcl,hcot) 1 Warning: Unused dummy argument ‘klcl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5131:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5131:74: kstabi,k22,kbcon,its,ite,itf,kts,kte,ktf,zuo,kpbl,klcl,hcot) 1 Warning: Unused dummy argument ‘kpbl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5131:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5131:31: kstabi,k22,kbcon,its,ite,itf,kts,kte,ktf,zuo,kpbl,klcl,hcot) 1 Warning: Unused dummy argument ‘kstabi’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5143:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5143:36: integer :: i,k,ipr,kdefi,kstart,kbegzu,kfinalzu 1 Warning: Unused variable ‘kstart’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5130:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5130:46: subroutine get_cloud_top(name,ktop,ierr,p_cup,entr_rate_2d,hkbo,heo,heso_cup,z_cup, & 1 Warning: Unused dummy argument ‘p_cup’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5131:69: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5131:69: kstabi,k22,kbcon,its,ite,itf,kts,kte,ktf,zuo,kpbl,klcl,hcot) 1 Warning: Unused dummy argument ‘zuo’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3372:20: - - real :: gcon, cd, scm3, pisq, act (8) - 1 -Warning: Unused variable ‘cd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3286:39: - - real, dimension (ktop:kbot) :: qden, tc, rhof - 1 -Warning: Unused variable ‘qden’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3255:54: - - subroutine fall_speed (ktop, kbot, den, qs, qi, qg, ql, tk, vts, vti, vtg) - 1 -Warning: Unused dummy argument ‘ql’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5069:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5069:53: real(kind=kind_phys), dimension(its:ite) :: norm,total_pwo_solid_phase 1 Warning: Unused variable ‘norm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5056:82: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5056:82: subroutine get_melting_profile(ierr,tn_cup,po_cup, p_liq_ice,melting_layer,qrco & 1 Warning: Unused dummy argument ‘qrco’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5056:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5056:45: subroutine get_melting_profile(ierr,tn_cup,po_cup, p_liq_ice,melting_layer,qrco & 1 Warning: Unused dummy argument ‘tn_cup’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3053:42: - - real :: d4, bet, a_bot, grat, pmp, lac - 1 -Warning: Unused variable ‘lac’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3053:37: - - real :: d4, bet, a_bot, grat, pmp, lac - 1 -Warning: Unused variable ‘pmp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4866:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4866:26: integer :: i,k, incr1,incr2,turn 1 Warning: Unused variable ‘incr1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4866:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4866:32: integer :: i,k, incr1,incr2,turn 1 Warning: Unused variable ‘incr2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4866:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4866:37: integer :: i,k, incr1,incr2,turn 1 Warning: Unused variable ‘turn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2937:46: - - subroutine lagrangian_fall_ppm (ktop, kbot, zs, ze, zt, dp, q, precip, m1, mono) - 1 -Warning: Unused dummy argument ‘zs’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2529:11: - - den, vtg, vts, vti, r1, g1, s1, i1, m1_sol, w1) - 1 -Warning: Unused dummy argument ‘den’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2545:23: - - real :: qsat, dqsdt, dt5, evap, dtime - 1 -Warning: Unused variable ‘dqsdt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2545:34: - - real :: qsat, dqsdt, dt5, evap, dtime - 1 -Warning: Unused variable ‘evap’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2546:18: - - real :: factor, frac - 1 -Warning: Unused variable ‘factor’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2546:24: - - real :: factor, frac - 1 -Warning: Unused variable ‘frac’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2547:23: - - real :: tmp, precip, tc, sink - 1 -Warning: Unused variable ‘precip’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2545:16: - - real :: qsat, dqsdt, dt5, evap, dtime - 1 -Warning: Unused variable ‘qsat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4669:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4669:48: kstart,kend,dtempdz,itf,ktf,its,ite, kts,kte) 1 Warning: Unused dummy argument ‘ktf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4668:71: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4668:71: subroutine get_inversion_layers(ierr,p_cup,t_cup,z_cup,qo_cup,qeso_cup,k_inv_layers,& 1 Warning: Unused dummy argument ‘qeso_cup’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4668:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4668:62: subroutine get_inversion_layers(ierr,p_cup,t_cup,z_cup,qo_cup,qeso_cup,k_inv_layers,& 1 Warning: Unused dummy argument ‘qo_cup’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4600:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4600:26: z_cup,zu,dby,gamma_cup,t_cup, & 1 Warning: Unused dummy argument ‘dby’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4600:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4600:36: z_cup,zu,dby,gamma_cup,t_cup, & 1 Warning: Unused dummy argument ‘gamma_cup’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4602:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4602:21: itf,ktf, & 1 Warning: Unused dummy argument ‘ktf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4601:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4601:24: kbcon,ktop,ierr, & 1 Warning: Unused dummy argument ‘ktop’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4600:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4600:42: z_cup,zu,dby,gamma_cup,t_cup, & 1 Warning: Unused dummy argument ‘t_cup’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4600:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4600:22: z_cup,zu,dby,gamma_cup,t_cup, & 1 Warning: Unused dummy argument ‘zu’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4341:79: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4341:79: subroutine get_zu_zd_pdf_fim(kklev,p,rand_vmas,zubeg,ipr,xland,zuh2,draft,ierr,kb,kt,zu,kts,kte,ktf,max_mass,kpbli,csum,pmin_lev) 1 Warning: Unused dummy argument ‘ierr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4341:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4341:57: subroutine get_zu_zd_pdf_fim(kklev,p,rand_vmas,zubeg,ipr,xland,zuh2,draft,ierr,kb,kt,zu,kts,kte,ktf,max_mass,kpbli,csum,pmin_lev) 1 Warning: Unused dummy argument ‘ipr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4360:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4360:17: integer :: k1,kk,k,kb_adj,kpbli_adj,kmax 1 Warning: Unused variable ‘kk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4360:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4360:41: integer :: k1,kk,k,kb_adj,kpbli_adj,kmax 1 Warning: Unused variable ‘kmax’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4360:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4360:36: integer :: k1,kk,k,kb_adj,kpbli_adj,kmax 1 Warning: Unused variable ‘kpbli_adj’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4361:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4361:40: real(kind=kind_phys) :: maxlim,krmax,kratio,tunning,fzu,rand_vmas,lev_start 1 Warning: Unused variable ‘krmax’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4341:109: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4341:109: subroutine get_zu_zd_pdf_fim(kklev,p,rand_vmas,zubeg,ipr,xland,zuh2,draft,ierr,kb,kt,zu,kts,kte,ktf,max_mass,kpbli,csum,pmin_lev) 1 Warning: Unused dummy argument ‘max_mass’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4341:129: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4341:129: subroutine get_zu_zd_pdf_fim(kklev,p,rand_vmas,zubeg,ipr,xland,zuh2,draft,ierr,kb,kt,zu,kts,kte,ktf,max_mass,kpbli,csum,pmin_lev) 1 Warning: Unused dummy argument ‘pmin_lev’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4341:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4341:47: subroutine get_zu_zd_pdf_fim(kklev,p,rand_vmas,zubeg,ipr,xland,zuh2,draft,ierr,kb,kt,zu,kts,kte,ktf,max_mass,kpbli,csum,pmin_lev) 1 Warning: Unused dummy argument ‘rand_vmas’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4341:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4341:63: subroutine get_zu_zd_pdf_fim(kklev,p,rand_vmas,zubeg,ipr,xland,zuh2,draft,ierr,kb,kt,zu,kts,kte,ktf,max_mass,kpbli,csum,pmin_lev) 1 Warning: Unused dummy argument ‘xland’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4341:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4341:68: subroutine get_zu_zd_pdf_fim(kklev,p,rand_vmas,zubeg,ipr,xland,zuh2,draft,ierr,kb,kt,zu,kts,kte,ktf,max_mass,kpbli,csum,pmin_lev) 1 Warning: Unused dummy argument ‘zuh2’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2435:34: - - subroutine revap_rac1 (hydrostatic, is, ie, dt, tz, qv, ql, qr, qi, qs, qg, den, hvar) - 1 -Warning: Unused dummy argument ‘hydrostatic’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2042:33: - - real :: evap, sink, tc, pisub, q_adj, dtmp - 1 -Warning: Unused variable ‘pisub’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2042:40: - - real :: evap, sink, tc, pisub, q_adj, dtmp - 1 -Warning: Unused variable ‘q_adj’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2015:42: - - ql, qr, qi, qs, qg, qa, h_var, rh_rain) - 1 -Warning: Unused dummy argument ‘rh_rain’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4240:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4240:63: real(kind=kind_phys) :: entr_init,beta_u,dz,dbythresh,dzh2,zustart,zubeg,massent,massdetr 1 Warning: Unused variable ‘dzh2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4243:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4243:33: integer :: kklev,i,kk,kbegin,k,kfinalzu 1 Warning: Unused variable ‘kbegin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4243:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4243:26: integer :: kklev,i,kk,kbegin,k,kfinalzu 1 Warning: Unused variable ‘kk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4229:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4229:70: xland,kstabi,k22,kbcon,its,ite,itf,kts,kte,ktf,zuo,kpbl,ktopdby,csum,pmin_lev) 1 Warning: Unused dummy argument ‘kpbl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4229:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4229:27: xland,kstabi,k22,kbcon,its,ite,itf,kts,kte,ktf,zuo,kpbl,ktopdby,csum,pmin_lev) 1 Warning: Unused dummy argument ‘kstabi’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4242:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4242:42: real(kind=kind_phys) zuh2(40),zh2(40) 1 Warning: Unused variable ‘zh2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3871:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3871:19: itest,itf,ktf, & 1 Warning: Unused dummy argument ‘itest’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3866:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3866:34: subroutine cup_up_moisture(name,ierr,z_cup,qc,qrc,pw,pwav, & 1 Warning: Unused dummy argument ‘name’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1527:73: - - subroutine icloud (ktop, kbot, tzk, p1, qvk, qlk, qrk, qik, qsk, qgk, dp1, & - 1 -Warning: Unused dummy argument ‘dp1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1549:32: - - real :: tmp, qsw, qsi, dqsdt, dq - 1 -Warning: Unused variable ‘dqsdt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3867:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3867:49: p_cup,kbcon,ktop,dby,clw_all,xland1, & 1 Warning: Unused dummy argument ‘xland1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1546:37: - - real :: pgmlt, psmlt, pgfr, pgaut, psaut, pgsub - 1 -Warning: Unused variable ‘pgaut’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1546:51: - - real :: pgmlt, psmlt, pgfr, pgaut, psaut, pgsub - 1 -Warning: Unused variable ‘pgsub’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3869:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3869:20: zqexec,ccn,rho,c1d,t, & 1 Warning: Unused dummy argument ‘zqexec’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1545:59: - - real :: pracs, psacw, pgacw, psacr, pgacr, pgaci, praci, psaci - 1 -Warning: Unused variable ‘praci’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1550:37: - - real :: dtmp, qc, q_plus, q_minus - 1 -Warning: Unused variable ‘q_minus’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1550:20: - - real :: dtmp, qc, q_plus, q_minus - 1 -Warning: Unused variable ‘qc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1549:25: - - real :: tmp, qsw, qsi, dqsdt, dq - 1 -Warning: Unused variable ‘qsi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1549:20: - - real :: tmp, qsw, qsi, dqsdt, dq - 1 -Warning: Unused variable ‘qsw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1547:19: - - real :: tc, tsq, dqs0, qden, qim, qsm - 1 -Warning: Unused variable ‘tsq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1355:87: - - subroutine revap_racc (ktop, kbot, dt, tz, qv, ql, qr, qi, qs, qg, den, denfac, rh_rain, h_var) - 1 -Warning: Unused dummy argument ‘rh_rain’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3630:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3630:32: edt,pwd,name,ierr2,ierr3,p_cup,pr_ens, & 1 Warning: Unused dummy argument ‘ierr2’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3630:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3630:38: edt,pwd,name,ierr2,ierr3,p_cup,pr_ens, & 1 Warning: Unused dummy argument ‘ierr3’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3633:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3633:30: ichoice,imid,ipr,itf,ktf, & 1 Warning: Unused dummy argument ‘ipr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3633:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3633:38: ichoice,imid,ipr,itf,ktf, & 1 Warning: Unused dummy argument ‘ktf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3630:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3630:26: edt,pwd,name,ierr2,ierr3,p_cup,pr_ens, & 1 Warning: Unused dummy argument ‘name’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3632:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3632:34: sig,closure_n,xland1,xmbm_in,xmbs_in, & 1 Warning: Unused dummy argument ‘xland1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3632:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3632:42: sig,closure_n,xland1,xmbm_in,xmbs_in, & 1 Warning: Unused dummy argument ‘xmbm_in’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3629:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3629:16: zu,pre,pw,xmb,ktop, & 1 Warning: Unused dummy argument ‘zu’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:655:55: - - rain, snow, graupel, ice, m2_rain, m2_sol, cond, area1, land, & - 1 -Warning: Unused dummy argument ‘cond’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:653:29: - - subroutine mpdrv (hydrostatic, uin, vin, w, delp, pt, qv, ql, qr, qi, qs, & - 1 -Warning: Unused dummy argument ‘hydrostatic’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:654:38: - - qg, qa, qn, dz, is, ie, js, je, ks, ke, ktop, kbot, j, dt_in, ntimes, & - 1 -Warning: Unused dummy argument ‘je’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:654:46: - - qg, qa, qn, dz, is, ie, js, je, ks, ke, ktop, kbot, j, dt_in, ntimes, & - 1 -Warning: Unused dummy argument ‘ke’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3518:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3518:30: subroutine neg_check(name,j,dt,q,outq,outt,outu,outv, & 1 Warning: Unused dummy argument ‘j’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3519:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3519:58: outqc,pret,its,ite,kts,kte,itf,ktf,ktop) 1 Warning: Unused dummy argument ‘ktf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3396:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3396:21: itf,ktf, & 1 Warning: Unused dummy argument ‘ktf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3340:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3340:21: itf,ktf, & 1 Warning: Unused dummy argument ‘ktf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3203:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3203:19: jprnt,itf,ktf, & 1 Warning: Unused dummy argument ‘jprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3203:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3203:27: jprnt,itf,ktf, & 1 Warning: Unused dummy argument ‘ktf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2819:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2819:42: subroutine cup_forcing_ens_3d(closure_n,xland,aa0,aa1,xaa0,mbdt,dtime,ierr,ierr2,ierr3,& 1 Warning: Unused dummy argument ‘closure_n’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2823:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2823:18: imid,ipr,itf,ktf, & 1 Warning: Unused dummy argument ‘imid’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2823:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2823:22: imid,ipr,itf,ktf, & 1 Warning: Unused dummy argument ‘ipr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2821:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2821:40: p_cup,ktop,omeg,zd,zdm,k22,zu,pr_ens,edt,edtm,kbcon, & 1 Warning: Unused dummy argument ‘k22’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2823:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2823:30: imid,ipr,itf,ktf, & 1 Warning: Unused dummy argument ‘ktf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2821:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2821:24: p_cup,ktop,omeg,zd,zdm,k22,zu,pr_ens,edt,edtm,kbcon, & 1 Warning: Unused dummy argument ‘ktop’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2916:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2916:18: kk,i,k,n,ne 1 Warning: Unused variable ‘ne’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2821:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2821:19: p_cup,ktop,omeg,zd,zdm,k22,zu,pr_ens,edt,edtm,kbcon, & 1 Warning: Unused dummy argument ‘p_cup’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:397:17: - - real :: allmax - 1 -Warning: Unused variable ‘allmax’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:389:18: - - integer :: days, ntimes, kflip - 1 -Warning: Unused variable ‘days’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:391:59: - - real, dimension (iie-iis+1, jje-jjs+1) :: prec_mp, prec1, cond, w_var, rh0 - 1 -Warning: Unused variable ‘prec1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:391:77: - - real, dimension (iie-iis+1, jje-jjs+1) :: prec_mp, prec1, cond, w_var, rh0 - 1 -Warning: Unused variable ‘rh0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:384:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:56:37: - real :: mpdt, rdt, dts, convt, tot_prec - 1 -Warning: Unused variable ‘tot_prec’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2600:29: + character (len = 17) :: mod_name = 'gfdl_cloud_microphys' + 1 +Warning: CHARACTER expression at (1) is being truncated (20/17) [-Wcharacter-truncation] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2600:29: psur,ierr,tcrit,itest, & 1 Warning: Unused dummy argument ‘tcrit’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2438:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2438:18: q,he,iloop, & 1 Warning: Unused dummy argument ‘he’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2346:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2346:16: integer i,k,kk 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2311:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2311:16: pw,ccn,pwev,edtmax,edtmin,edtc,psum2,psumh, & 1 Warning: Unused dummy argument ‘pw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2312:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2312:17: rho,aeroevap,itf,ktf, & 1 Warning: Unused dummy argument ‘rho’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2227:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2227:44: po_cup,qes_cup,pwavo,edto,pwevo,pre,outt,outq) !,outbuoy) 1 Warning: Unused dummy argument ‘edto’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2225:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2225:47: subroutine rain_evap_below_cloudbase(itf,ktf, its,ite, kts,kte,ierr, & 1 Warning: Unused dummy argument ‘ktf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2227:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2227:39: po_cup,qes_cup,pwavo,edto,pwevo,pre,outt,outq) !,outbuoy) 1 Warning: Unused dummy argument ‘pwavo’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2227:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2227:50: po_cup,qes_cup,pwavo,edto,pwevo,pre,outt,outq) !,outbuoy) 1 Warning: Unused dummy argument ‘pwevo’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2226:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2226:28: kbcon,xmb,psur,xland,qo_cup, & 1 Warning: Unused dummy argument ‘xmb’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:346:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:346:68: real(kind=kind_phys) :: pgeoh,dts,fp,fpi,pmin,x_add,beta,beta_u 1 Warning: Unused variable ‘beta_u’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:347:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:347:33: real(kind=kind_phys) :: cbeg,cmid,cend,const_a,const_b,const_c 1 Warning: Unused variable ‘cbeg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:347:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:347:43: real(kind=kind_phys) :: cbeg,cmid,cend,const_a,const_b,const_c 1 Warning: Unused variable ‘cend’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:347:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:347:38: real(kind=kind_phys) :: cbeg,cmid,cend,const_a,const_b,const_c 1 Warning: Unused variable ‘cmid’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:347:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:347:51: real(kind=kind_phys) :: cbeg,cmid,cend,const_a,const_b,const_c 1 Warning: Unused variable ‘const_a’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:347:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:347:59: real(kind=kind_phys) :: cbeg,cmid,cend,const_a,const_b,const_c 1 Warning: Unused variable ‘const_b’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:347:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:347:67: real(kind=kind_phys) :: cbeg,cmid,cend,const_a,const_b,const_c 1 Warning: Unused variable ‘const_c’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:296:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:296:54: cap_max_increment,closure_n,psum,psumh,sig,sigd 1 Warning: Unused variable ‘sigd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:310:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:310:30: dh,cap_maxs,trash,trash2,frh,sig_thresh 1 Warning: Unused variable ‘trash2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:116:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:116:27: ,jmin,tropics) ! 1 Warning: Unused dummy argument ‘tropics’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:338:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:338:20: integer :: turn,pmin_lev(its:ite),start_level(its:ite),ktopkeep(its:ite) 1 Warning: Unused variable ‘turn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2435:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4497:17: + + it = ap1 + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4508:21: + + it = ap1 + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4394:9: + + it = ap1 + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4228:13: + + it = ap1 + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4199:13: + + it = ap1 + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4170:13: + + it = ap1 + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4142:9: + + it = ap1 + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4119:9: + + it = ap1 + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4094:9: + + it = ap1 + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4070:9: + + it = ap1 + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4046:9: + + it = ap1 + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4019:9: + + it = ap1 + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4022:9: + + it = ap1 - 0.5 + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3989:9: + + it = ap1 + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3992:9: + + it = ap1 - 0.5 + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3960:9: + + it = ap1 + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3963:9: + + it = ap1 - 0.5 + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3931:9: + + it = ap1 + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3873:9: + + it = ap1 + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3876:9: + + it = ap1 - 0.5 + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3839:9: + + it = ap1 + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:51:24: + + real :: missing_value = - 1.e10 + 1 +Warning: Unused PRIVATE module variable ‘missing_value’ declared at (1) [-Wunused-value] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:56:35: + + character (len = 17) :: mod_name = 'gfdl_cloud_microphys' + 1 +Warning: Unused PRIVATE module variable ‘mod_name’ declared at (1) [-Wunused-value] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4874:17: + + INTEGER:: i, k, k_0, kbot, n + 1 +Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4851:50: + + t1d, p1d, dBZ, kts, kte, ii, jj, melti) + 1 +Warning: Unused dummy argument ‘ii’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4851:54: + + t1d, p1d, dBZ, kts, kte, ii, jj, melti) + 1 +Warning: Unused dummy argument ‘jj’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4874:31: + + INTEGER:: i, k, k_0, kbot, n + 1 +Warning: Unused variable ‘kbot’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4404:22: + + subroutine qs_table (n) + 1 +Warning: Unused dummy argument ‘n’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3530:21: + + logical :: exists + 1 +Warning: Unused variable ‘exists’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3517:93: + + subroutine gfdl_cloud_microphys_mod_init (me, master, nlunit, input_nml_file, logunit, fn_nml) + 1 +Warning: Unused dummy argument ‘fn_nml’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3529:18: + + integer :: ios + 1 +Warning: Unused variable ‘ios’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3517:60: + + subroutine gfdl_cloud_microphys_mod_init (me, master, nlunit, input_nml_file, logunit, fn_nml) + 1 +Warning: Unused dummy argument ‘nlunit’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3372:20: + + real :: gcon, cd, scm3, pisq, act (8) + 1 +Warning: Unused variable ‘cd’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3286:39: + + real, dimension (ktop:kbot) :: qden, tc, rhof + 1 +Warning: Unused variable ‘qden’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3255:54: + + subroutine fall_speed (ktop, kbot, den, qs, qi, qg, ql, tk, vts, vti, vtg) + 1 +Warning: Unused dummy argument ‘ql’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3053:42: + + real :: d4, bet, a_bot, grat, pmp, lac + 1 +Warning: Unused variable ‘lac’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3053:37: + + real :: d4, bet, a_bot, grat, pmp, lac + 1 +Warning: Unused variable ‘pmp’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2937:46: + + subroutine lagrangian_fall_ppm (ktop, kbot, zs, ze, zt, dp, q, precip, m1, mono) + 1 +Warning: Unused dummy argument ‘zs’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2529:11: + + den, vtg, vts, vti, r1, g1, s1, i1, m1_sol, w1) + 1 +Warning: Unused dummy argument ‘den’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2545:23: + + real :: qsat, dqsdt, dt5, evap, dtime + 1 +Warning: Unused variable ‘dqsdt’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2545:34: + + real :: qsat, dqsdt, dt5, evap, dtime + 1 +Warning: Unused variable ‘evap’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2546:18: + + real :: factor, frac + 1 +Warning: Unused variable ‘factor’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2546:24: + + real :: factor, frac + 1 +Warning: Unused variable ‘frac’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2547:23: + + real :: tmp, precip, tc, sink + 1 +Warning: Unused variable ‘precip’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2545:16: + + real :: qsat, dqsdt, dt5, evap, dtime + 1 +Warning: Unused variable ‘qsat’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2435:34: + + subroutine revap_rac1 (hydrostatic, is, ie, dt, tz, qv, ql, qr, qi, qs, qg, den, hvar) + 1 +Warning: Unused dummy argument ‘hydrostatic’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2042:33: + + real :: evap, sink, tc, pisub, q_adj, dtmp + 1 +Warning: Unused variable ‘pisub’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2042:40: + + real :: evap, sink, tc, pisub, q_adj, dtmp + 1 +Warning: Unused variable ‘q_adj’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2015:42: + + ql, qr, qi, qs, qg, qa, h_var, rh_rain) + 1 +Warning: Unused dummy argument ‘rh_rain’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1527:73: + + subroutine icloud (ktop, kbot, tzk, p1, qvk, qlk, qrk, qik, qsk, qgk, dp1, & + 1 +Warning: Unused dummy argument ‘dp1’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1549:32: + + real :: tmp, qsw, qsi, dqsdt, dq + 1 +Warning: Unused variable ‘dqsdt’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1546:37: + + real :: pgmlt, psmlt, pgfr, pgaut, psaut, pgsub + 1 +Warning: Unused variable ‘pgaut’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1546:51: + + real :: pgmlt, psmlt, pgfr, pgaut, psaut, pgsub + 1 +Warning: Unused variable ‘pgsub’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1545:59: + + real :: pracs, psacw, pgacw, psacr, pgacr, pgaci, praci, psaci + 1 +Warning: Unused variable ‘praci’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1550:37: + + real :: dtmp, qc, q_plus, q_minus + 1 +Warning: Unused variable ‘q_minus’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1550:20: + + real :: dtmp, qc, q_plus, q_minus + 1 +Warning: Unused variable ‘qc’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1549:25: + + real :: tmp, qsw, qsi, dqsdt, dq + 1 +Warning: Unused variable ‘qsi’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1549:20: + + real :: tmp, qsw, qsi, dqsdt, dq + 1 +Warning: Unused variable ‘qsw’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1547:19: + + real :: tc, tsq, dqs0, qden, qim, qsm + 1 +Warning: Unused variable ‘tsq’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1355:87: + + subroutine revap_racc (ktop, kbot, dt, tz, qv, ql, qr, qi, qs, qg, den, denfac, rh_rain, h_var) + 1 +Warning: Unused dummy argument ‘rh_rain’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:655:55: + + rain, snow, graupel, ice, m2_rain, m2_sol, cond, area1, land, & + 1 +Warning: Unused dummy argument ‘cond’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:653:29: + + subroutine mpdrv (hydrostatic, uin, vin, w, delp, pt, qv, ql, qr, qi, qs, & + 1 +Warning: Unused dummy argument ‘hydrostatic’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:654:38: + + qg, qa, qn, dz, is, ie, js, je, ks, ke, ktop, kbot, j, dt_in, ntimes, & + 1 +Warning: Unused dummy argument ‘je’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:654:46: + + qg, qa, qn, dz, is, ie, js, je, ks, ke, ktop, kbot, j, dt_in, ntimes, & + 1 +Warning: Unused dummy argument ‘ke’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:397:17: + + real :: allmax + 1 +Warning: Unused variable ‘allmax’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:389:18: + + integer :: days, ntimes, kflip + 1 +Warning: Unused variable ‘days’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:391:59: + + real, dimension (iie-iis+1, jje-jjs+1) :: prec_mp, prec1, cond, w_var, rh0 + 1 +Warning: Unused variable ‘prec1’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:391:77: + + real, dimension (iie-iis+1, jje-jjs+1) :: prec_mp, prec1, cond, w_var, rh0 + 1 +Warning: Unused variable ‘rh0’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:384:42: + + real :: mpdt, rdt, dts, convt, tot_prec + 1 +Warning: Unused variable ‘tot_prec’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2435:0: subroutine revap_rac1 (hydrostatic, is, ie, dt, tz, qv, ql, qr, qi, qs, qg, den, hvar) Warning: ‘revap_rac1’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4151:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4151:0: subroutine esw_table1d (ta, es, n) Warning: ‘esw_table1d’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4180:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4180:0: subroutine es2_table1d (ta, es, n) Warning: ‘es2_table1d’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4209:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4209:0: subroutine es3_table1d (ta, es, n) Warning: ‘es3_table1d’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4468:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4468:0: subroutine qsmith (im, km, ks, t, p, q, qs, dqdt) Warning: ‘qsmith’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4659:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4659:0: subroutine interpolate_z (is, ie, js, je, km, zl, hgt, a3, a2) Warning: ‘interpolate_z’ defined but not used [-Wunused-function] -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg.f:50:9: +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg.f:50:9: & 0.63, 0.0, 0.0, 0.0, 0.0, 0.0, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg.f:51:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg.f:51:9: & 0.0 , 0.0, 0.0, 0.0, 0.0, 0.0, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg.f:52:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg.f:52:9: & 0.0 , 0.0, 0.0, 0.0, 0.0, 0.0, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg.f:53:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg.f:53:9: & 0.0 , 0.0, 0.0, 0.0, 0.0, 0.0/) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg.f:56:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg.f:56:9: & 150.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg.f:57:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg.f:57:9: & 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg.f:58:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg.f:58:9: & 0.0, 0.0, 0.0, 0.0, 0.0, 0.0/) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg.f:61:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg.f:61:9: & 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg.f:62:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg.f:62:9: & 100.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg.f:63:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg.f:63:9: & 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg.f:64:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg.f:64:9: & 0.0, 0.0, 0.0, 0.0, 0.0, 0.0/) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg.f:66:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg.f:66:9: & 36.35, 42.00, 42.00, 42.00, 42.00, 36.35, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg.f:67:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg.f:67:9: & 42.00, 0.00, 0.00, 0.00, 0.00, 0.00, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg.f:68:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg.f:68:9: & 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg.f:69:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg.f:69:9: & 0.00, 0.00, 0.00, 0.00, 0.00, 0.00/) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg.f:77:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg.f:77:9: & 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg.f:78:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg.f:78:9: & 0.000, 0.000, 0.000, 0.000, 0.000, 0.000/) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg.f:16:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg.f:16:31: subroutine set_soilveg(me,isot,ivet,nlunit) 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg.f:16:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg.f:16:48: subroutine set_soilveg(me,isot,ivet,nlunit) 1 Warning: Unused dummy argument ‘nlunit’ at (1) [-Wunused-dummy-argument] -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1786:8: +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1786:8: I,J,K,ITF,JTF,KTF 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1768:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1768:32: SUBROUTINE MYJPBL_INIT(IDS,IDE,JDS,JDE,LM & 1 Warning: Unused dummy argument ‘ids’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1769:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1769:36: & ,IMS,IME,JMS,JME & 1 Warning: Unused dummy argument ‘ime’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1769:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1769:32: & ,IMS,IME,JMS,JME & 1 Warning: Unused dummy argument ‘ims’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1770:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1770:32: & ,ITS,ITE,JTS,JTE ) 1 Warning: Unused dummy argument ‘its’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1786:10: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1786:10: I,J,K,ITF,JTF,KTF 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1768:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1768:40: SUBROUTINE MYJPBL_INIT(IDS,IDE,JDS,JDE,LM & 1 Warning: Unused dummy argument ‘jds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1769:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1769:44: & ,IMS,IME,JMS,JME & 1 Warning: Unused dummy argument ‘jme’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1769:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1769:40: & ,IMS,IME,JMS,JME & 1 Warning: Unused dummy argument ‘jms’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1770:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1770:40: & ,ITS,ITE,JTS,JTE ) 1 Warning: Unused dummy argument ‘jts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1786:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1786:12: I,J,K,ITF,JTF,KTF 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1682:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1682:63: SUBROUTINE VDIFV(LMH,DTDIF,UZ0,VZ0,RKMS,D,U,V,RKM,Z,RHO,I,J,LM) 1 Warning: Unused dummy argument ‘i’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1682:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1682:65: SUBROUTINE VDIFV(LMH,DTDIF,UZ0,VZ0,RKMS,D,U,V,RKM,Z,RHO,I,J,LM) 1 Warning: Unused dummy argument ‘j’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1572:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1572:43: ,TH,Q,CWM,RKH,Z,RHO,I,J,LM) 1 Warning: Unused dummy argument ‘i’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1572:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1572:45: ,TH,Q,CWM,RKH,Z,RHO,I,J,LM) 1 Warning: Unused dummy argument ‘j’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:11: ADEN,AKQS,BDEN,BESH,BESM,CDEN,CF,DTOZS,ELL,ELOQ2,ELOQ4 & 1 Warning: Unused variable ‘aden’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:21: ADEN,AKQS,BDEN,BESH,BESM,CDEN,CF,DTOZS,ELL,ELOQ2,ELOQ4 & 1 Warning: Unused variable ‘bden’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:26: ADEN,AKQS,BDEN,BESH,BESM,CDEN,CF,DTOZS,ELL,ELOQ2,ELOQ4 & 1 Warning: Unused variable ‘besh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:31: ADEN,AKQS,BDEN,BESH,BESM,CDEN,CF,DTOZS,ELL,ELOQ2,ELOQ4 & 1 Warning: Unused variable ‘besm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:36: ADEN,AKQS,BDEN,BESH,BESM,CDEN,CF,DTOZS,ELL,ELOQ2,ELOQ4 & 1 Warning: Unused variable ‘cden’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:49: ADEN,AKQS,BDEN,BESH,BESM,CDEN,CF,DTOZS,ELL,ELOQ2,ELOQ4 & 1 Warning: Unused variable ‘ell’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:55: ADEN,AKQS,BDEN,BESH,BESM,CDEN,CF,DTOZS,ELL,ELOQ2,ELOQ4 & 1 Warning: Unused variable ‘eloq2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:61: ADEN,AKQS,BDEN,BESH,BESM,CDEN,CF,DTOZS,ELL,ELOQ2,ELOQ4 & 1 Warning: Unused variable ‘eloq4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:12: ,ELQDZ,ESH,ESM,ESQHF,GHL,GML,Q1L,RDEN,RDZ 1 Warning: Unused variable ‘elqdz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:16: ,ELQDZ,ESH,ESM,ESQHF,GHL,GML,Q1L,RDEN,RDZ 1 Warning: Unused variable ‘esh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:20: ,ELQDZ,ESH,ESM,ESQHF,GHL,GML,Q1L,RDEN,RDZ 1 Warning: Unused variable ‘esm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:30: ,ELQDZ,ESH,ESM,ESQHF,GHL,GML,Q1L,RDEN,RDZ 1 Warning: Unused variable ‘ghl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:34: ,ELQDZ,ESH,ESM,ESQHF,GHL,GML,Q1L,RDEN,RDZ 1 Warning: Unused variable ‘gml’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1494:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1494:26: (LMH,DTDIF,Q2,EL,Z,I,J,LM) 1 Warning: Unused dummy argument ‘i’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1494:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1494:28: (LMH,DTDIF,Q2,EL,Z,I,J,LM) 1 Warning: Unused dummy argument ‘j’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:38: ,ELQDZ,ESH,ESM,ESQHF,GHL,GML,Q1L,RDEN,RDZ 1 Warning: Unused variable ‘q1l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:43: ,ELQDZ,ESH,ESM,ESQHF,GHL,GML,Q1L,RDEN,RDZ 1 Warning: Unused variable ‘rden’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:47: ,ELQDZ,ESH,ESM,ESQHF,GHL,GML,Q1L,RDEN,RDZ 1 Warning: Unused variable ‘rdz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1332:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1332:17: ADEN,AKMIN,BDEN,BESH,BESM,CDEN,D2T,ELL,ELOQ2,ELOQ4,ELQDZ & 1 Warning: Unused variable ‘akmin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1332:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1332:41: ADEN,AKMIN,BDEN,BESH,BESM,CDEN,D2T,ELL,ELOQ2,ELOQ4,ELQDZ & 1 Warning: Unused variable ‘d2t’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:49: (NTSD,ME,LMH,LMXL,GM,GH,EL,T,Q2,Z,AKM,AKH,I,J,LM,PRINT_DIAG,KPBL) 1 Warning: Unused dummy argument ‘i’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:51: (NTSD,ME,LMH,LMXL,GM,GH,EL,T,Q2,Z,AKM,AKH,I,J,LM,PRINT_DIAG,KPBL) 1 Warning: Unused dummy argument ‘j’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1329:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1329:13: K,KINV 1 Warning: Unused variable ‘kinv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:70: (NTSD,ME,LMH,LMXL,GM,GH,EL,T,Q2,Z,AKM,AKH,I,J,LM,PRINT_DIAG,KPBL) 1 Warning: Unused dummy argument ‘kpbl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:23: (NTSD,ME,LMH,LMXL,GM,GH,EL,T,Q2,Z,AKM,AKH,I,J,LM,PRINT_DIAG,KPBL) 1 Warning: Unused dummy argument ‘lmxl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:14: (NTSD,ME,LMH,LMXL,GM,GH,EL,T,Q2,Z,AKM,AKH,I,J,LM,PRINT_DIAG,KPBL) 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:11: (NTSD,ME,LMH,LMXL,GM,GH,EL,T,Q2,Z,AKM,AKH,I,J,LM,PRINT_DIAG,KPBL) 1 Warning: Unused dummy argument ‘ntsd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:65: (NTSD,ME,LMH,LMXL,GM,GH,EL,T,Q2,Z,AKM,AKH,I,J,LM,PRINT_DIAG,KPBL) 1 Warning: Unused dummy argument ‘print_diag’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:34: (NTSD,ME,LMH,LMXL,GM,GH,EL,T,Q2,Z,AKM,AKH,I,J,LM,PRINT_DIAG,KPBL) 1 Warning: Unused dummy argument ‘t’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1086:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1086:57: (NTSD,ME,LMH,DTTURBL,USTAR,GM,GH,EL,Q2,EPSL,EPSQ2,I,J,LM) 1 Warning: Unused dummy argument ‘i’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1086:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1086:59: (NTSD,ME,LMH,DTTURBL,USTAR,GM,GH,EL,Q2,EPSL,EPSQ2,I,J,LM) 1 Warning: Unused dummy argument ‘j’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1086:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1086:14: (NTSD,ME,LMH,DTTURBL,USTAR,GM,GH,EL,Q2,EPSL,EPSQ2,I,J,LM) 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1086:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1086:11: (NTSD,ME,LMH,DTTURBL,USTAR,GM,GH,EL,Q2,EPSL,EPSQ2,I,J,LM) 1 Warning: Unused dummy argument ‘ntsd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:865:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:865:41: ,GM,GH,EL,PBLH,LPBL,LMXL,CT,MIXHT,I,J,LM) 1 Warning: Unused dummy argument ‘i’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:865:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:865:43: ,GM,GH,EL,PBLH,LPBL,LMXL,CT,MIXHT,I,J,LM) 1 Warning: Unused dummy argument ‘j’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:864:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:864:55: (LMH,RSQDT,U,V,THV,THE,Q2,EPSL,EPSQ2,Z,P,PS,RXNER & 1 Warning: Unused dummy argument ‘rxner’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:320:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:320:11: ,DCDT,DELTAZ,DQDT,DTDIF,DTDT,DTTURBL & 1 Warning: Unused variable ‘dcdt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:320:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:320:23: ,DCDT,DELTAZ,DQDT,DTDIF,DTDT,DTTURBL & 1 Warning: Unused variable ‘dqdt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:320:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:320:34: ,DCDT,DELTAZ,DQDT,DTDIF,DTDT,DTTURBL & 1 Warning: Unused variable ‘dtdt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:224:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:224:39: ,AKHS,AKMS,ELFLX,MIXHT,THLM,QLM & 1 Warning: Unused dummy argument ‘elflx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:226:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:226:62: ,DUSFC,DVSFC,DTSFC,DQSFC,xkzo,xkzmo,ICT & 1 Warning: Unused dummy argument ‘ict’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:227:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:227:31: ,IDS,IDE,JDS,JDE & 1 Warning: Unused dummy argument ‘ide’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:227:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:227:27: ,IDS,IDE,JDS,JDE & 1 Warning: Unused dummy argument ‘ids’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:227:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:227:39: ,IDS,IDE,JDS,JDE & 1 Warning: Unused dummy argument ‘jde’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:227:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:227:35: ,IDS,IDE,JDS,JDE & 1 Warning: Unused dummy argument ‘jds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:224:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:224:54: ,AKHS,AKMS,ELFLX,MIXHT,THLM,QLM & 1 Warning: Unused dummy argument ‘qlm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:322:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:322:27: ,QBT,QFC1,QLOW,QQ1,QX & 1 Warning: Unused variable ‘qx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:224:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:224:50: ,AKHS,AKMS,ELFLX,MIXHT,THLM,QLM & 1 Warning: Unused dummy argument ‘thlm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:325:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:325:17: ,THBT,THNEW,THOLD,TQ,TTH & 1 Warning: Unused variable ‘thnew’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:325:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:325:23: ,THBT,THNEW,THOLD,TQ,TTH & 1 Warning: Unused variable ‘thold’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:326:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:326:11: ,ULOW,VLOW,RSTDH,STDFAC,ZSF,ZSX,ZSY,ZUV 1 Warning: Unused variable ‘ulow’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:326:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:326:16: ,ULOW,VLOW,RSTDH,STDFAC,ZSF,ZSX,ZSY,ZUV 1 Warning: Unused variable ‘vlow’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:223:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:223:42: ,Q2,EXCH_H,USTAR,Z0,EL_MYJ,PBLH,KPBL,CT & 1 Warning: Unused dummy argument ‘z0’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:326:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:326:37: ,ULOW,VLOW,RSTDH,STDFAC,ZSF,ZSX,ZSY,ZUV 1 Warning: Unused variable ‘zsx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:326:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:326:41: ,ULOW,VLOW,RSTDH,STDFAC,ZSF,ZSX,ZSY,ZUV 1 Warning: Unused variable ‘zsy’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:326:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:326:45: ,ULOW,VLOW,RSTDH,STDFAC,ZSF,ZSX,ZSY,ZUV 1 Warning: Unused variable ‘zuv’ declared at (1) [-Wunused-variable] -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o [ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gwdps.f:200:58: - - & PRSI,DEL,PRSL,PRSLK,PHII, PHIL,DELTIM,KDT, & - 1 -Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gwdps.f:394:33: - - integer idxzb(im), ktrial, klevm1 - 1 -Warning: Unused variable ‘ktrial’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gwdps.f:203:42: - - & nmtvr, cdmbgwd, me, lprnt, ipr, rdxzb, errmsg, errflg) - 1 -Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gwdps.f:203:35: - - & nmtvr, cdmbgwd, me, lprnt, ipr, rdxzb, errmsg, errflg) - 1 -Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:3838:3: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:3838:3: 97 continue 1 Warning: Label 97 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:741:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:741:13: nic1 = DLOG(t_Nc(nbc)/t_Nc(1)) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:321:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:321:11: ta_Ka = (/0.2, 0.4, 0.6, 0.8/) 1 Warning: Unused PRIVATE module variable ‘ta_ka’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:319:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:319:11: ta_Ra = (/0.01, 0.02, 0.04, 0.08, 0.16/) 1 Warning: Unused PRIVATE module variable ‘ta_ra’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:5239:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:5239:17: INTEGER:: i, k, k_0, kbot, n 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:5207:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:5207:42: t1d, p1d, dBZ, kts, kte, ii, jj, vt_dBZ, first_time_step) 1 Warning: Unused dummy argument ‘ii’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:5207:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:5207:46: t1d, p1d, dBZ, kts, kte, ii, jj, vt_dBZ, first_time_step) 1 Warning: Unused dummy argument ‘jj’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:5239:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:5239:31: INTEGER:: i, k, k_0, kbot, n 1 Warning: Unused variable ‘kbot’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:5229:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:5229:45: REAL:: oM3, M0, Mrat, slam1, slam2, xDs 1 Warning: Unused variable ‘xds’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4952:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4952:59: REAL:: satw, sati, siw, p_x, si0x, dtt, dsi, dsw, dab, fc, hx 1 Warning: Unused variable ‘dab’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4952:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4952:49: REAL:: satw, sati, siw, p_x, si0x, dtt, dsi, dsw, dab, fc, hx 1 Warning: Unused variable ‘dsi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4952:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4952:54: REAL:: satw, sati, siw, p_x, si0x, dtt, dsi, dsw, dab, fc, hx 1 Warning: Unused variable ‘dsw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4952:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4952:44: REAL:: satw, sati, siw, p_x, si0x, dtt, dsi, dsw, dab, fc, hx 1 Warning: Unused variable ‘dtt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4952:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4952:63: REAL:: satw, sati, siw, p_x, si0x, dtt, dsi, dsw, dab, fc, hx 1 Warning: Unused variable ‘fc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4952:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4952:67: REAL:: satw, sati, siw, p_x, si0x, dtt, dsi, dsw, dab, fc, hx 1 Warning: Unused variable ‘hx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4953:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4953:42: REAL:: ntilde, n_in, nmax, nhat, mux, xni, nifa_cc 1 Warning: Unused variable ‘mux’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4953:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4953:25: REAL:: ntilde, n_in, nmax, nhat, mux, xni, nifa_cc 1 Warning: Unused variable ‘n_in’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4953:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4953:37: REAL:: ntilde, n_in, nmax, nhat, mux, xni, nifa_cc 1 Warning: Unused variable ‘nhat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4953:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4953:31: REAL:: ntilde, n_in, nmax, nhat, mux, xni, nifa_cc 1 Warning: Unused variable ‘nmax’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4953:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4953:19: REAL:: ntilde, n_in, nmax, nhat, mux, xni, nifa_cc 1 Warning: Unused variable ‘ntilde’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4952:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4952:33: REAL:: satw, sati, siw, p_x, si0x, dtt, dsi, dsw, dab, fc, hx 1 Warning: Unused variable ‘p_x’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4946:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4946:39: real function iceDeMott(tempc, qv, qvs, qvsi, rho, nifa) 1 Warning: Unused dummy argument ‘qv’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4946:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4946:44: real function iceDeMott(tempc, qv, qvs, qvsi, rho, nifa) 1 Warning: Unused dummy argument ‘qvs’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4946:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4946:50: real function iceDeMott(tempc, qv, qvs, qvsi, rho, nifa) 1 Warning: Unused dummy argument ‘qvsi’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4952:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4952:23: REAL:: satw, sati, siw, p_x, si0x, dtt, dsi, dsw, dab, fc, hx 1 Warning: Unused variable ‘sati’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4952:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4952:17: REAL:: satw, sati, siw, p_x, si0x, dtt, dsi, dsw, dab, fc, hx 1 Warning: Unused variable ‘satw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4952:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4952:39: REAL:: satw, sati, siw, p_x, si0x, dtt, dsi, dsw, dab, fc, hx 1 Warning: Unused variable ‘si0x’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4952:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4952:28: REAL:: satw, sati, siw, p_x, si0x, dtt, dsi, dsw, dab, fc, hx 1 Warning: Unused variable ‘siw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/mpp_efp.F90:232:8: - - sum = mpp_reproducing_sum_r8_2d(array_r8, isr, ier, jsr, jer, EFP_sum, reproducing, & - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4146:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4146:59: lam_exp, lamr, N0_r, lamc, N0_c, y 1 Warning: Unused variable ‘y’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1563:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1563:30: REAL:: a_, b_, loga_, A1, A2, tf 1 Warning: Unused variable ‘a1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1563:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1563:34: REAL:: a_, b_, loga_, A1, A2, tf 1 Warning: Unused variable ‘a2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1554:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1554:60: REAL:: xDc, Dc_b, Dc_g, xDi, xDr, xDs, xDg, Ds_m, Dg_m 1 Warning: Unused variable ‘dg_m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1555:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1555:32: DOUBLE PRECISION:: Dr_star, Dc_star 1 Warning: Unused variable ‘dr_star’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1554:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1554:54: REAL:: xDc, Dc_b, Dc_g, xDi, xDr, xDs, xDg, Ds_m, Dg_m 1 Warning: Unused variable ‘ds_m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1574:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1574:17: INTEGER:: i, k, k2, n, nn, nstep, k_0, kbot, IT, iexfrq 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1574:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1574:24: INTEGER:: i, k, k2, n, nn, nstep, k_0, kbot, IT, iexfrq 1 Warning: Unused variable ‘k2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1574:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1574:49: INTEGER:: i, k, k2, n, nn, nstep, k_0, kbot, IT, iexfrq 1 Warning: Unused variable ‘kbot’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1580:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1580:21: LOGICAL:: melti, no_micro 1 Warning: Unused variable ‘melti’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1564:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gwdps.f:200:58: + + & PRSI,DEL,PRSL,PRSLK,PHII, PHIL,DELTIM,KDT, & + 1 +Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gwdps.f:394:33: + + integer idxzb(im), ktrial, klevm1 + 1 +Warning: Unused variable ‘ktrial’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gwdps.f:203:42: + + & nmtvr, cdmbgwd, me, lprnt, ipr, rdxzb, errmsg, errflg) + 1 +Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gwdps.f:203:35: + + & nmtvr, cdmbgwd, me, lprnt, ipr, rdxzb, errmsg, errflg) + 1 +Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1564:31: REAL:: tempc, tc0, r_mvd1, r_mvd2, xkrat 1 Warning: Unused variable ‘r_mvd1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1564:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1564:39: REAL:: tempc, tc0, r_mvd1, r_mvd2, xkrat 1 Warning: Unused variable ‘r_mvd2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1550:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1550:17: REAL:: rgvm, delta_tp, orho, lfus2 1 Warning: Unused variable ‘rgvm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1557:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1557:47: REAL:: stoke_r, stoke_s, stoke_g, stoke_i 1 Warning: Unused variable ‘stoke_i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1557:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1557:20: REAL:: stoke_r, stoke_s, stoke_g, stoke_i 1 Warning: Unused variable ‘stoke_r’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1557:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1557:29: REAL:: stoke_r, stoke_s, stoke_g, stoke_i 1 Warning: Unused variable ‘stoke_s’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1554:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1554:38: REAL:: xDc, Dc_b, Dc_g, xDi, xDr, xDs, xDg, Ds_m, Dg_m 1 Warning: Unused variable ‘xdr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1564:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1564:46: REAL:: tempc, tc0, r_mvd1, r_mvd2, xkrat 1 Warning: Unused variable ‘xkrat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1007:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1007:37: ids,ide, jds,jde, kds,kde, & ! domain dims 1 Warning: Unused dummy argument ‘ide’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1007:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1007:33: ids,ide, jds,jde, kds,kde, & ! domain dims 1 Warning: Unused dummy argument ‘ids’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1007:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1007:46: ids,ide, jds,jde, kds,kde, & ! domain dims 1 Warning: Unused dummy argument ‘jde’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1007:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1007:42: ids,ide, jds,jde, kds,kde, & ! domain dims 1 Warning: Unused dummy argument ‘jds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1007:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1007:55: ids,ide, jds,jde, kds,kde, & ! domain dims 1 Warning: Unused dummy argument ‘kde’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1007:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1007:51: ids,ide, jds,jde, kds,kde, & ! domain dims 1 Warning: Unused dummy argument ‘kds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:437:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:437:26: REAL:: h_01, airmass, niIN3, niCCN3, max_test 1 Warning: Unused variable ‘airmass’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:437:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:437:17: REAL:: h_01, airmass, niIN3, niCCN3, max_test 1 Warning: Unused variable ‘h_01’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:414:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:414:34: ids, ide, jds, jde, kds, kde, & 1 Warning: Unused dummy argument ‘ide’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:414:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:414:29: ids, ide, jds, jde, kds, kde, & 1 Warning: Unused dummy argument ‘ids’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:416:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:416:34: its, ite, jts, jte, kts, kte, & 1 Warning: Unused dummy argument ‘ite’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:416:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:416:29: its, ite, jts, jte, kts, kte, & 1 Warning: Unused dummy argument ‘its’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:414:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:414:44: ids, ide, jds, jde, kds, kde, & 1 Warning: Unused dummy argument ‘jde’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:414:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:414:39: ids, ide, jds, jde, kds, kde, & 1 Warning: Unused dummy argument ‘jds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:416:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:416:44: its, ite, jts, jte, kts, kte, & 1 Warning: Unused dummy argument ‘jte’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:416:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:416:39: its, ite, jts, jte, kts, kte, & 1 Warning: Unused dummy argument ‘jts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:414:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:414:54: ids, ide, jds, jde, kds, kde, & 1 Warning: Unused dummy argument ‘kde’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:414:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:414:49: ids, ide, jds, jde, kds, kde, & 1 Warning: Unused dummy argument ‘kds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:416:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:416:54: its, ite, jts, jte, kts, kte, & 1 Warning: Unused dummy argument ‘kte’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:416:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:416:49: its, ite, jts, jte, kts, kte, & 1 Warning: Unused dummy argument ‘kts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:437:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:437:51: REAL:: h_01, airmass, niIN3, niCCN3, max_test 1 Warning: Unused variable ‘max_test’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:437:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:437:41: REAL:: h_01, airmass, niIN3, niCCN3, max_test 1 Warning: Unused variable ‘niccn3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:437:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:437:33: REAL:: h_01, airmass, niIN3, niCCN3, max_test 1 Warning: Unused variable ‘niin3’ declared at (1) [-Wunused-variable] +[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/mpp_efp.F90:232:8: + + sum = mpp_reproducing_sum_r8_2d(array_r8, isr, ier, jsr, jer, EFP_sum, reproducing, & + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] [ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/mpp_pset.F90:518:57: +[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/mpp_pset.F90:518:57: subroutine mpp_pset_print_chksum_1D(pset, caller, array) 1 Warning: Unused dummy argument ‘array’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/mpp_pset.F90:518:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/mpp_pset.F90:518:50: subroutine mpp_pset_print_chksum_1D(pset, caller, array) 1 Warning: Unused dummy argument ‘caller’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/mpp_pset.F90:525:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/mpp_pset.F90:525:31: integer :: errunit 1 Warning: Unused variable ‘errunit’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/mpp_pset.F90:518:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/mpp_pset.F90:518:42: subroutine mpp_pset_print_chksum_1D(pset, caller, array) 1 Warning: Unused dummy argument ‘pset’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/mpp_pset.F90:409:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/mpp_pset.F90:409:36: subroutine mpp_pset_check_ptr(pset,ptr) 1 Warning: Unused dummy argument ‘pset’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/mpp_pset.F90:292:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/mpp_pset.F90:292:46: subroutine mpp_translate_remote_ptr( ptr, pe ) 1 Warning: Unused dummy argument ‘pe’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/mpp_pset.F90:292:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/mpp_pset.F90:292:42: subroutine mpp_translate_remote_ptr( ptr, pe ) 1 Warning: Unused dummy argument ‘ptr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:105:21: +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:105:21: INTEGER :: IERR 1 Warning: Unused PRIVATE module variable ‘ierr’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:1149:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:1149:29: & ,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘ids’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:1149:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:1149:37: & ,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘jds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:1149:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:1149:45: & ,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘kds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:1150:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:1150:49: & ,IMS,IME,JMS,JME,KMS,KME & 1 Warning: Unused dummy argument ‘kme’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:1150:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:1150:45: & ,IMS,IME,JMS,JME,KMS,KME & 1 Warning: Unused dummy argument ‘kms’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:1151:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:1151:45: & ,ITS,ITE,JTS,JTE,KTS,LM) 1 Warning: Unused dummy argument ‘kts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:501:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:501:45: REAL(kind=kfpt) :: AKHS02,AKHS10,AKMS02,AKMS10,EKMS10,QSAT10,QSAT2 & 1 Warning: Unused variable ‘akms02’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:490:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:490:68: REAL(kind=kfpt) :: A,B,BTGH,BTGX,CXCHL,CXCHS,DTHV,DU2,ELFC,FCT & 1 Warning: Unused variable ‘fct’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:491:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:491:28: & ,HLFLX,HSFLX,HV,PSH02,PSH10,PSHZ,PSHZL,PSM10,PSMZ,PSMZL & 1 Warning: Unused variable ‘hv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:455:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:455:31: & ,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘ide’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:455:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:455:27: & ,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘ids’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:456:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:456:31: & ,IMS,IME,JMS,JME,KMS,KME & 1 Warning: Unused dummy argument ‘ime’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:456:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:456:27: & ,IMS,IME,JMS,JME,KMS,KME & 1 Warning: Unused dummy argument ‘ims’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:457:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:457:31: & ,ITS,ITE,JTS,JTE,KTS,LM,I,J,ZSFC,RIB) ! Added Bulk Richardson No. 1 Warning: Unused dummy argument ‘ite’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:457:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:457:27: & ,ITS,ITE,JTS,JTE,KTS,LM,I,J,ZSFC,RIB) ! Added Bulk Richardson No. 1 Warning: Unused dummy argument ‘its’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:455:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:455:39: & ,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘jde’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:455:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:455:35: & ,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘jds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:456:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:456:39: & ,IMS,IME,JMS,JME,KMS,KME & 1 Warning: Unused dummy argument ‘jme’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:456:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:456:35: & ,IMS,IME,JMS,JME,KMS,KME & 1 Warning: Unused dummy argument ‘jms’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:457:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:457:39: & ,ITS,ITE,JTS,JTE,KTS,LM,I,J,ZSFC,RIB) ! Added Bulk Richardson No. 1 Warning: Unused dummy argument ‘jte’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:457:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:457:35: & ,ITS,ITE,JTS,JTE,KTS,LM,I,J,ZSFC,RIB) ! Added Bulk Richardson No. 1 Warning: Unused dummy argument ‘jts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:455:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:455:47: & ,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘kde’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:455:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:455:43: & ,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘kds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:456:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:456:47: & ,IMS,IME,JMS,JME,KMS,KME & 1 Warning: Unused dummy argument ‘kme’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:456:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:456:43: & ,IMS,IME,JMS,JME,KMS,KME & 1 Warning: Unused dummy argument ‘kms’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:457:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:457:43: & ,ITS,ITE,JTS,JTE,KTS,LM,I,J,ZSFC,RIB) ! Added Bulk Richardson No. 1 Warning: Unused dummy argument ‘kts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:457:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:457:46: & ,ITS,ITE,JTS,JTE,KTS,LM,I,J,ZSFC,RIB) ! Added Bulk Richardson No. 1 Warning: Unused dummy argument ‘lm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:501:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:501:66: REAL(kind=kfpt) :: AKHS02,AKHS10,AKMS02,AKMS10,EKMS10,QSAT10,QSAT2 & 1 Warning: Unused variable ‘qsat10’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:501:72: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:501:72: REAL(kind=kfpt) :: AKHS02,AKHS10,AKMS02,AKMS10,EKMS10,QSAT10,QSAT2 & 1 Warning: Unused variable ‘qsat2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:492:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:492:27: & ,RDZ,RDZT,RLMA,RLMN,RLMP & 1 Warning: Unused variable ‘rlma’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:492:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:492:32: & ,RDZ,RDZT,RLMA,RLMN,RLMP & 1 Warning: Unused variable ‘rlmn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:492:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:492:37: & ,RDZ,RDZT,RLMA,RLMN,RLMP & 1 Warning: Unused variable ‘rlmp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:502:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:502:59: & ,RLNT02,RLNT10,RLNU10,SIMH02,SIMH10,SIMM10,T02,T10 & 1 Warning: Unused variable ‘t02’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:502:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:502:63: & ,RLNT02,RLNT10,RLNU10,SIMH02,SIMH10,SIMM10,T02,T10 & 1 Warning: Unused variable ‘t10’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:496:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:496:53: & ,ZETAT,ZETAU,ZQ,ZSLT,ZSLU,ZT,ZU,TOPOTERM,ZZIL,CZETMAX 1 Warning: Unused variable ‘topoterm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:15: & ,X,XLT,XLT4,XLU,XLU4,XT,XT4,XU,XU4,ZETALT,ZETALU & 1 Warning: Unused variable ‘x’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:19: & ,X,XLT,XLT4,XLU,XLU4,XT,XT4,XU,XU4,ZETALT,ZETALU & 1 Warning: Unused variable ‘xlt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:503:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:503:46: & ,TERM1,RLOW,U10E,V10E,WSTAR,XLT02,XLT024,XLT10 & 1 Warning: Unused variable ‘xlt02’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:503:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:503:53: & ,TERM1,RLOW,U10E,V10E,WSTAR,XLT02,XLT024,XLT10 & 1 Warning: Unused variable ‘xlt024’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:503:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:503:59: & ,TERM1,RLOW,U10E,V10E,WSTAR,XLT02,XLT024,XLT10 & 1 Warning: Unused variable ‘xlt10’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:504:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:504:20: & ,XLT104,XLU10,XLU104,XU10,XU104,ZT02,ZT10,ZTAT02,ZTAT10 & 1 Warning: Unused variable ‘xlt104’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:24: & ,X,XLT,XLT4,XLU,XLU4,XT,XT4,XU,XU4,ZETALT,ZETALU & 1 Warning: Unused variable ‘xlt4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:28: & ,X,XLT,XLT4,XLU,XLU4,XT,XT4,XU,XU4,ZETALT,ZETALU & 1 Warning: Unused variable ‘xlu’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:504:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:504:26: & ,XLT104,XLU10,XLU104,XU10,XU104,ZT02,ZT10,ZTAT02,ZTAT10 & 1 Warning: Unused variable ‘xlu10’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:504:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:504:33: & ,XLT104,XLU10,XLU104,XU10,XU104,ZT02,ZT10,ZTAT02,ZTAT10 & 1 Warning: Unused variable ‘xlu104’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:33: & ,X,XLT,XLT4,XLU,XLU4,XT,XT4,XU,XU4,ZETALT,ZETALU & 1 Warning: Unused variable ‘xlu4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:36: & ,X,XLT,XLT4,XLU,XLU4,XT,XT4,XU,XU4,ZETALT,ZETALU & 1 Warning: Unused variable ‘xt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:40: & ,X,XLT,XLT4,XLU,XLU4,XT,XT4,XU,XU4,ZETALT,ZETALU & 1 Warning: Unused variable ‘xt4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:43: & ,X,XLT,XLT4,XLU,XLU4,XT,XT4,XU,XU4,ZETALT,ZETALU & 1 Warning: Unused variable ‘xu’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:504:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:504:38: & ,XLT104,XLU10,XLU104,XU10,XU104,ZT02,ZT10,ZTAT02,ZTAT10 & 1 Warning: Unused variable ‘xu10’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:504:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:504:44: & ,XLT104,XLU10,XLU104,XU10,XU104,ZT02,ZT10,ZTAT02,ZTAT10 & 1 Warning: Unused variable ‘xu104’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:47: & ,X,XLT,XLT4,XLU,XLU4,XT,XT4,XU,XU4,ZETALT,ZETALU & 1 Warning: Unused variable ‘xu4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:448:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:448:39: & ,USTAR,Z0,Z0BASE,CT,RLMO,AKMS,AKHS,PBLH,WETM & 1 Warning: Unused dummy argument ‘z0base’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:457:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:457:55: & ,ITS,ITE,JTS,JTE,KTS,LM,I,J,ZSFC,RIB) ! Added Bulk Richardson No. 1 Warning: Unused dummy argument ‘zsfc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:505:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:505:18: & ,ZTAU,ZTAU10,ZU10,ZUUZ 1 Warning: Unused variable ‘ztau’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:198:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:198:26: REAL(kind=kfpt) :: A,APESFC,B,BTGX,CWMLOW & 1 Warning: Unused variable ‘a’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:198:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:198:35: REAL(kind=kfpt) :: A,APESFC,B,BTGX,CWMLOW & 1 Warning: Unused variable ‘b’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:198:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:198:40: REAL(kind=kfpt) :: A,APESFC,B,BTGX,CWMLOW & 1 Warning: Unused variable ‘btgx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:199:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:199:18: & ,DQDT,DTDIF,DTDT,DUDT,DVDT & 1 Warning: Unused variable ‘dqdt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:199:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:199:24: & ,DQDT,DTDIF,DTDT,DUDT,DVDT & 1 Warning: Unused variable ‘dtdif’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:199:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:199:29: & ,DQDT,DTDIF,DTDT,DUDT,DVDT & 1 Warning: Unused variable ‘dtdt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:199:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:199:34: & ,DQDT,DTDIF,DTDT,DUDT,DVDT & 1 Warning: Unused variable ‘dudt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:199:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:199:39: & ,DQDT,DTDIF,DTDT,DUDT,DVDT & 1 Warning: Unused variable ‘dvdt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:208:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:208:47: REAL(kind=kfpt),DIMENSION(KTS:LM-1) :: EL,ELM 1 Warning: Unused variable ‘el’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:208:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:208:51: REAL(kind=kfpt),DIMENSION(KTS:LM-1) :: EL,ELM 1 Warning: Unused variable ‘elm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:114:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:114:39: SUBROUTINE JSFC(FLAG_ITER,ITER,ME & 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:202:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:202:44: & ,RAPA,RAPA02,RAPA10,RATIOMX,RDZ,SEAMASK,SM & 1 Warning: Unused variable ‘rdz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:203:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:203:56: & ,T02P,T10P,TEM,TH02P,TH10P,THLOW,THELOW,THM & 1 Warning: Unused variable ‘thm’ declared at (1) [-Wunused-variable] -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/horiz_interp/horiz_interp_type.F90:156:22: +[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/horiz_interp/horiz_interp_type.F90:156:22: buffer_int(2) = npts 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:1447:1: +[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:1447:1: if(snhei.gt.0.0081*1.e3/rhosn) then 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5909:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5909:5: 191 format (f23.19) 1 Warning: Label 191 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5819:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5819:4: 118 format(6(10Pf23.19)) 1 Warning: Label 118 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5292:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5292:5: 2211 continue 1 Warning: Label 2211 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4758:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4758:5: 2111 continue 1 Warning: Label 2111 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4206:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4206:4: 212 continue 1 Warning: Label 212 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3794:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3794:5: 1133 FORMAT(I7,8E12.4) 1 Warning: Label 1133 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3793:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3793:5: 1123 FORMAT(I5,8F12.3) 1 Warning: Label 1123 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3791:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3791:4: 222 CONTINUE 1 Warning: Label 222 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3795:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3795:5: 123 format(i6,f6.2,7f8.1) 1 Warning: Label 123 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3796:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3796:4: 122 FORMAT(1X,2I3,6F8.1,F8.3,F8.2) 1 Warning: Label 122 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2838:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2838:5: 1133 FORMAT(I7,8E12.4) 1 Warning: Label 1133 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2837:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2837:5: 1123 FORMAT(I5,8F12.3) 1 Warning: Label 1123 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2835:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2835:4: 222 CONTINUE 1 Warning: Label 222 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2839:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2839:5: 123 format(i6,f6.2,7f8.1) 1 Warning: Label 123 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2840:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2840:5: 122 FORMAT(1X,2I3,6F8.1,F8.3,F8.2) 1 Warning: Label 122 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:1140:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:1140:4: 2999 continue ! lakes 1 Warning: Label 2999 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6514:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6514:9: I=(TN-1.7315E2)/.05+1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6517:10: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6517:10: I1=I-F1/(.05+D1*(TT(I+1)-TT(I))) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5975:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5975:19: IALP1 = CVFRZ - 1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7023:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7023:36: SUBROUTINE RUCLSMINIT( debug_print, landmask, & 1 Warning: Unused dummy argument ‘debug_print’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7024:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7024:40: nzs, isltyp, ivgtyp, xice, mavail, & 1 Warning: Unused dummy argument ‘ivgtyp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7026:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7026:46: ims,ime, jms,jme, kms,kme, & 1 Warning: Unused dummy argument ‘kme’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7026:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7026:42: ims,ime, jms,jme, kms,kme, & 1 Warning: Unused dummy argument ‘kms’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7027:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7027:46: its,ite, jts,jte, kts,kte ) 1 Warning: Unused dummy argument ‘kte’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7027:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7027:42: its,ite, jts,jte, kts,kte ) 1 Warning: Unused dummy argument ‘kts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6818:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6818:30: INTEGER :: kstart, kfin, lstart, lfin 1 Warning: Unused variable ‘kfin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6818:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6818:24: INTEGER :: kstart, kfin, lstart, lfin 1 Warning: Unused variable ‘kstart’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6818:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6818:44: INTEGER :: kstart, kfin, lstart, lfin 1 Warning: Unused variable ‘lfin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6743:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6743:58: LROU(nvegclas),LTHI(nvegclas),LSIG(nvegclas), & 1 Warning: Unused variable ‘lsig’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6818:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6818:38: INTEGER :: kstart, kfin, lstart, lfin 1 Warning: Unused variable ‘lstart’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6743:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6743:43: LROU(nvegclas),LTHI(nvegclas),LSIG(nvegclas), & 1 Warning: Unused variable ‘lthi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6548:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6548:52: NLCAT,IVGTYP,ISLTYP,iswater,MYJ, & 1 Warning: Unused dummy argument ‘myj’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6500:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6500:67: SUBROUTINE VILKA(TN,D1,D2,PP,QS,TS,TT,NSTEP,ii,j,iland,isoil) 1 Warning: Unused dummy argument ‘isoil’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6500:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6500:50: SUBROUTINE VILKA(TN,D1,D2,PP,QS,TS,TT,NSTEP,ii,j,iland,isoil) 1 Warning: Unused dummy argument ‘nstep’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6511:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6511:23: REAL :: F1,T1,T2,RN 1 Warning: Unused variable ‘t2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6315:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6315:17: dqm,qmin,ref,wilt,zshalf,pc,iland, & !--- soil fixed fields 1 Warning: Unused dummy argument ‘dqm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6171:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6171:24: REAL :: tln,tavln,tn,pf,a,am,ame,h 1 Warning: Unused variable ‘tavln’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6171:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6171:18: REAL :: tln,tavln,tn,pf,a,am,ame,h 1 Warning: Unused variable ‘tln’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6170:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6170:16: REAL :: x,x1,x2,x4,ws,wd,fact,fach,facd,psif,ci 1 Warning: Unused variable ‘x’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5805:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5805:20: REAL :: F1,F2,FD,KDT,VAL,DDT,PX,FK,FKMAX 1 Warning: Unused variable ‘f2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4896:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4896:29: DQM,QMIN,PSIS,BCLH, & !--- soil fixed fields 1 Warning: Unused dummy argument ‘bclh’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5056:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5056:35: FKT,D1,D2,D9,D10,DID,R211,R21,R22,R6,R7,D11, & 1 Warning: Unused variable ‘did’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4896:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4896:14: DQM,QMIN,PSIS,BCLH, & !--- soil fixed fields 1 Warning: Unused dummy argument ‘dqm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4898:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4898:29: XLVM,CP,rovcp,G0_P,CVW,STBOLT, & !--- constants 1 Warning: Unused dummy argument ‘g0_p’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4892:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4892:18: GLW,GSW,EMISS,RNET, & 1 Warning: Unused dummy argument ‘gsw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5058:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5058:38: TDENOM,C,CC,AA1,RHCS,H1, & 1 Warning: Unused variable ‘h1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4895:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4895:35: TRANF,TRANSUM,DEW,MAVAIL, & 1 Warning: Unused dummy argument ‘mavail’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4893:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4893:23: QKMS,TKMS,PC,RHO,VEGFRAC, & 1 Warning: Unused dummy argument ‘pc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5057:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5057:17: PI,H,FKQ,R210,AA,BB,PP,Q1,QS1,TS1,TQ2,TX2, & 1 Warning: Unused variable ‘pi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4896:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4896:24: DQM,QMIN,PSIS,BCLH, & !--- soil fixed fields 1 Warning: Unused dummy argument ‘psis’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4891:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4891:32: PATM,TABS,QVATM,QCATM, & 1 Warning: Unused dummy argument ‘qcatm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4896:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4896:19: DQM,QMIN,PSIS,BCLH, & !--- soil fixed fields 1 Warning: Unused dummy argument ‘qmin’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4898:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4898:24: XLVM,CP,rovcp,G0_P,CVW,STBOLT, & !--- constants 1 Warning: Unused dummy argument ‘rovcp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5059:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5059:32: tsob, snprim, sh1, sh2, & 1 Warning: Unused variable ‘sh1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5059:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5059:37: tsob, snprim, sh1, sh2, & 1 Warning: Unused variable ‘sh2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5046:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5046:43: REAL :: x,x1,x2,x4,dzstop,can,ft,sph, & 1 Warning: Unused variable ‘sph’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5061:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5061:27: CMC2MS,TNOLD,QGOLD,SNOHGNEW 1 Warning: Unused variable ‘tnold’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5046:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5046:25: REAL :: x,x1,x2,x4,dzstop,can,ft,sph, & 1 Warning: Unused variable ‘x4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4569:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4569:42: TRANSUM,DEW,MAVAIL,soilres,alfa, & 1 Warning: Unused dummy argument ‘alfa’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4570:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4570:24: DQM,QMIN,BCLH, & !---soil fixed fields 1 Warning: Unused dummy argument ‘bclh’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4569:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4569:22: TRANSUM,DEW,MAVAIL,soilres,alfa, & 1 Warning: Unused dummy argument ‘dew’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4701:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4701:35: REAL :: FKT,D1,D2,D9,D10,DID,R211,R21,R22,R6,R7,D11 , & 1 Warning: Unused variable ‘did’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4570:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4570:14: DQM,QMIN,BCLH, & !---soil fixed fields 1 Warning: Unused dummy argument ‘dqm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4699:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4699:39: tn,trans,umveg,denom,fex 1 Warning: Unused variable ‘fex’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4572:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4572:22: XLV,CP,G0_P,CVW,STBOLT, & !--- constants 1 Warning: Unused dummy argument ‘g0_p’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4705:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4705:31: REAL :: C,CC,AA1,RHCS,H1, QGOLD 1 Warning: Unused variable ‘h1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4567:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4567:39: QKMS,TKMS,PC,RHO,VEGFRAC,lai, & 1 Warning: Unused dummy argument ‘lai’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4567:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4567:23: QKMS,TKMS,PC,RHO,VEGFRAC,lai, & 1 Warning: Unused dummy argument ‘pc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4702:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4702:17: PI,H,FKQ,R210,AA,BB,PP,Q1,QS1,TS1,TQ2,TX2 , & 1 Warning: Unused variable ‘pi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4565:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4565:45: PRCPMS,RAINF,PATM,TABS,QVATM,QCATM, & 1 Warning: Unused dummy argument ‘qcatm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4570:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4570:19: DQM,QMIN,BCLH, & !---soil fixed fields 1 Warning: Unused dummy argument ‘qmin’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4698:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4698:43: REAL :: x,x1,x2,x4,dzstop,can,ft,sph , & 1 Warning: Unused variable ‘sph’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4698:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4698:25: REAL :: x,x1,x2,x4,dzstop,can,ft,sph , & 1 Warning: Unused variable ‘x4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3935:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3935:35: FKT,D1,D2,D9,D10,DID,R211,R21,R22,R6,R7,D11, & 1 Warning: Unused variable ‘did’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3816:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3816:38: zsmain,zshalf,DTDZS,DTDZS2,tbq, & 1 Warning: Unused dummy argument ‘dtdzs2’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3926:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3926:26: REAL :: CP,rovcp,G0,LV,xlvm,STBOLT,xlmelt , & 1 Warning: Unused variable ‘g0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3812:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3812:19: GLW,GSW,EMISS,RNET, & 1 Warning: Unused dummy argument ‘gsw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3937:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3937:33: TDENOM,AA1,RHCS,H1,TSOB, SNPRIM, & 1 Warning: Unused variable ‘h1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3941:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3941:55: REAL :: RNET,rsmfrac,soiltfrac,hsn,icemelt,rr 1 Warning: Unused variable ‘hsn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3926:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3926:29: REAL :: CP,rovcp,G0,LV,xlvm,STBOLT,xlmelt , & 1 Warning: Unused variable ‘lv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3923:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3923:26: REAL :: SNTH, NEWSN , & 1 Warning: Unused variable ‘newsn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3811:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3811:34: RHOSN,PATM,QVATM,QCATM, & 1 Warning: Unused dummy argument ‘qcatm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3815:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3815:24: tice,rhosice,capice,thdifice, & 1 Warning: Unused dummy argument ‘rhosice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3809:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3809:42: meltfactor,rhonewsn,SNHEI_CRIT, & ! new 1 Warning: Unused dummy argument ‘snhei_crit’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3815:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3815:16: tice,rhosice,capice,thdifice, & 1 Warning: Unused dummy argument ‘tice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3936:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3936:41: FKQ,R210,AA,BB,QS1,TS1,TQ2,TX2, & 1 Warning: Unused variable ‘tq2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3936:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3936:45: FKQ,R210,AA,BB,QS1,TS1,TQ2,TX2, & 1 Warning: Unused variable ‘tx2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3126:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3126:28: rho,vegfrac,alb,znt,lai, & 1 Warning: Unused dummy argument ‘alb’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3340:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3340:18: can,epot,fac,fltot,ft,fq,hft , & 1 Warning: Unused variable ‘can’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3343:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3343:18: DD1,CMC2MS,DRYCAN,WETCAN , & 1 Warning: Unused variable ‘dd1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3125:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3125:34: QKMS,TKMS,PC,cst,drip,infwater, & 1 Warning: Unused dummy argument ‘drip’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3340:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3340:27: can,epot,fac,fltot,ft,fq,hft , & 1 Warning: Unused variable ‘fac’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3340:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3340:36: can,epot,fac,fltot,ft,fq,hft , & 1 Warning: Unused variable ‘ft’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3339:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3339:26: REAL :: CP,rovcp,G0,LV,xlvm,STBOLT,xlmelt,dzstop , & 1 Warning: Unused variable ‘g0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3124:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3124:44: GLW,GSW,GSWin,EMISS,RNET,IVGTYP, & 1 Warning: Unused dummy argument ‘ivgtyp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3339:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3339:29: REAL :: CP,rovcp,G0,LV,xlvm,STBOLT,xlmelt,dzstop , & 1 Warning: Unused variable ‘lv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3336:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3336:26: SNTH, NEWSN , & 1 Warning: Unused variable ‘newsn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3342:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3342:43: trans,zn,ci,cvw,tln,tavln,pi , & 1 Warning: Unused variable ‘pi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3120:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3120:43: meltfactor,rhonewsn,SNHEI_CRIT, & ! new 1 Warning: Unused dummy argument ‘snhei_crit’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3341:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3341:32: q1,ras,rhoice,sph , & 1 Warning: Unused variable ‘sph’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3342:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3342:20: trans,zn,ci,cvw,tln,tavln,pi , & 1 Warning: Unused variable ‘trans’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3342:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3342:23: trans,zn,ci,cvw,tln,tavln,pi , & 1 Warning: Unused variable ‘zn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3126:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3126:32: rho,vegfrac,alb,znt,lai, & 1 Warning: Unused dummy argument ‘znt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2938:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2938:35: REAL :: FKT,D1,D2,D9,D10,DID,R211,R21,R22,R6,R7,D11 , & 1 Warning: Unused variable ‘did’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2855:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2855:38: zsmain,zshalf,DTDZS,DTDZS2,tbq, & 1 Warning: Unused dummy argument ‘dtdzs2’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2936:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2936:19: epot,fltot,ft,fq,hft,ras,cvw 1 Warning: Unused variable ‘epot’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2936:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2936:31: epot,fltot,ft,fq,hft,ras,cvw 1 Warning: Unused variable ‘fq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2935:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2935:26: REAL :: CP,rovcp,G0,LV,STBOLT,xlmelt,dzstop , & 1 Warning: Unused variable ‘g0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2852:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2852:49: PRCPMS,RAINF,PATM,QVATM,QCATM,GLW,GSW, & 1 Warning: Unused dummy argument ‘gsw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2935:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2935:29: REAL :: CP,rovcp,G0,LV,STBOLT,xlmelt,dzstop , & 1 Warning: Unused variable ‘lv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2851:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2851:60: i,j,iland,isoil,delt,ktau,conflx,nzs,nddzs,nroot, & !--- input variables 1 Warning: Unused dummy argument ‘nroot’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2939:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2939:17: PI,H,FKQ,R210,AA,BB,PP,Q1,QS1,TS1,TQ2,TX2 , & 1 Warning: Unused variable ‘pi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2852:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2852:41: PRCPMS,RAINF,PATM,QVATM,QCATM,GLW,GSW, & 1 Warning: Unused dummy argument ‘qcatm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2854:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2854:24: tice,rhosice,capice,thdifice, & !--- sea ice parameters 1 Warning: Unused dummy argument ‘rhosice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2854:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2854:16: tice,rhosice,capice,thdifice, & !--- sea ice parameters 1 Warning: Unused dummy argument ‘tice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2939:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2939:52: PI,H,FKQ,R210,AA,BB,PP,Q1,QS1,TS1,TQ2,TX2 , & 1 Warning: Unused variable ‘tq2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2939:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2939:56: PI,H,FKQ,R210,AA,BB,PP,Q1,QS1,TS1,TQ2,TX2 , & 1 Warning: Unused variable ‘tx2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2931:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2931:25: REAL :: x,x1,x2,x4,tn,denom 1 Warning: Unused variable ‘x4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2856:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2856:15: xlv,CP,rovcp,cw,stbolt,tabs, & !--- constants 1 Warning: Unused dummy argument ‘xlv’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2855:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2855:25: zsmain,zshalf,DTDZS,DTDZS2,tbq, & 1 Warning: Unused dummy argument ‘zshalf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2376:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2376:18: can,epot,fac,fltot,ft,fq,hft , & 1 Warning: Unused variable ‘can’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2379:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2379:18: DD1,CMC2MS,DRYCAN,WETCAN , & 1 Warning: Unused variable ‘dd1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2376:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2376:23: can,epot,fac,fltot,ft,fq,hft , & 1 Warning: Unused variable ‘epot’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2376:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2376:27: can,epot,fac,fltot,ft,fq,hft , & 1 Warning: Unused variable ‘fac’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2376:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2376:36: can,epot,fac,fltot,ft,fq,hft , & 1 Warning: Unused variable ‘ft’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2375:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2375:26: REAL :: CP,rovcp,G0,LV,STBOLT,xlmelt,dzstop , & 1 Warning: Unused variable ‘g0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2202:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2202:19: GLW,GSW,GSWin,EMISS,RNET, & 1 Warning: Unused dummy argument ‘gsw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2375:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2375:29: REAL :: CP,rovcp,G0,LV,STBOLT,xlmelt,dzstop , & 1 Warning: Unused variable ‘lv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2378:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2378:43: trans,zn,ci,cvw,tln,tavln,pi , & 1 Warning: Unused variable ‘pi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2377:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2377:32: q1,ras,rhoice,sph , & 1 Warning: Unused variable ‘sph’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2378:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2378:20: trans,zn,ci,cvw,tln,tavln,pi , & 1 Warning: Unused variable ‘trans’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2378:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2378:23: trans,zn,ci,cvw,tln,tavln,pi , & 1 Warning: Unused variable ‘zn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:1161:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:1161:41: ILAND,ISOIL,IVGTYP,ISLTYP,PRCPMS, & 1 Warning: Unused dummy argument ‘isltyp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:1357:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:1357:26: RAINF, SNTH, NEWSN, PRCPMS, NEWSNMS , & 1 Warning: Unused variable ‘snth’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:1365:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:1365:47: REAL :: VEGFRAC, snow_mosaic, snfr, vgfr 1 Warning: Unused variable ‘vgfr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:1364:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:1364:45: REAL :: RNET,GSWNEW,GSWIN,EMISSN,ZNTSN,EMISS_snowfree 1 Warning: Unused variable ‘zntsn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:84:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:84:44: its,ite, jts,jte, kts,kte ) 1 Warning: Unused dummy argument ‘kte’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:84:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:84:40: its,ite, jts,jte, kts,kte ) 1 Warning: Unused dummy argument ‘kts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:76:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:76:33: CP,RV,RD,G0,PI,LV,STBOLT, & 1 Warning: Unused dummy argument ‘pi’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:76:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:76:24: CP,RV,RD,G0,PI,LV,STBOLT, & 1 Warning: Unused dummy argument ‘rv’ at (1) [-Wunused-dummy-argument] -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7181:0: +[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7181:0: SUBROUTINE RUCLSM_SOILVEGPARM( debug_print,MMINLURUC, MMINSL) Warning: ‘ruclsm_soilvegparm’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7511:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7511:0: SUBROUTINE SOILIN (ISLTYP, DQM, REF, PSIS, QMIN, BCLH ) Warning: ‘soilin’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/mpp_domains.F90:638:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/mpp_domains.F90:638:38: integer(LONG_KIND), parameter :: ADDR2_BASE=Z'0000000000010000' 1 Warning: Conversion from ‘INTEGER(16)’ to ‘INTEGER(8)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/mpp_domains.F90:663:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/mpp_domains.F90:663:35: integer(LONG_KIND), parameter :: GT_BASE=Z'0000000000000100' ! Workaround for 64bit int init problem 1 Warning: Conversion from ‘INTEGER(16)’ to ‘INTEGER(8)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/mpp_domains.F90:666:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/mpp_domains.F90:666:35: integer(LONG_KIND), parameter :: KE_BASE=Z'0001000000000000' ! Workaround for 64bit int init problem 1 Warning: Conversion from ‘INTEGER(16)’ to ‘INTEGER(8)’ at (1) [-Wconversion] -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:40:9: +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:40:9: & 0.63, 0.0, 0.0, 0.0, 0.0, 0.0, & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:41:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:41:9: & 0.0 , 0.0, 0.0, 0.0, 0.0, 0.0, & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:42:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:42:9: & 0.0 , 0.0, 0.0, 0.0, 0.0, 0.0, & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:43:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:43:9: & 0.0 , 0.0, 0.0, 0.0, 0.0, 0.0/) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:49:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:49:9: & 150.0, 0.0, 0.0, 0.0, 0.0, 0.0, & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:50:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:50:9: & 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:51:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:51:9: & 0.0, 0.0, 0.0, 0.0, 0.0, 0.0/) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:54:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:54:9: & 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:55:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:55:9: & 100.0, 0.0, 0.0, 0.0, 0.0, 0.0, & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:56:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:56:9: & 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:57:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:57:9: & 0.0, 0.0, 0.0, 0.0, 0.0, 0.0/) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:60:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:60:9: & 36.35, 42.00, 42.00, 42.00, 42.00, 36.35, & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:61:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:61:9: & 42.00, 0.00, 0.00, 0.00, 0.00, 0.00, & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:62:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:62:9: & 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:63:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:63:9: & 0.00, 0.00, 0.00, 0.00, 0.00, 0.00/) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:68:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:68:9: & 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:69:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:69:9: & 0.000, 0.000, 0.000, 0.000, 0.000, 0.000/) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:20:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:20:35: subroutine set_soilveg_ruc(me,isot,ivet,nlunit) 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:20:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:20:52: subroutine set_soilveg_ruc(me,isot,ivet,nlunit) 1 Warning: Unused dummy argument ‘nlunit’ at (1) [-Wunused-dummy-argument] -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_do_redistribute.h:47:30: +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90:161:29: + + Interstitial%bdt = dt_atmos/real(abs(p_split)) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90:163:29: + + Interstitial%mdt = Interstitial%bdt/real(k_split) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_do_redistribute.h:47:30: wordlen = size(TRANSFER(buffer(1),mpp_domains_stack)) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_do_redistribute.h:47:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_do_redistribute.h:47:30: wordlen = size(TRANSFER(buffer(1),mpp_domains_stack)) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_do_redistribute.h:47:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_do_redistribute.h:47:30: wordlen = size(TRANSFER(buffer(1),mpp_domains_stack)) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/mpp_domains.F90:642:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/mpp_domains.F90:642:61: integer, dimension(MAX_ADDRS2),save :: a2_salvage=-9999 ! freed indices of addr2 1 Warning: Unused PRIVATE module variable ‘a2_salvage’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/mpp_domains.F90:634:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/mpp_domains.F90:634:59: integer, dimension(MAX_ADDRS),save :: a_salvage=-9999 ! freed idx list of addr 1 Warning: Unused PRIVATE module variable ‘a_salvage’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/mpp_domains.F90:623:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/mpp_domains.F90:623:52: logical :: complete_update = .false. 1 Warning: Unused PRIVATE module variable ‘complete_update’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/mpp_domains.F90:658:79: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/mpp_domains.F90:658:79: integer, dimension(MAX_FIELDS),save :: dc_salvage=-9999 ! freed indices of d_comm 1 Warning: Unused PRIVATE module variable ‘dc_salvage’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/mpp_domains.F90:627:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/mpp_domains.F90:627:60: integer :: group_update_buffer_pos = 0 1 @@ -10628,7672 +10637,7662 @@ Warning: Unused PRIVATE module variable ‘group_update_buffer_pos’ declared a integer MPI_STATUSES_IGNORE(MPI_STATUS_SIZE,1) 1 Warning: Unused PRIVATE module variable ‘mpi_statuses_ignore’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/mpp_domains.F90:622:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/mpp_domains.F90:622:49: logical :: start_update = .true. 1 Warning: Unused PRIVATE module variable ‘start_update’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90:161:29: - - Interstitial%bdt = dt_atmos/real(abs(p_split)) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90:163:29: - - Interstitial%mdt = Interstitial%bdt/real(k_split) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:71: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:71: integer :: l, k, m, n, nd, nwords, lpos, rpos, ioff, joff, from_pe, tile_id 1 Warning: Unused variable ‘from_pe’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:56: integer :: l, k, m, n, nd, nwords, lpos, rpos, ioff, joff, from_pe, tile_id 1 Warning: Unused variable ‘ioff’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:62: integer :: l, k, m, n, nd, nwords, lpos, rpos, ioff, joff, from_pe, tile_id 1 Warning: Unused variable ‘joff’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ug.h:48:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ug.h:48:22: logical :: xonly, yonly, root_only, global_on_this_pe 1 Warning: Unused variable ‘xonly’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ug.h:48:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ug.h:48:29: logical :: xonly, yonly, root_only, global_on_this_pe 1 Warning: Unused variable ‘yonly’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:71: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:71: integer :: l, k, m, n, nd, nwords, lpos, rpos, ioff, joff, from_pe, tile_id 1 Warning: Unused variable ‘from_pe’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:56: integer :: l, k, m, n, nd, nwords, lpos, rpos, ioff, joff, from_pe, tile_id 1 Warning: Unused variable ‘ioff’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:62: integer :: l, k, m, n, nd, nwords, lpos, rpos, ioff, joff, from_pe, tile_id 1 Warning: Unused variable ‘joff’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ug.h:48:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ug.h:48:22: logical :: xonly, yonly, root_only, global_on_this_pe 1 Warning: Unused variable ‘xonly’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ug.h:48:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ug.h:48:29: logical :: xonly, yonly, root_only, global_on_this_pe 1 Warning: Unused variable ‘yonly’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:71: +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:71: integer :: l, k, m, n, nd, nwords, lpos, rpos, ioff, joff, from_pe, tile_id 1 Warning: Unused variable ‘from_pe’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:56: integer :: l, k, m, n, nd, nwords, lpos, rpos, ioff, joff, from_pe, tile_id 1 Warning: Unused variable ‘ioff’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:62: integer :: l, k, m, n, nd, nwords, lpos, rpos, ioff, joff, from_pe, tile_id 1 Warning: Unused variable ‘joff’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ug.h:48:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ug.h:48:22: logical :: xonly, yonly, root_only, global_on_this_pe 1 Warning: Unused variable ‘xonly’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ug.h:48:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ug.h:48:29: logical :: xonly, yonly, root_only, global_on_this_pe 1 Warning: Unused variable ‘yonly’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:71: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:71: integer :: l, k, m, n, nd, nwords, lpos, rpos, ioff, joff, from_pe, tile_id 1 Warning: Unused variable ‘from_pe’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:56: integer :: l, k, m, n, nd, nwords, lpos, rpos, ioff, joff, from_pe, tile_id 1 Warning: Unused variable ‘ioff’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:62: integer :: l, k, m, n, nd, nwords, lpos, rpos, ioff, joff, from_pe, tile_id 1 Warning: Unused variable ‘joff’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ug.h:48:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ug.h:48:22: logical :: xonly, yonly, root_only, global_on_this_pe 1 Warning: Unused variable ‘xonly’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ug.h:48:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ug.h:48:29: logical :: xonly, yonly, root_only, global_on_this_pe 1 Warning: Unused variable ‘yonly’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_unstruct_domain.inc:713:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_unstruct_domain.inc:713:19: integer(INT_KIND) :: i !NULL() 1 Warning: Unused variable ‘update’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_domains_define.inc:668:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:29:80: + + frland, dry, icy, lake, ocean, wet, cice, cimin, zorl, zorlo, zorll, zorl_ocn, & + 1 +Warning: Unused dummy argument ‘cimin’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:29:55: + + frland, dry, icy, lake, ocean, wet, cice, cimin, zorl, zorlo, zorll, zorl_ocn, & + 1 +Warning: Unused dummy argument ‘lake’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:28:98: + + subroutine GFS_surface_composites_pre_run (im, frac_grid, flag_cice, cplflx, landfrac, lakefrac, oceanfrac, & + 1 +Warning: Unused dummy argument ‘lakefrac’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:29:62: + + frland, dry, icy, lake, ocean, wet, cice, cimin, zorl, zorlo, zorll, zorl_ocn, & + 1 +Warning: Unused dummy argument ‘ocean’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:28:109: + + subroutine GFS_surface_composites_pre_run (im, frac_grid, flag_cice, cplflx, landfrac, lakefrac, oceanfrac, & + 1 +Warning: Unused dummy argument ‘oceanfrac’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:32:69: + + weasd_lnd, weasd_ice, ep1d_ice, tsfc, tsfco, tsfcl, tsfc_ocn, tsfc_lnd, & + 1 +Warning: Unused dummy argument ‘tsfc’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:33:61: + + tsfc_ice, tisfc, tice, tsurf, tsurf_ocn, tsurf_lnd, tsurf_ice, gflx_ice, & + 1 +Warning: Unused dummy argument ‘tsurf’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_domains_define.inc:668:66: integer :: msgsize, l, p, is, ie, js, je, from_pe 1 Warning: Unused variable ‘from_pe’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_domains_define.inc:668:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_domains_define.inc:668:49: integer :: msgsize, l, p, is, ie, js, je, from_pe 1 Warning: Unused variable ‘ie’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_domains_define.inc:668:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_domains_define.inc:668:45: integer :: msgsize, l, p, is, ie, js, je, from_pe 1 Warning: Unused variable ‘is’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_domains_define.inc:668:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_domains_define.inc:668:57: integer :: msgsize, l, p, is, ie, js, je, from_pe 1 Warning: Unused variable ‘je’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_domains_define.inc:668:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_domains_define.inc:668:53: integer :: msgsize, l, p, is, ie, js, je, from_pe 1 Warning: Unused variable ‘js’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_domains_define.inc:668:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_domains_define.inc:668:38: integer :: msgsize, l, p, is, ie, js, je, from_pe 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_domains_define.inc:668:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_domains_define.inc:668:35: integer :: msgsize, l, p, is, ie, js, je, from_pe 1 Warning: Unused variable ‘msgsize’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_domains_define.inc:668:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_domains_define.inc:668:41: integer :: msgsize, l, p, is, ie, js, je, from_pe 1 Warning: Unused variable ‘p’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_domains_define.inc:667:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_domains_define.inc:667:36: character(len=1) :: position 1 Warning: Unused variable ‘position’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_domains_define.inc:665:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_domains_define.inc:665:40: type(overlapSpec), pointer :: update=>NULL() 1 Warning: Unused variable ‘update’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90:17:82: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:287:16: - subroutine GFS_SCNV_generic_pre_run (im, levs, ldiag3d, gt0, gq0_water_vapor, & - 1 -Warning: Unused dummy argument ‘gq0_water_vapor’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90:18:23: + im, cplflx, frac_grid, flag_cice, islmsk, dry, wet, icy, landfrac, lakefrac, oceanfrac, & + 1 +Warning: Unused dummy argument ‘cplflx’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:287:61: - save_t, save_qv, errmsg, errflg) - 1 -Warning: Unused dummy argument ‘save_qv’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_domains_define.inc:320:48: + im, cplflx, frac_grid, flag_cice, islmsk, dry, wet, icy, landfrac, lakefrac, oceanfrac, & + 1 +Warning: Unused dummy argument ‘icy’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:287:81: - integer :: ndiv, n, isg, ieg, i - 1 -Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90:73:22: + im, cplflx, frac_grid, flag_cice, islmsk, dry, wet, icy, landfrac, lakefrac, oceanfrac, & + 1 +Warning: Unused dummy argument ‘lakefrac’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:287:92: - rainc, cnvprcp, cnvprcpb, cnvw_phy_f3d, cnvc_phy_f3d, & - 1 -Warning: Unused dummy argument ‘cnvprcp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90:73:32: + im, cplflx, frac_grid, flag_cice, islmsk, dry, wet, icy, landfrac, lakefrac, oceanfrac, & + 1 +Warning: Unused dummy argument ‘oceanfrac’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:293:111: - rainc, cnvprcp, cnvprcpb, cnvw_phy_f3d, cnvc_phy_f3d, & - 1 -Warning: Unused dummy argument ‘cnvprcpb’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90:71:73: + ep1d_lnd, ep1d_ice, weasd, weasd_ocn, weasd_lnd, weasd_ice, snowd, snowd_ocn, snowd_lnd, snowd_ice, tprcp, tprcp_ocn, & + 1 +Warning: Unused dummy argument ‘tprcp’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:294:26: - frain, gt0, gq0_water_vapor, save_t, save_qv, dqdti, dt3dt, dq3dt, clw, & - 1 -Warning: Unused dummy argument ‘dq3dt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_domains_define.inc:166:25: + tprcp_lnd, tprcp_ice, evap, evap_ocn, evap_lnd, evap_ice, hflx, hflx_ocn, hflx_lnd, hflx_ice, qss, qss_ocn, qss_lnd, & + 1 +Warning: Unused dummy argument ‘tprcp_ice’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:294:15: + + tprcp_lnd, tprcp_ice, evap, evap_ocn, evap_lnd, evap_ice, hflx, hflx_ocn, hflx_lnd, hflx_ice, qss, qss_ocn, qss_lnd, & + 1 +Warning: Unused dummy argument ‘tprcp_lnd’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:293:122: + + ep1d_lnd, ep1d_ice, weasd, weasd_ocn, weasd_lnd, weasd_ice, snowd, snowd_ocn, snowd_lnd, snowd_ice, tprcp, tprcp_ocn, & + 1 +Warning: Unused dummy argument ‘tprcp_ocn’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:291:91: + + uustar_ice, fm10, fm10_ocn, fm10_lnd, fm10_ice, fh2, fh2_ocn, fh2_lnd, fh2_ice, tsurf, tsurf_ocn, tsurf_lnd, tsurf_ice, & + 1 +Warning: Unused dummy argument ‘tsurf’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:291:124: + + uustar_ice, fm10, fm10_ocn, fm10_lnd, fm10_ice, fh2, fh2_ocn, fh2_lnd, fh2_ice, tsurf, tsurf_ocn, tsurf_lnd, tsurf_ice, & + 1 +Warning: Unused dummy argument ‘tsurf_ice’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:291:113: + + uustar_ice, fm10, fm10_ocn, fm10_lnd, fm10_ice, fh2, fh2_ocn, fh2_lnd, fh2_ice, tsurf, tsurf_ocn, tsurf_lnd, tsurf_ice, & + 1 +Warning: Unused dummy argument ‘tsurf_lnd’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:291:102: + + uustar_ice, fm10, fm10_ocn, fm10_lnd, fm10_ice, fh2, fh2_ocn, fh2_lnd, fh2_ice, tsurf, tsurf_ocn, tsurf_lnd, tsurf_ice, & + 1 +Warning: Unused dummy argument ‘tsurf_ocn’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_domains_define.inc:320:48: + + integer :: ndiv, n, isg, ieg, i + 1 +Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_domains_define.inc:166:25: integer :: ndiv, imax, ndmax 1 Warning: Unused variable ‘imax’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_domains_define.inc:167:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_domains_define.inc:167:24: integer :: is, ie, n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_domains_define.inc:166:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_domains_define.inc:166:32: integer :: ndiv, imax, ndmax 1 Warning: Unused variable ‘ndmax’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_domains_util.inc:1673:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_domains_util.inc:1673:47: integer :: buffer_pos_recv(3*MAXOVERLAP), buffer_pos_send(3*MAXOVERLAP) 1 Warning: Unused variable ‘buffer_pos_recv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_domains_util.inc:1673:78: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_domains_util.inc:1673:78: integer :: buffer_pos_recv(3*MAXOVERLAP), buffer_pos_send(3*MAXOVERLAP) 1 Warning: Unused variable ‘buffer_pos_send’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_domains_util.inc:1674:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_domains_util.inc:1674:41: integer :: recv_size(3*MAXOVERLAP), send_size(3*MAXOVERLAP) 1 Warning: Unused variable ‘recv_size’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_domains_util.inc:1672:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_domains_util.inc:1672:64: integer :: pelist(3*MAXOVERLAP), to_pe_list(3*MAXOVERLAP) 1 Warning: Unused variable ‘to_pe_list’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:719:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:719:39: integer :: whalo, ehalo, shalo, nhalo 1 Warning: Unused variable ‘ehalo’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:721:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:721:45: integer :: isg_fine, ieg_fine, jsg_fine, jeg_fine 1 Warning: Unused variable ‘ieg_fine’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:715:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:715:35: logical :: is_first 1 Warning: Unused variable ‘is_first’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:721:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:721:35: integer :: isg_fine, ieg_fine, jsg_fine, jeg_fine 1 Warning: Unused variable ‘isg_fine’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:721:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:721:65: integer :: isg_fine, ieg_fine, jsg_fine, jeg_fine 1 Warning: Unused variable ‘jeg_fine’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:721:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:721:55: integer :: isg_fine, ieg_fine, jsg_fine, jeg_fine 1 Warning: Unused variable ‘jsg_fine’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:719:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:719:53: integer :: whalo, ehalo, shalo, nhalo 1 Warning: Unused variable ‘nhalo’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:719:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:719:46: integer :: whalo, ehalo, shalo, nhalo 1 Warning: Unused variable ‘shalo’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:719:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:719:32: integer :: whalo, ehalo, shalo, nhalo 1 Warning: Unused variable ‘whalo’ declared at (1) [-Wunused-variable] -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:29:80: - - frland, dry, icy, lake, ocean, wet, cice, cimin, zorl, zorlo, zorll, zorl_ocn, & - 1 -Warning: Unused dummy argument ‘cimin’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:29:55: - - frland, dry, icy, lake, ocean, wet, cice, cimin, zorl, zorlo, zorll, zorl_ocn, & - 1 -Warning: Unused dummy argument ‘lake’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:28:98: - - subroutine GFS_surface_composites_pre_run (im, frac_grid, flag_cice, cplflx, landfrac, lakefrac, oceanfrac, & - 1 -Warning: Unused dummy argument ‘lakefrac’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:29:62: - - frland, dry, icy, lake, ocean, wet, cice, cimin, zorl, zorlo, zorll, zorl_ocn, & - 1 -Warning: Unused dummy argument ‘ocean’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:28:109: - - subroutine GFS_surface_composites_pre_run (im, frac_grid, flag_cice, cplflx, landfrac, lakefrac, oceanfrac, & - 1 -Warning: Unused dummy argument ‘oceanfrac’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:32:69: - - weasd_lnd, weasd_ice, ep1d_ice, tsfc, tsfco, tsfcl, tsfc_ocn, tsfc_lnd, & - 1 -Warning: Unused dummy argument ‘tsfc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:33:61: - - tsfc_ice, tisfc, tice, tsurf, tsurf_ocn, tsurf_lnd, tsurf_ice, gflx_ice, & - 1 -Warning: Unused dummy argument ‘tsurf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:287:16: - - im, cplflx, frac_grid, flag_cice, islmsk, dry, wet, icy, landfrac, lakefrac, oceanfrac, & - 1 -Warning: Unused dummy argument ‘cplflx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:287:61: - - im, cplflx, frac_grid, flag_cice, islmsk, dry, wet, icy, landfrac, lakefrac, oceanfrac, & - 1 -Warning: Unused dummy argument ‘icy’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:287:81: - - im, cplflx, frac_grid, flag_cice, islmsk, dry, wet, icy, landfrac, lakefrac, oceanfrac, & - 1 -Warning: Unused dummy argument ‘lakefrac’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:287:92: - - im, cplflx, frac_grid, flag_cice, islmsk, dry, wet, icy, landfrac, lakefrac, oceanfrac, & - 1 -Warning: Unused dummy argument ‘oceanfrac’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:293:111: - - ep1d_lnd, ep1d_ice, weasd, weasd_ocn, weasd_lnd, weasd_ice, snowd, snowd_ocn, snowd_lnd, snowd_ice, tprcp, tprcp_ocn, & - 1 -Warning: Unused dummy argument ‘tprcp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:294:26: - - tprcp_lnd, tprcp_ice, evap, evap_ocn, evap_lnd, evap_ice, hflx, hflx_ocn, hflx_lnd, hflx_ice, qss, qss_ocn, qss_lnd, & - 1 -Warning: Unused dummy argument ‘tprcp_ice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:294:15: - - tprcp_lnd, tprcp_ice, evap, evap_ocn, evap_lnd, evap_ice, hflx, hflx_ocn, hflx_lnd, hflx_ice, qss, qss_ocn, qss_lnd, & - 1 -Warning: Unused dummy argument ‘tprcp_lnd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:293:122: - - ep1d_lnd, ep1d_ice, weasd, weasd_ocn, weasd_lnd, weasd_ice, snowd, snowd_ocn, snowd_lnd, snowd_ice, tprcp, tprcp_ocn, & - 1 -Warning: Unused dummy argument ‘tprcp_ocn’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:291:91: - - uustar_ice, fm10, fm10_ocn, fm10_lnd, fm10_ice, fh2, fh2_ocn, fh2_lnd, fh2_ice, tsurf, tsurf_ocn, tsurf_lnd, tsurf_ice, & - 1 -Warning: Unused dummy argument ‘tsurf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:291:124: - - uustar_ice, fm10, fm10_ocn, fm10_lnd, fm10_ice, fh2, fh2_ocn, fh2_lnd, fh2_ice, tsurf, tsurf_ocn, tsurf_lnd, tsurf_ice, & - 1 -Warning: Unused dummy argument ‘tsurf_ice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:291:113: - - uustar_ice, fm10, fm10_ocn, fm10_lnd, fm10_ice, fh2, fh2_ocn, fh2_lnd, fh2_ice, tsurf, tsurf_ocn, tsurf_lnd, tsurf_ice, & - 1 -Warning: Unused dummy argument ‘tsurf_lnd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:291:102: - - uustar_ice, fm10, fm10_ocn, fm10_lnd, fm10_ice, fh2, fh2_ocn, fh2_lnd, fh2_ice, tsurf, tsurf_ocn, tsurf_lnd, tsurf_ice, & - 1 -Warning: Unused dummy argument ‘tsurf_ocn’ at (1) [-Wunused-dummy-argument] [ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90:84:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90:84:49: flag_guess, flag_iter, dry, wet, icy, nstf_name1, errmsg, errflg) 1 Warning: Unused dummy argument ‘icy’ at (1) [-Wunused-dummy-argument] [ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/h2ophys.f:30:54: +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/h2ophys.f:30:54: & h2opltc, h2o_coeff, ldiag3d, me, & 1 Warning: Unused dummy argument ‘ldiag3d’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/h2ophys.f:30:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/h2ophys.f:30:58: & h2opltc, h2o_coeff, ldiag3d, me, & 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90:135:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90:135:24: logical :: counter 1 Warning: Unused variable ‘counter’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90:134:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90:134:26: REAL :: dbz1(2),dbzk,dbzk1 1 Warning: Unused variable ‘dbzk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90:134:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90:134:32: REAL :: dbz1(2),dbzk,dbzk1 1 Warning: Unused variable ‘dbzk1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90:129:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90:129:41: integer :: i,k,ll,ipt,kpt 1 Warning: Unused variable ‘ipt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90:129:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90:129:45: integer :: i,k,ll,ipt,kpt 1 Warning: Unused variable ‘kpt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90:132:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90:132:36: real, dimension(im) :: zintsfc 1 Warning: Unused variable ‘zintsfc’ declared at (1) [-Wunused-variable] -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozphys_2015.f:58:67: +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozphys_2015.f:58:67: & prsl, prdout, pl_coeff, delp, ldiag3d, & 1 Warning: Unused dummy argument ‘ldiag3d’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozphys_2015.f:60:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozphys_2015.f:60:32: & me, errmsg, errflg) 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozphys_2015.f:59:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozphys_2015.f:59:34: & ozp1,ozp2,ozp3,ozp4,con_g, & 1 Warning: Unused dummy argument ‘ozp1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozphys_2015.f:59:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozphys_2015.f:59:39: & ozp1,ozp2,ozp3,ozp4,con_g, & 1 Warning: Unused dummy argument ‘ozp2’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozphys_2015.f:59:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozphys_2015.f:59:44: & ozp1,ozp2,ozp3,ozp4,con_g, & 1 Warning: Unused dummy argument ‘ozp3’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozphys_2015.f:59:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozphys_2015.f:59:49: & ozp1,ozp2,ozp3,ozp4,con_g, & 1 Warning: Unused dummy argument ‘ozp4’ at (1) [-Wunused-dummy-argument] -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f:28:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f:28:25: & LEVR,pgr,PRSL,PRSLRD0,ral_ts,errmsg,errflg) 1 Warning: Unused dummy argument ‘pgr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f:82:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f:82:34: real(kind=kind_phys) tx1(im) 1 Warning: Unused variable ‘tx1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f:80:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f:80:67: real(kind=kind_phys) DTAUX, DTAUY, wrk1, rtrd1, rfactrd, wrk2 1 Warning: Unused variable ‘wrk2’ declared at (1) [-Wunused-variable] -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90:18:72: +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90:18:72: subroutine sfc_diag_post_run (im, lsm, lsm_noahmp, dry, lssav, dtf, con_eps, con_epsm1, pgr,& 1 Warning: Unused dummy argument ‘dtf’ at (1) [-Wunused-dummy-argument] -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_diff.f:63:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_diff.f:63:44: subroutine sfc_diff_run (im,rvrdm1,eps,epsm1,grav, & !intent(in) 1 Warning: Unused dummy argument ‘eps’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_diff.f:63:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_diff.f:63:50: subroutine sfc_diff_run (im,rvrdm1,eps,epsm1,grav, & !intent(in) 1 Warning: Unused dummy argument ‘epsm1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_diff.f:65:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_diff.f:65:45: & prsl1,prslki,prsik1,prslk1, & !intent(in) 1 Warning: Unused dummy argument ‘prsik1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_diff.f:65:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_diff.f:65:31: & prsl1,prslki,prsik1,prslk1, & !intent(in) 1 Warning: Unused dummy argument ‘prsl1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_diff.f:65:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_diff.f:65:52: & prsl1,prslki,prsik1,prslk1, & !intent(in) 1 Warning: Unused dummy argument ‘prslk1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_diff.f:64:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_diff.f:64:28: & ps,t1,q1,z1,wind, & !intent(in) 1 Warning: Unused dummy argument ‘ps’ at (1) [-Wunused-dummy-argument] -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/funcphys.f90:3075:7: +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/funcphys.f90:3075:7: jx=min(xj,nxtlcl-1._krealfp) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/funcphys.f90:3076:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/funcphys.f90:3076:7: jy=min(yj,nytlcl-1._krealfp) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/funcphys.f90:2871:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/funcphys.f90:2871:7: jx=min(xj,nxrkap-1._krealfp) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/funcphys.f90:2614:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/funcphys.f90:2614:7: jx=min(xj,nxpkap-1._krealfp) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/funcphys.f90:2267:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/funcphys.f90:2267:7: jx=min(xj,nxma-1._krealfp) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/funcphys.f90:2268:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/funcphys.f90:2268:7: jy=min(yj,nyma-1._krealfp) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/funcphys.f90:1984:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/funcphys.f90:1984:9: jx=min(xj,nxthe-1._krealfp) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/funcphys.f90:1985:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/funcphys.f90:1985:9: jy=min(yj,nythe-1._krealfp) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/funcphys.f90:1649:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/funcphys.f90:1649:7: jx=min(xj,nxtdp-1._krealfp) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/funcphys.f90:1359:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/funcphys.f90:1359:7: jx=min(xj,nxtdpi-1._krealfp) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/funcphys.f90:1072:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/funcphys.f90:1072:7: jx=min(xj,nxtdpl-1._krealfp) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/funcphys.f90:831:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/funcphys.f90:831:7: jx=min(xj,nxpvs-1._krealfp) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/funcphys.f90:618:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/funcphys.f90:618:7: jx=min(xj,nxpvsi-1._krealfp) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/funcphys.f90:405:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/funcphys.f90:405:7: jx=min(xj,nxpvsl-1._krealfp) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/funcphys.f90:3269:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/funcphys.f90:3269:61: real(krealfp) tr,pvdew,tlcl,ta,pvlcl,el,dpvlcl,terr,terrp 1 Warning: Unused variable ‘terrp’ declared at (1) [-Wunused-variable] -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/funcphys.f90:2130:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/funcphys.f90:2130:43: real(krealfp) p,tr,pv,pd,el,expo,expmax 1 Warning: Unused variable ‘expmax’ declared at (1) [-Wunused-variable] -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:1518:6: +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:1518:6: & qWT1D,qSHEAR1D,qBUOY1D,qDISS1D, & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:6079:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:233:59: + + subroutine init_oro_gws(nwaves, nazdir, nstoch, effac, & + 1 +Warning: Unused dummy argument ‘effac’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:234:39: + + lonr, kxw, cdmbgwd ) + 1 +Warning: Unused dummy argument ‘kxw’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:305:39: + + lonr, kxw, cgwf) + 1 +Warning: Unused dummy argument ‘kxw’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:375:70: + + subroutine init_fjet_gws(nwaves, nazdir, nstoch, effac, lonr, kxw) + 1 +Warning: Unused dummy argument ‘kxw’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:375:65: + + subroutine init_fjet_gws(nwaves, nazdir, nstoch, effac, lonr, kxw) + 1 +Warning: Unused dummy argument ‘lonr’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:429:69: + + subroutine init_okw_gws(nwaves, nazdir, nstoch, effac, lonr, kxw) + 1 +Warning: Unused dummy argument ‘kxw’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:429:64: + + subroutine init_okw_gws(nwaves, nazdir, nstoch, effac, lonr, kxw) + 1 +Warning: Unused dummy argument ‘lonr’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:481:85: + + subroutine initsolv_lsatdis(me, master, nwaves, nazdir, nstoch, effac, do_physb, kxw) + 1 +Warning: Unused dummy argument ‘do_physb’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:495:36: + + integer :: inc, jk, jl, iazi, i, j, k + 1 +Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:495:33: + + integer :: inc, jk, jl, iazi, i, j, k + 1 +Warning: Unused variable ‘iazi’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:495:19: + + integer :: inc, jk, jl, iazi, i, j, k + 1 +Warning: Unused variable ‘inc’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:495:39: + + integer :: inc, jk, jl, iazi, i, j, k + 1 +Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:495:23: + + integer :: inc, jk, jl, iazi, i, j, k + 1 +Warning: Unused variable ‘jk’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:495:27: + + integer :: inc, jk, jl, iazi, i, j, k + 1 +Warning: Unused variable ‘jl’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:495:42: + + integer :: inc, jk, jl, iazi, i, j, k + 1 +Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:481:90: + + subroutine initsolv_lsatdis(me, master, nwaves, nazdir, nstoch, effac, do_physb, kxw) + 1 +Warning: Unused dummy argument ‘kxw’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:481:43: + + subroutine initsolv_lsatdis(me, master, nwaves, nazdir, nstoch, effac, do_physb, kxw) + 1 +Warning: Unused dummy argument ‘master’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:481:35: + + subroutine initsolv_lsatdis(me, master, nwaves, nazdir, nstoch, effac, do_physb, kxw) + 1 +Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:566:84: + + subroutine initsolv_wmsdis(me, master, nwaves, nazdir, nstoch, effac, do_physb, kxw) + 1 +Warning: Unused dummy argument ‘do_physb’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:583:24: + + integer :: inc, jk, jl, iazi + 1 +Warning: Unused variable ‘jk’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:583:28: + + integer :: inc, jk, jl, iazi + 1 +Warning: Unused variable ‘jl’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:566:89: + + subroutine initsolv_wmsdis(me, master, nwaves, nazdir, nstoch, effac, do_physb, kxw) + 1 +Warning: Unused dummy argument ‘kxw’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:64:48: + + subroutine init_global_gwdis(levs, zkm, pmb, kvg, ktg, krad, kion) + 1 +Warning: Unused dummy argument ‘pmb’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:6079:21: real :: diff,exn,t,th,qs,qcold 1 Warning: Unused variable ‘th’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5306:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5306:60: REAL :: sigq,xl,tlk,qsat_tl,rsl,cpm,a,qmq,mf_cf,Q1,diffqt,& 1 Warning: Unused variable ‘diffqt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5171:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5171:29: & kts,kte,dt,zw,dz,p, & 1 Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5258:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5258:46: REAL,DIMENSION(KTS:KTE,1:NUP) :: ENT,ENTf 1 Warning: Unused variable ‘entf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5259:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5259:45: INTEGER,DIMENSION(KTS:KTE,1:NUP) :: ENTi 1 Warning: Unused variable ‘enti’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5265:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5265:31: Wn2,Wn,EntEXP,EntW,BCOEFF,THVkm1,THVk,Pk 1 Warning: Unused variable ‘entw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5300:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5300:14: REAL :: ERF 1 Warning: Unused variable ‘erf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5197:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5197:23: & F_QC,F_QI, & 1 Warning: Unused dummy argument ‘f_qc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5197:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5197:28: & F_QC,F_QI, & 1 Warning: Unused dummy argument ‘f_qi’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5198:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5198:22: F_QNC,F_QNI, & 1 Warning: Unused dummy argument ‘f_qnc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5198:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5198:28: F_QNC,F_QNI, & 1 Warning: Unused dummy argument ‘f_qni’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5199:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5199:34: & F_QNWFA,F_QNIFA, & 1 Warning: Unused dummy argument ‘f_qnifa’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5199:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5199:26: & F_QNWFA,F_QNIFA, & 1 Warning: Unused dummy argument ‘f_qnwfa’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5179:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5179:40: & ust,flt,flq,flqv,flqc, & 1 Warning: Unused dummy argument ‘flqc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5179:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5179:35: & ust,flt,flq,flqv,flqc, & 1 Warning: Unused dummy argument ‘flqv’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5180:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5180:28: & pblh,kpbl,DX,landsea,ts, & 1 Warning: Unused dummy argument ‘kpbl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5245:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5245:45: s_awqke, s_aw2 1 Warning: Unused variable ‘s_aw2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5204:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5204:25: &spp_pbl,rstoch_col) 1 Warning: Unused dummy argument ‘spp_pbl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5179:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5179:22: & ust,flt,flq,flqv,flqc, & 1 Warning: Unused dummy argument ‘ust’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5265:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5265:16: Wn2,Wn,EntEXP,EntW,BCOEFF,THVkm1,THVk,Pk 1 Warning: Unused variable ‘wn2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5287:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5287:47: REAL :: cn,c,l,n,an2,hux,maxwidth,wspd_pbl,cloud_base,width_flx 1 Warning: Unused variable ‘wspd_pbl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5042:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5042:16: INTEGER :: I,J,K,kthv,ktke,kzi,kzi2 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5042:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5042:18: INTEGER :: I,J,K,kthv,ktke,kzi,kzi2 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4933:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4933:32: &,RESTART,ALLOWED_TO_READ,LEVEL & 1 Warning: Unused dummy argument ‘allowed_to_read’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4934:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4934:12: &,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘ids’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4934:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4934:20: &,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘jds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4934:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4934:28: &,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘kds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4931:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4931:12: &,QKE,TKE_PBL,EXCH_H & 1 Warning: Unused dummy argument ‘qke’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3854:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3854:14: &ust,ch,hfx,qfx,rmol,wspd, & 1 Warning: Unused dummy argument ‘ch’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4015:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4015:52: REAL, DIMENSION(KTS:KTE) :: dth1mf,dqv1mf,dqc1mf,du1mf,dv1mf 1 Warning: Unused variable ‘dqc1mf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3983:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3983:64: REAL, DIMENSION(KTS:KTE) :: qWT1,qSHEAR1,qBUOY1,qDISS1,dqke1,diss_heat 1 Warning: Unused variable ‘dqke1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4015:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4015:45: REAL, DIMENSION(KTS:KTE) :: dth1mf,dqv1mf,dqc1mf,du1mf,dv1mf 1 Warning: Unused variable ‘dqv1mf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4015:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4015:38: REAL, DIMENSION(KTS:KTE) :: dth1mf,dqv1mf,dqc1mf,du1mf,dv1mf 1 Warning: Unused variable ‘dth1mf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4015:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4015:58: REAL, DIMENSION(KTS:KTE) :: dth1mf,dqv1mf,dqc1mf,du1mf,dv1mf 1 Warning: Unused variable ‘du1mf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4015:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4015:64: REAL, DIMENSION(KTS:KTE) :: dth1mf,dqv1mf,dqc1mf,du1mf,dv1mf 1 Warning: Unused variable ‘dv1mf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3888:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3888:16: &,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘ide’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3888:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3888:12: &,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘ids’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3888:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3888:24: &,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘jde’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3888:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3888:20: &,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘jds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3888:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3888:32: &,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘kde’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3888:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3888:28: &,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘kds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3853:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3853:21: &xland,ts,qsfc,qcg,ps, & 1 Warning: Unused dummy argument ‘qsfc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4006:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4006:43: REAL, DIMENSION(KTS:KTE) :: thl,thvl,tl,sqv,sqc,sqi,sqw,& 1 Warning: Unused variable ‘tl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4035:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4035:53: REAL :: bfxpbl,dthvx,tmp1,temps,templ,zl1,wstar3_2 1 Warning: Unused variable ‘wstar3_2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3849:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3849:22: &delt,dz,dx,znt, & 1 Warning: Unused dummy argument ‘znt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:233:59: - - subroutine init_oro_gws(nwaves, nazdir, nstoch, effac, & - 1 -Warning: Unused dummy argument ‘effac’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:234:39: - - lonr, kxw, cdmbgwd ) - 1 -Warning: Unused dummy argument ‘kxw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:305:39: - - lonr, kxw, cgwf) - 1 -Warning: Unused dummy argument ‘kxw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:375:70: - - subroutine init_fjet_gws(nwaves, nazdir, nstoch, effac, lonr, kxw) - 1 -Warning: Unused dummy argument ‘kxw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:375:65: - - subroutine init_fjet_gws(nwaves, nazdir, nstoch, effac, lonr, kxw) - 1 -Warning: Unused dummy argument ‘lonr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:429:69: - - subroutine init_okw_gws(nwaves, nazdir, nstoch, effac, lonr, kxw) - 1 -Warning: Unused dummy argument ‘kxw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:429:64: - - subroutine init_okw_gws(nwaves, nazdir, nstoch, effac, lonr, kxw) - 1 -Warning: Unused dummy argument ‘lonr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:481:85: - - subroutine initsolv_lsatdis(me, master, nwaves, nazdir, nstoch, effac, do_physb, kxw) - 1 -Warning: Unused dummy argument ‘do_physb’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:495:36: - - integer :: inc, jk, jl, iazi, i, j, k - 1 -Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:495:33: - - integer :: inc, jk, jl, iazi, i, j, k - 1 -Warning: Unused variable ‘iazi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:495:19: - - integer :: inc, jk, jl, iazi, i, j, k - 1 -Warning: Unused variable ‘inc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:495:39: - - integer :: inc, jk, jl, iazi, i, j, k - 1 -Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:495:23: - - integer :: inc, jk, jl, iazi, i, j, k - 1 -Warning: Unused variable ‘jk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:495:27: - - integer :: inc, jk, jl, iazi, i, j, k - 1 -Warning: Unused variable ‘jl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:495:42: - - integer :: inc, jk, jl, iazi, i, j, k - 1 -Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:481:90: - - subroutine initsolv_lsatdis(me, master, nwaves, nazdir, nstoch, effac, do_physb, kxw) - 1 -Warning: Unused dummy argument ‘kxw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:481:43: - - subroutine initsolv_lsatdis(me, master, nwaves, nazdir, nstoch, effac, do_physb, kxw) - 1 -Warning: Unused dummy argument ‘master’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:481:35: - - subroutine initsolv_lsatdis(me, master, nwaves, nazdir, nstoch, effac, do_physb, kxw) - 1 -Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:566:84: - - subroutine initsolv_wmsdis(me, master, nwaves, nazdir, nstoch, effac, do_physb, kxw) - 1 -Warning: Unused dummy argument ‘do_physb’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:583:24: - - integer :: inc, jk, jl, iazi - 1 -Warning: Unused variable ‘jk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:583:28: - - integer :: inc, jk, jl, iazi - 1 -Warning: Unused variable ‘jl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:566:89: - - subroutine initsolv_wmsdis(me, master, nwaves, nazdir, nstoch, effac, do_physb, kxw) - 1 -Warning: Unused dummy argument ‘kxw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:64:48: - - subroutine init_global_gwdis(levs, zkm, pmb, kvg, ktg, krad, kion) - 1 -Warning: Unused dummy argument ‘pmb’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2839:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2839:20: &bl_mynn_edmf, & 1 Warning: Unused dummy argument ‘bl_mynn_edmf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2835:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2835:19: &cldfra_bl1d, & 1 Warning: Unused dummy argument ‘cldfra_bl1d’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2823:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2823:19: &tsq,qsq,cov, & 1 Warning: Unused dummy argument ‘cov’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2883:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2883:46: REAL, DIMENSION(kts:kte) :: dtz,vt,vq,dfhc,dfmc !Kh for clouds (Pr < 2) 1 Warning: Unused variable ‘dfhc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2883:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2883:51: REAL, DIMENSION(kts:kte) :: dtz,vt,vq,dfhc,dfmc !Kh for clouds (Pr < 2) 1 Warning: Unused variable ‘dfmc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2825:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2825:19: &dfm,dfh,dfq, & 1 Warning: Unused dummy argument ‘dfq’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:22: REAL :: rhs,gfluxm,gfluxp,dztop,maxdfh,mindfh,maxcf,maxKh,zw 1 Warning: Unused variable ‘gfluxm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:29: REAL :: rhs,gfluxm,gfluxp,dztop,maxdfh,mindfh,maxcf,maxKh,zw 1 Warning: Unused variable ‘gfluxp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2815:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2815:29: &levflag,grav_settling, & 1 Warning: Unused dummy argument ‘grav_settling’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2891:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2891:26: REAL :: grav_settling2,vdfg1 !Katata-fogdes 1 Warning: Unused variable ‘grav_settling2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2893:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2893:19: INTEGER :: k,kk 1 Warning: Unused variable ‘kk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2836:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2836:33: &ztop_shallow,ktop_shallow, & 1 Warning: Unused dummy argument ‘ktop_shallow’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2815:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2815:15: &levflag,grav_settling, & 1 Warning: Unused dummy argument ‘levflag’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:55: REAL :: rhs,gfluxm,gfluxp,dztop,maxdfh,mindfh,maxcf,maxKh,zw 1 Warning: Unused variable ‘maxcf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:42: REAL :: rhs,gfluxm,gfluxp,dztop,maxdfh,mindfh,maxcf,maxKh,zw 1 Warning: Unused variable ‘maxdfh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:61: REAL :: rhs,gfluxm,gfluxp,dztop,maxdfh,mindfh,maxcf,maxKh,zw 1 Warning: Unused variable ‘maxkh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:49: REAL :: rhs,gfluxm,gfluxp,dztop,maxdfh,mindfh,maxcf,maxKh,zw 1 Warning: Unused variable ‘mindfh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2886:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2886:44: REAL, DIMENSION(kts:kte) :: zfac,plumeKh 1 Warning: Unused variable ‘plumekh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2821:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2821:38: &ust,flt,flq,flqv,flqc,wspd,qcg, & 1 Warning: Unused dummy argument ‘qcg’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2823:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2823:15: &tsq,qsq,cov, & 1 Warning: Unused dummy argument ‘qsq’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:15: REAL :: rhs,gfluxm,gfluxp,dztop,maxdfh,mindfh,maxcf,maxKh,zw 1 Warning: Unused variable ‘rhs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2817:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2817:17: &u,v,th,tk,qv,qc,qi,qnc,qni, & 1 Warning: Unused dummy argument ‘tk’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2823:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2823:11: &tsq,qsq,cov, & 1 Warning: Unused dummy argument ‘tsq’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2828:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2828:13: &vdfg1,diss_heat, & 1 Warning: Unused dummy argument ‘vdfg1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2883:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2883:41: REAL, DIMENSION(kts:kte) :: dtz,vt,vq,dfhc,dfmc !Kh for clouds (Pr < 2) 1 Warning: Unused variable ‘vq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2883:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2883:38: REAL, DIMENSION(kts:kte) :: dtz,vt,vq,dfhc,dfmc !Kh for clouds (Pr < 2) 1 Warning: Unused variable ‘vt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2886:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2886:36: REAL, DIMENSION(kts:kte) :: zfac,plumeKh 1 Warning: Unused variable ‘zfac’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2836:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2836:20: &ztop_shallow,ktop_shallow, & 1 Warning: Unused dummy argument ‘ztop_shallow’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:64: REAL :: rhs,gfluxm,gfluxp,dztop,maxdfh,mindfh,maxcf,maxKh,zw 1 Warning: Unused variable ‘zw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2394:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2394:47: REAL :: qsl,esat,qsat,tlk,qsat_tl,dqsl,cld0,q1k,eq1,qll,& 1 Warning: Unused variable ‘cld0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2397:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2397:16: INTEGER :: i,j,k 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2397:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2397:18: INTEGER :: i,j,k 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2409:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2409:45: REAL :: RH_00L, RH_00O, phi_dz, lfac 1 Warning: Unused variable ‘phi_dz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2406:77: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2406:77: REAL::zagl,cld9,damp,edown,RHcrit,RHmean,RHsum,RHnum,Hshcu,PBLH2,ql_limit 1 Warning: Unused variable ‘ql_limit’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2394:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2394:25: REAL :: qsl,esat,qsat,tlk,qsat_tl,dqsl,cld0,q1k,eq1,qll,& 1 Warning: Unused variable ‘qsat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2409:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2409:29: REAL :: RH_00L, RH_00O, phi_dz, lfac 1 Warning: Unused variable ‘rh_00l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2409:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2409:37: REAL :: RH_00L, RH_00O, phi_dz, lfac 1 Warning: Unused variable ‘rh_00o’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2370:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2370:37: & Vt, Vq, th, sgm, rmo, & 1 Warning: Unused dummy argument ‘rmo’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2396:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2396:22: &ls_min,ls,wt,cld_factor,fac_damp 1 Warning: Unused variable ‘wt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:1520:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:1520:34: & Psig_bl,Psig_shcu,cldfra_bl1D,bl_mynn_mixlength,& 1 Warning: Unused dummy argument ‘psig_shcu’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:768:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:768:54: & edmf_w1,edmf_a1,edmf_qc1,bl_mynn_edmf) 1 Warning: Unused dummy argument ‘bl_mynn_edmf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:768:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:768:41: & edmf_w1,edmf_a1,edmf_qc1,bl_mynn_edmf) 1 Warning: Unused dummy argument ‘edmf_qc1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:822:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:822:37: & el_stab,el_unstab,el_mf,el_stab_mf,elb_mf,PBLH_PLUS_ENT,el_les 1 Warning: Unused variable ‘el_mf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:822:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:822:21: & el_stab,el_unstab,el_mf,el_stab_mf,elb_mf,PBLH_PLUS_ENT,el_les 1 Warning: Unused variable ‘el_stab’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:822:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:822:48: & el_stab,el_unstab,el_mf,el_stab_mf,elb_mf,PBLH_PLUS_ENT,el_les 1 Warning: Unused variable ‘el_stab_mf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:792:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:792:52: REAL :: wt,wt2,zi,zi2,h1,h2,hs,elBLmin0,elBLavg0,cldavg 1 Warning: Unused variable ‘elblavg0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:792:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:792:43: REAL :: wt,wt2,zi,zi2,h1,h2,hs,elBLmin0,elBLavg0,cldavg 1 Warning: Unused variable ‘elblmin0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:792:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:792:34: REAL :: wt,wt2,zi,zi2,h1,h2,hs,elBLmin0,elBLavg0,cldavg 1 Warning: Unused variable ‘hs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:820:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:820:16: INTEGER :: i,j,k 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:820:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:820:18: INTEGER :: i,j,k 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:792:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:792:18: REAL :: wt,wt2,zi,zi2,h1,h2,hs,elBLmin0,elBLavg0,cldavg 1 Warning: Unused variable ‘wt2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:633:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:633:22: & ql, vt, vq, & 1 Warning: Unused dummy argument ‘ql’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:453:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:453:38: & spp_pbl,rstoch_col) 1 Warning: Unused dummy argument ‘rstoch_col’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:453:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:453:27: & spp_pbl,rstoch_col) 1 Warning: Unused dummy argument ‘spp_pbl’ at (1) [-Wunused-dummy-argument] -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:998:13: +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:998:13: ltd = dltd 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:1000:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:1000:13: ltm = dltm 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:1010:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:1010:13: ihalp= halp 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:1012:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:1012:13: iyy = ymin 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:726:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:726:13: jdoe = ador + (svt6 * cyear) / (year - tyear) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:875:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:875:37: integer :: istsun(IM), i, it, j, lat 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:875:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:875:42: integer :: istsun(IM), i, it, j, lat 1 Warning: Unused variable ‘lat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:827:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:827:45: & ( xlon,sinlat,coslat,solhr, IM, me, & ! --- inputs 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:333:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:333:24: & ( jdate,kyear,deltsw,deltim,lsol_chg, me, & ! --- inputs 1 Warning: Unused dummy argument ‘kyear’ at (1) [-Wunused-dummy-argument] -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_surface.f:734:35: +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_surface.f:734:35: & asnow, argh, hrgh, fsno, fsno0, fsno1 1 Warning: Unused variable ‘fsno’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_surface.f:675:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_surface.f:675:59: & ( xlon,xlat,slmsk,snowf,sncovr,zorlf,tsknf,tairf,hprif, & ! --- inputs: 1 Warning: Unused dummy argument ‘tairf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_surface.f:408:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_surface.f:408:21: integer :: i, k, kk, iflag 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_surface.f:320:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_surface.f:320:62: & ( slmsk,snowf,sncovr,snoalb,zorlf,coszf,tsknf,tairf,hprif, & ! --- inputs: 1 Warning: Unused dummy argument ‘tairf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_surface.f:182:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_surface.f:182:21: integer :: i, k 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_surface.f:182:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_surface.f:182:24: integer :: i, k 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfaerosols.F:442:62: +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfaerosols.F:442:62: real(kind=kind_phys) :: aup, dtime_max, dv1q, dv2q, dv3q, 1 Warning: Unused variable ‘dv3q’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfaerosols.F:440:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfaerosols.F:440:24: integer :: i, indx, it, k, kk, km1, kp1, n 1 Warning: Unused variable ‘indx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfaerosols.F:410:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfaerosols.F:410:31: & cnvflg, kb, kmax, kbcon, ktcon, fscav, 1 Warning: Unused dummy argument ‘kbcon’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfaerosols.F:443:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfaerosols.F:443:32: & dtovdz, dz, factor, ptem, ptem1, qamax, tem, tem1 1 Warning: Unused variable ‘ptem’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfaerosols.F:443:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfaerosols.F:443:39: & dtovdz, dz, factor, ptem, ptem1, qamax, tem, tem1 1 Warning: Unused variable ‘ptem1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfaerosols.F:443:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfaerosols.F:443:46: & dtovdz, dz, factor, ptem, ptem1, qamax, tem, tem1 1 Warning: Unused variable ‘qamax’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfaerosols.F:41:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfaerosols.F:41:24: integer :: i, indx, it, k, kk, km1, kp1, n 1 Warning: Unused variable ‘indx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfaerosols.F:43:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfaerosols.F:43:46: & dtovdz, dz, factor, ptem, ptem1, qamax, tem, tem1 1 Warning: Unused variable ‘qamax’ declared at (1) [-Wunused-variable] -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aerinterp.F90:284:14: +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aerinterp.F90:284:14: rinc4=rinc 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aerinterp.F90:259:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aerinterp.F90:259:59: integer i1,i2, iday,j,j1,j2,l,npts,nc,n1,n2,lev,k,i,ii 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aerinterp.F90:259:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aerinterp.F90:259:27: integer i1,i2, iday,j,j1,j2,l,npts,nc,n1,n2,lev,k,i,ii 1 Warning: Unused variable ‘iday’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aerinterp.F90:253:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aerinterp.F90:253:38: SUBROUTINE aerinterpol(me,master,npts,IDATE,FHOUR,jindx1,jindx2, & 1 Warning: Unused dummy argument ‘master’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aerinterp.F90:253:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aerinterp.F90:253:31: SUBROUTINE aerinterpol(me,master,npts,IDATE,FHOUR,jindx1,jindx2, & 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aerinterp.F90:259:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aerinterp.F90:259:45: integer i1,i2, iday,j,j1,j2,l,npts,nc,n1,n2,lev,k,i,ii 1 Warning: Unused variable ‘nc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aerinterp.F90:267:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aerinterp.F90:267:51: real(kind=kind_phys) DDY(npts), ddx(npts),ttt 1 Warning: Unused variable ‘ttt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aerinterp.F90:186:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aerinterp.F90:186:44: iindx1,iindx2,ddx,me,master) 1 Warning: Unused dummy argument ‘master’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aerinterp.F90:186:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aerinterp.F90:186:37: iindx1,iindx2,ddx,me,master) 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aerinterp.F90:29:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aerinterp.F90:29:41: integer :: i, j, k, n, ii, ijk, imon, klev 1 Warning: Unused variable ‘ijk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aerinterp.F90:29:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aerinterp.F90:29:32: integer :: i, j, k, n, ii, ijk, imon, klev 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_domains_comm.inc:203:0: +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/h2ointerp.f90:161:16: + + rinc4 = rinc + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/h2ointerp.f90:130:31: + + subroutine h2ointerpol(me,npts,idate,fhour,jindx1,jindx2,h2oplout,ddy) + 1 +Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/h2ointerp.f90:94:10: + + use h2o_def, only: jh2o => latsh2o, h2o_lat, h2o_time + 1 +Warning: Unused module variable ‘h2o_time’ which has been explicitly imported at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/h2ointerp.f90:102:21: + + integer i,j,lat + 1 +Warning: Unused variable ‘lat’ declared at (1) [-Wunused-variable] +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_domains_comm.inc:203:0: function mpp_global_field_init_comm(domain,l_addr,isize_g,jsize_g,isize_l, & Warning: ‘mpp_global_field_init_comm’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_domains_comm.inc:446:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_domains_comm.inc:446:0: subroutine mpp_global_field_free_comm(domain,l_addr,ksize,l_addr2,flags) Warning: ‘mpp_global_field_free_comm’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_do_update_ad.h:23:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_do_update_ad.h:23:0: subroutine MPP_DO_UPDATE_AD_3D_( f_addrs, domain, update, d_type, ke, flags) Warning: ‘mpp_do_update_ad_i8_3d’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_do_update_ad.h:23:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_do_update_ad.h:23:0: subroutine MPP_DO_UPDATE_AD_3D_( f_addrs, domain, update, d_type, ke, flags) Warning: ‘mpp_do_update_ad_i4_3d’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_do_redistribute.h:19:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_do_redistribute.h:19:0: subroutine MPP_DO_REDISTRIBUTE_3D_( f_in, f_out, d_comm, d_type ) Warning: ‘mpp_do_redistribute_l8_3d’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_do_redistribute.h:19:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_do_redistribute.h:19:0: subroutine MPP_DO_REDISTRIBUTE_3D_( f_in, f_out, d_comm, d_type ) Warning: ‘mpp_do_redistribute_l4_3d’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_do_get_boundary_ad.h:23:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_do_get_boundary_ad.h:23:0: subroutine MPP_DO_GET_BOUNDARY_AD_3D_( f_addrs, domain, bound, b_addrs, bsize, ke, d_type) Warning: ‘mpp_do_get_boundary_ad_r8_3d’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_do_get_boundary_ad.h:23:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_do_get_boundary_ad.h:23:0: subroutine MPP_DO_GET_BOUNDARY_AD_3D_( f_addrs, domain, bound, b_addrs, bsize, ke, d_type) Warning: ‘mpp_do_get_boundary_ad_r4_3d’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ad.h:63:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ad.h:63:0: subroutine MPP_GLOBAL_FIELD_4D_AD_( domain, local, global, flags, position,tile_count, default_data ) Warning: ‘mpp_global_field2d_r8_4d_ad’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ad.h:81:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ad.h:81:0: subroutine MPP_GLOBAL_FIELD_5D_AD_( domain, local, global, flags, position,tile_count, default_data ) Warning: ‘mpp_global_field2d_r8_5d_ad’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ad.h:63:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ad.h:63:0: subroutine MPP_GLOBAL_FIELD_4D_AD_( domain, local, global, flags, position,tile_count, default_data ) Warning: ‘mpp_global_field2d_i8_4d_ad’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ad.h:81:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ad.h:81:0: subroutine MPP_GLOBAL_FIELD_5D_AD_( domain, local, global, flags, position,tile_count, default_data ) Warning: ‘mpp_global_field2d_i8_5d_ad’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ad.h:23:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ad.h:23:0: subroutine MPP_GLOBAL_FIELD_2D_AD_( domain, local, global, flags, position,tile_count, default_data) Warning: ‘mpp_global_field2d_l8_2d_ad’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ad.h:63:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ad.h:63:0: subroutine MPP_GLOBAL_FIELD_4D_AD_( domain, local, global, flags, position,tile_count, default_data ) Warning: ‘mpp_global_field2d_l8_4d_ad’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ad.h:81:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ad.h:81:0: subroutine MPP_GLOBAL_FIELD_5D_AD_( domain, local, global, flags, position,tile_count, default_data ) Warning: ‘mpp_global_field2d_l8_5d_ad’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ad.h:63:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ad.h:63:0: subroutine MPP_GLOBAL_FIELD_4D_AD_( domain, local, global, flags, position,tile_count, default_data ) Warning: ‘mpp_global_field2d_r4_4d_ad’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ad.h:81:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ad.h:81:0: subroutine MPP_GLOBAL_FIELD_5D_AD_( domain, local, global, flags, position,tile_count, default_data ) Warning: ‘mpp_global_field2d_r4_5d_ad’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ad.h:63:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ad.h:63:0: subroutine MPP_GLOBAL_FIELD_4D_AD_( domain, local, global, flags, position,tile_count, default_data ) Warning: ‘mpp_global_field2d_i4_4d_ad’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ad.h:81:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ad.h:81:0: subroutine MPP_GLOBAL_FIELD_5D_AD_( domain, local, global, flags, position,tile_count, default_data ) Warning: ‘mpp_global_field2d_i4_5d_ad’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ad.h:23:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ad.h:23:0: subroutine MPP_GLOBAL_FIELD_2D_AD_( domain, local, global, flags, position,tile_count, default_data) Warning: ‘mpp_global_field2d_l4_2d_ad’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ad.h:63:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ad.h:63:0: subroutine MPP_GLOBAL_FIELD_4D_AD_( domain, local, global, flags, position,tile_count, default_data ) Warning: ‘mpp_global_field2d_l4_4d_ad’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_global_field_ad.h:81:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_global_field_ad.h:81:0: subroutine MPP_GLOBAL_FIELD_5D_AD_( domain, local, global, flags, position,tile_count, default_data ) Warning: ‘mpp_global_field2d_l4_5d_ad’ defined but not used [-Wunused-function] -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/h2ointerp.f90:161:16: - - rinc4 = rinc - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/h2ointerp.f90:130:31: - - subroutine h2ointerpol(me,npts,idate,fhour,jindx1,jindx2,h2oplout,ddy) - 1 -Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/h2ointerp.f90:94:10: - - use h2o_def, only: jh2o => latsh2o, h2o_lat, h2o_time - 1 -Warning: Unused module variable ‘h2o_time’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/h2ointerp.f90:102:21: - - integer i,j,lat - 1 -Warning: Unused variable ‘lat’ declared at (1) [-Wunused-variable] -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iccninterp.F90:160:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iccninterp.F90:160:14: rinc4=rinc 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iccninterp.F90:134:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iccninterp.F90:134:59: integer i1,i2, iday,j,j1,j2,l,npts,nc,n1,n2,lev,k,i 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iccninterp.F90:134:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iccninterp.F90:134:27: integer i1,i2, iday,j,j1,j2,l,npts,nc,n1,n2,lev,k,i 1 Warning: Unused variable ‘iday’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iccninterp.F90:128:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iccninterp.F90:128:30: SUBROUTINE ciinterpol(me,npts,IDATE,FHOUR,jindx1,jindx2,ddy, & 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iccninterp.F90:134:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iccninterp.F90:134:45: integer i1,i2, iday,j,j1,j2,l,npts,nc,n1,n2,lev,k,i 1 Warning: Unused variable ‘nc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iccninterp.F90:142:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iccninterp.F90:142:51: real(kind=kind_phys) DDY(npts), ddx(npts),ttt 1 Warning: Unused variable ‘ttt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iccninterp.F90:26:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iccninterp.F90:26:18: integer :: i, n, k, ncid, varid,j,it 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iccninterp.F90:26:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iccninterp.F90:26:39: integer :: i, n, k, ncid, varid,j,it 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iccninterp.F90:26:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iccninterp.F90:26:21: integer :: i, n, k, ncid, varid,j,it 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozinterp.f90:164:14: +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozinterp.f90:164:14: rinc4=rinc 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozinterp.f90:141:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozinterp.f90:141:30: integer iday,j,j1,j2,l,npts,nc,n1,n2 1 Warning: Unused variable ‘iday’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozinterp.f90:136:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozinterp.f90:136:30: SUBROUTINE ozinterpol(me,npts,IDATE,FHOUR,jindx1,jindx2,ozplout,ddy) 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozinterp.f90:108:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozinterp.f90:108:21: integer i,j,lat 1 Warning: Unused variable ‘lat’ declared at (1) [-Wunused-variable] -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1873:7: +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1873:7: REAL*8 FUNCTION erf(x) 1 Warning: ‘erf’ declared at (1) may shadow the intrinsic of the same name. In order to call the intrinsic, explicit INTRINSIC declarations may be required. [-Wintrinsic-shadow] -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1555:2: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90:69:61: + + itf,ktf,its,ite, kts,kte,ipr,tropics) ! dimesnional variables + 1 +Warning: Unused dummy argument ‘tropics’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1555:2: 20 do 30 i=1,maxit_par 1 Warning: Label 20 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:625:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:625:4: 2033 return 1 Warning: Label 2033 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3993:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3993:19: dH1smooth = a_1 + 2.0*a_2*X + 3.0*a_3*X*X 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1840:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1840:9: m=(n+1)/2d0 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3525:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3525:17: real :: EPS = 0.622 1 Warning: Unused variable ‘eps’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3514:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3514:28: & CIHENC_dust, ESW, ESI, SS_i, n_in_soot_ultra, H_frac_soot, 1 Warning: Unused variable ‘esi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3514:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3514:23: & CIHENC_dust, ESW, ESI, SS_i, n_in_soot_ultra, H_frac_soot, 1 Warning: Unused variable ‘esw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3521:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3521:32: real :: mu, S_i_0, RH_crit, S_i_w_warm, S_i_w_cold, S_i_w, 1 Warning: Unused variable ‘rh_crit’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3521:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3521:63: real :: mu, S_i_0, RH_crit, S_i_w_warm, S_i_w_cold, S_i_w, 1 Warning: Unused variable ‘s_i_w’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3521:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3521:56: real :: mu, S_i_0, RH_crit, S_i_w_warm, S_i_w_cold, S_i_w, 1 Warning: Unused variable ‘s_i_w_cold’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3521:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3521:44: real :: mu, S_i_0, RH_crit, S_i_w_warm, S_i_w_cold, S_i_w, 1 Warning: Unused variable ‘s_i_w_warm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3378:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3378:59: real*8 :: Nd, Nd_unc, Nd_coa, Nbc, ahet, frac, dfrac, Naux,dNaux, 1 Warning: Unused variable ‘dfrac’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3378:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3378:52: real*8 :: Nd, Nd_unc, Nd_coa, Nbc, ahet, frac, dfrac, Naux,dNaux, 1 Warning: Unused variable ‘frac’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3382:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3382:63: real*8, dimension(3) :: sig_array, the_array, frac_array 1 Warning: Unused variable ‘frac_array’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3384:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3384:31: integer :: index, kindex, nbindust_ice 1 Warning: Unused variable ‘kindex’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3378:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3378:35: real*8 :: Nd, Nd_unc, Nd_coa, Nbc, ahet, frac, dfrac, Naux,dNaux, 1 Warning: Unused variable ‘nd_coa’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3378:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3378:27: real*8 :: Nd, Nd_unc, Nd_coa, Nbc, ahet, frac, dfrac, Naux,dNaux, 1 Warning: Unused variable ‘nd_unc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3382:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3382:40: real*8, dimension(3) :: sig_array, the_array, frac_array 1 Warning: Unused variable ‘sig_array’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3382:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3382:51: real*8, dimension(3) :: sig_array, the_array, frac_array 1 Warning: Unused variable ‘the_array’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3074:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3074:30: & dNdep, dNdhf, si, dfrac, Ncdep_, Ncdhf_ , fglassy, Nglassy, 1 Warning: Unused variable ‘dfrac’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3074:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3074:12: & dNdep, dNdhf, si, dfrac, Ncdep_, Ncdhf_ , fglassy, Nglassy, 1 Warning: Unused variable ‘dndep’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3074:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3074:19: & dNdep, dNdhf, si, dfrac, Ncdep_, Ncdhf_ , fglassy, Nglassy, 1 Warning: Unused variable ‘dndhf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3073:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3073:59: & dNdaux, dNorg, Norg, Ndustaux, frac, aux2, Dx2, fdep, Ndep, Ndhf, 1 Warning: Unused variable ‘fdep’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3083:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3083:31: integer :: index, kindex, mode,nbindust_ice 1 Warning: Unused variable ‘kindex’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3083:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3083:37: integer :: index, kindex, mode,nbindust_ice 1 Warning: Unused variable ‘mode’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3074:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3074:38: & dNdep, dNdhf, si, dfrac, Ncdep_, Ncdhf_ , fglassy, Nglassy, 1 Warning: Unused variable ‘ncdep_’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3074:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3074:46: & dNdep, dNdhf, si, dfrac, Ncdep_, Ncdhf_ , fglassy, Nglassy, 1 Warning: Unused variable ‘ncdhf_’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3073:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3073:65: & dNdaux, dNorg, Norg, Ndustaux, frac, aux2, Dx2, fdep, Ndep, Ndhf, 1 Warning: Unused variable ‘ndep’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3073:71: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3073:71: & dNdaux, dNorg, Norg, Ndustaux, frac, aux2, Dx2, fdep, Ndep, Ndhf, 1 Warning: Unused variable ‘ndhf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2989:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2989:23: real*8 :: A_, a0, a1, a2, a3, d, AUX 1 Warning: Unused variable ‘a0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:54: & Tr, vw, den_m, Eact, Toact, Dact, acc, n1, Siw, rgo, 1 Warning: Unused variable ‘acc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2787:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2787:29: & P_ice, T_ice,act_param,ndust_ice,vpresw_ice,vpresi_ice, 1 Warning: Unused dummy argument ‘act_param’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2797:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2797:20: real*8 :: AUX, AUX1, AUX2, SW, fice, mice, Tc, hdust, hbc, b0, 1 Warning: Unused variable ‘aux’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:49: & Tr, vw, den_m, Eact, Toact, Dact, acc, n1, Siw, rgo, 1 Warning: Unused variable ‘dact’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:30: & Tr, vw, den_m, Eact, Toact, Dact, acc, n1, Siw, rgo, 1 Warning: Unused variable ‘den_m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:36: & Tr, vw, den_m, Eact, Toact, Dact, acc, n1, Siw, rgo, 1 Warning: Unused variable ‘eact’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2800:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2800:30: & ngo, mw_molec,dhs_ice,denwat_ice,denice_ice,vpresw_ice, 1 Warning: Unused variable ‘mw_molec’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:58: & Tr, vw, den_m, Eact, Toact, Dact, acc, n1, Siw, rgo, 1 Warning: Unused variable ‘n1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2800:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2800:20: & ngo, mw_molec,dhs_ice,denwat_ice,denice_ice,vpresw_ice, 1 Warning: Unused variable ‘ngo’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:68: & Tr, vw, den_m, Eact, Toact, Dact, acc, n1, Siw, rgo, 1 Warning: Unused variable ‘rgo’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:63: & Tr, vw, den_m, Eact, Toact, Dact, acc, n1, Siw, rgo, 1 Warning: Unused variable ‘siw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:43: & Tr, vw, den_m, Eact, Toact, Dact, acc, n1, Siw, rgo, 1 Warning: Unused variable ‘toact’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:19: & Tr, vw, den_m, Eact, Toact, Dact, acc, n1, Siw, rgo, 1 Warning: Unused variable ‘tr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:23: & Tr, vw, den_m, Eact, Toact, Dact, acc, n1, Siw, rgo, 1 Warning: Unused variable ‘vw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2612:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2612:22: real*8 shom_ice,NHET_,np_ice,norg_ice,sigorg_ice, 1 Warning: Unused variable ‘shom_ice’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2324:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2324:16: & DSTAR, DS, NSTAR, NHOM, FC, PHIDO, AUXNC, SIZECORR, DSH, NHET_, 1 Warning: Unused variable ‘ds’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2302:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2302:70: & nin_ice,alfa_ice,beta_ice,shom_ice, koft_ice, dliq_ice,miuv_ice, 1 Warning: Unused dummy argument ‘miuv_ice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2303:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2303:17: & sigmav_ice,g1_ice, g2_ice,gdoin_ice, z_ice,vmax_ice, 1 Warning: Unused dummy argument ‘sigmav_ice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2303:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2303:58: & sigmav_ice,g1_ice, g2_ice,gdoin_ice, z_ice,vmax_ice, 1 Warning: Unused dummy argument ‘vmax_ice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2179:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2179:24: real*8 wpar_icex,denice_ice,ddry_ice,np_ice, 1 Warning: Unused variable ‘wpar_icex’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1619:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1619:20: integer ::j,i,k,nmodes 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1619:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1619:22: integer ::j,i,k,nmodes 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1501:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1501:34: &y2,x3,y3, sign,smax, ent_par, ndroplet, nrdpl,bet1_par, 1 Warning: Unused variable ‘ent_par’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1415:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1415:18: & tparc,pparc,temp_par, pres_par,aka_par, dv_par, psat_par, 1 Warning: Unused variable ‘pparc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1415:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1415:12: & tparc,pparc,temp_par, pres_par,aka_par, dv_par, psat_par, 1 Warning: Unused variable ‘tparc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1412:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1412:22: real*8 :: tpart, nact, nacti,wparc,smax,ntot, tx1 1 Warning: Unused variable ‘tpart’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1343:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1343:26: integer :: nmodes,i,j,k 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1343:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1343:28: integer :: nmodes,i,j,k 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1290:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1290:22: integer :: j, I,nmodes 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1291:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1291:48: real*8 :: dlgsg, dlgsp, orism5, ndl, nds, super, ccn_at_s 1 Warning: Unused variable ‘nds’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1218:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1218:11: & PACT, auxx, aux,temp_par, pres_par 1 Warning: Unused variable ‘pact’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1208:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1208:52: & dpg_par,kappa_par,sig_par,temp_par, pres_par) 1 Warning: Unused dummy argument ‘pres_par’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1207:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1207:39: subroutine arg_activ (wparc,sigw,nact,smax,nmodes,tp_par, & 1 Warning: Unused dummy argument ‘sigw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1040:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1040:52: real(r8) :: rho_gw, k_gw, h_gw, c2_gw, dummyW, maxkh, Wbreak 1 Warning: Unused variable ‘dummyw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1028:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1028:22: & fcn, KH, FRLAND, ZPBL, Z, maxkhpbl, wparc_ls, wparc_gw, 1 Warning: Unused dummy argument ‘frland’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1040:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1040:59: real(r8) :: rho_gw, k_gw, h_gw, c2_gw, dummyW, maxkh, Wbreak 1 Warning: Unused variable ‘maxkh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1028:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1028:31: & fcn, KH, FRLAND, ZPBL, Z, maxkhpbl, wparc_ls, wparc_gw, 1 Warning: Unused dummy argument ‘z’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1028:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1028:28: & fcn, KH, FRLAND, ZPBL, Z, maxkhpbl, wparc_ls, wparc_gw, 1 Warning: Unused dummy argument ‘zpbl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:938:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:938:17: real:: aux, densSO4, densORG, k_SO4, k_ORG, k_SS, tot_mass, dens, 1 Warning: Unused variable ‘aux’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:938:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:938:55: real:: aux, densSO4, densORG, k_SO4, k_ORG, k_SS, tot_mass, dens, 1 Warning: Unused variable ‘k_ss’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:941:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:941:23: integer :: i,k,l,im,lm 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:831:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:831:17: real:: aux, densSO4, densORG, k_SO4, k_ORG, k_SS, tot_mass, dens, 1 Warning: Unused variable ‘aux’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:831:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:831:55: real:: aux, densSO4, densORG, k_SO4, k_ORG, k_SS, tot_mass, dens, 1 Warning: Unused variable ‘k_ss’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:834:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:834:25: integer :: i,j,k,l 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:218:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:218:48: real*8 :: nact, wparc, tparc,pparc, accom,sigw, smax, antot, & 1 Warning: Unused variable ‘accom’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:219:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:219:25: & ccn_at_s, sigwparc 1 Warning: Unused variable ‘ccn_at_s’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:186:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:186:56: & wparc_ls, Aer_Props, npre_in, dpre_in, ccn_diagr8, Ndropr8, & 1 Warning: Unused dummy argument ‘ccn_diagr8’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:225:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:225:32: & nhom, dorg, dbc, kappa, INimm, dINimm, aux 1 Warning: Unused variable ‘dbc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:225:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:225:27: & nhom, dorg, dbc, kappa, INimm, dINimm, aux 1 Warning: Unused variable ‘dorg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:215:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:215:25: integer :: k, n, I, J, naux 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:189:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:189:62: & fdust_dhfr8, nlimr8, use_average_v, CCN_param, IN_param, fd_dust,& 1 Warning: Unused dummy argument ‘in_param’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:215:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:215:28: integer :: k, n, I, J, naux 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:225:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:225:39: & nhom, dorg, dbc, kappa, INimm, dINimm, aux 1 Warning: Unused variable ‘kappa’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:224:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:224:68: real*8 :: nhet, nice, smaxice, nlim, air_den, frac, norg, nbc, & 1 Warning: Unused variable ‘nbc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:186:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:186:65: & wparc_ls, Aer_Props, npre_in, dpre_in, ccn_diagr8, Ndropr8, & 1 Warning: Unused dummy argument ‘ndropr8’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:225:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:225:21: & nhom, dorg, dbc, kappa, INimm, dINimm, aux 1 Warning: Unused variable ‘nhom’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:224:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:224:63: real*8 :: nhet, nice, smaxice, nlim, air_den, frac, norg, nbc, & 1 Warning: Unused variable ‘norg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90:69:61: - - itf,ktf,its,ite, kts,kte,ipr,tropics) ! dimesnional variables - 1 -Warning: Unused dummy argument ‘tropics’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1287:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1287:0: subroutine ccn_at_super (super,ccn_at_s,nmodes, & Warning: ‘ccn_at_super’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1828:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1828:0: subroutine gauleg (x,w,n) Warning: ‘gauleg’ defined but not used [-Wunused-function] -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1408:21: +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1408:21: table2 (i) = e00 * exp (fac2) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1419:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1419:18: table2 (i0) = tem0 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1420:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1420:18: table2 (i1) = tem1 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1370:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1370:21: tablew (i) = e00 * exp (fac2) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1311:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1311:20: table (i) = e00 * exp (fac2) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1327:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1327:31: table (i + 1400) = esh20 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1339:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1339:27: table (i + 1400) = wice * table (i + 1400) + wh2o * esupc (i) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1274:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1274:9: it = ap1 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1277:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1277:9: it = ap1 - 0.5 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1241:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1241:13: it = ap1 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1244:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1244:13: it = ap1 - 0.5 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1204:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1204:9: it = ap1 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1207:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1207:9: it = ap1 - 0.5 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1175:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1175:9: it = ap1 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1148:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1148:9: it = ap1 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:441:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:441:14: fac_i2s = 1. - exp (- mdt / tau_i2s) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:442:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:442:14: fac_v2l = 1. - exp (- sdt / tau_v2l) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:443:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:443:14: fac_r2g = 1. - exp (- mdt / tau_r2g) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:444:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:444:14: fac_l2r = 1. - exp (- mdt / tau_l2r) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:446:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:446:14: fac_l2v = 1. - exp (- sdt / tau_l2v) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:447:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:447:14: fac_l2v = min (sat_adj0, fac_l2v) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:449:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:449:15: fac_imlt = 1. - exp (- sdt / tau_imlt) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:450:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:450:15: fac_smlt = 1. - exp (- mdt / tau_smlt) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:654:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:654:22: adj_fac = sat_adj0 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:658:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:658:26: src (i) = min (adj_fac * dq0, max (ql_gen - ql (i, j), fac_v2l * dq0)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:823:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:823:22: tmp = min (sink (i), dim (qs_mlt, ql (i, j))) ! max ql due to snow melt 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:841:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:841:27: sink (i) = fac_l2r * (ql (i, j) - ql0_max) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:879:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:879:29: qi_crt = qi_gen * min (qi_lim, 0.1 * tmp) / den (i) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:882:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:882:28: pidep = pidep * min (1., dim (pt1 (i), t_sub) * 0.2) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:938:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:938:18: qim = qi0_max / den (i) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1063:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1063:21: dw = dw_ocean + (dw_land - dw_ocean) * min (1., abs (hs (i, j)) / (10. * grav)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1065:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1065:27: hvar (i) = min (0.2, max (0.01, dw * sqrt (sqrt (area (i, j)) / 100.e3))) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1109:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1109:44: qa (i, j) = max (cld_min, qa (i, j)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1289:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1289:22: subroutine qs_table (n) 1 Warning: Unused dummy argument ‘n’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:229:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:229:67: qs, qg, hs, peln, delz, delp, pt, pkz, q_con, akap, cappa, area, dtdt, & 1 Warning: Unused dummy argument ‘akap’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:231:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:231:25: nthreads, errmsg, errflg) 1 Warning: Unused dummy argument ‘nthreads’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:228:71: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:228:71: ng, hydrostatic, fast_mp_consv, te0_2d, te0, ngas, qvi, qv, ql, qi, qr, & 1 Warning: Unused dummy argument ‘qvi’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:121:71: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:121:71: subroutine fv_sat_adj_init(do_sat_adj, kmp, nwat, ngas, rilist, cpilist, & 1 Warning: Unused dummy argument ‘cpilist’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:121:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:121:42: subroutine fv_sat_adj_init(do_sat_adj, kmp, nwat, ngas, rilist, cpilist, & 1 Warning: Unused dummy argument ‘kmp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:122:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:122:34: mpirank, mpiroot, errmsg, errflg) 1 Warning: Unused dummy argument ‘mpirank’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:122:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:122:43: mpirank, mpiroot, errmsg, errflg) 1 Warning: Unused dummy argument ‘mpiroot’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:121:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:121:48: subroutine fv_sat_adj_init(do_sat_adj, kmp, nwat, ngas, rilist, cpilist, & 1 Warning: Unused dummy argument ‘nwat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:121:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:121:62: subroutine fv_sat_adj_init(do_sat_adj, kmp, nwat, ngas, rilist, cpilist, & 1 Warning: Unused dummy argument ‘rilist’ at (1) [-Wunused-dummy-argument] -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:35:79: +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:35:79: dtsfc_cice, dqsfc_cice, tisfc, tsfco, fice, hice, dry, icy, wet, & 1 Warning: Unused dummy argument ‘dry’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:35:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:35:68: dtsfc_cice, dqsfc_cice, tisfc, tsfco, fice, hice, dry, icy, wet, & 1 Warning: Unused dummy argument ‘fice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:35:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:35:74: dtsfc_cice, dqsfc_cice, tisfc, tsfco, fice, hice, dry, icy, wet, & 1 Warning: Unused dummy argument ‘hice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:35:84: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:35:84: dtsfc_cice, dqsfc_cice, tisfc, tsfco, fice, hice, dry, icy, wet, & 1 Warning: Unused dummy argument ‘icy’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:35:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:35:55: dtsfc_cice, dqsfc_cice, tisfc, tsfco, fice, hice, dry, icy, wet, & 1 Warning: Unused dummy argument ‘tisfc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:29:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:29:48: prsik_1, prslk_1, tsfc, phil, con_g, & 1 Warning: Unused dummy argument ‘tsfc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:35:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:35:62: dtsfc_cice, dqsfc_cice, tisfc, tsfco, fice, hice, dry, icy, wet, & 1 Warning: Unused dummy argument ‘tsfco’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:30:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:30:74: sigmaf, soiltyp, vegtype, slopetyp, work3, tsurf, zlvl, do_sppt, dtdtr, & 1 Warning: Unused dummy argument ‘tsurf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:35:89: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:35:89: dtsfc_cice, dqsfc_cice, tisfc, tsfco, fice, hice, dry, icy, wet, & 1 Warning: Unused dummy argument ‘wet’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:231:77: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:231:77: subroutine GFS_surface_generic_post_run (im, cplflx, cplwav, lssav, icy, wet, dtf, ep1d, gflx, tgrs_1, qgrs_1, ugrs_1, vgrs_1,& 1 Warning: Unused dummy argument ‘icy’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:233:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:233:55: adjvisbmu, adjvisdfu,t2m, q2m, u10m, v10m, tsfc, tsfc_ocn, pgr, xcosz, evbs, evcw, trans, sbsno, snowc, snohf, & 1 Warning: Unused dummy argument ‘tsfc’ at (1) [-Wunused-dummy-argument] -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/wv_saturation.F:215:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/wv_saturation.F:215:4: 9000 format('GESTBL: FATAL ERROR ********************************* & 1 Warning: Label 9000 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/wv_saturation.F:166:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/wv_saturation.F:166:19: itype = -ttrice 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/wv_saturation.F:1504:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/wv_saturation.F:1504:37: real(r8) omeps, hltalt, hlatsb, hlatvp, desdt, gam 1 Warning: Unused variable ‘hlatsb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/wv_saturation.F:1504:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/wv_saturation.F:1504:45: real(r8) omeps, hltalt, hlatsb, hlatvp, desdt, gam 1 Warning: Unused variable ‘hlatvp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/wv_saturation.F:696:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/wv_saturation.F:696:19: real(r8) dum 1 Warning: Unused variable ‘dum’ declared at (1) [-Wunused-variable] -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90:513:54: +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90:513:54: integer :: nn 1 Warning: Unused variable ‘nn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90:288:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90:288:46: real(kind=kind_phys),dimension(9) :: f_sum 1 Warning: Unused variable ‘f_sum’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90:287:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90:287:47: real(kind=kind_phys),dimension(9) :: zgamma 1 Warning: Unused variable ‘zgamma’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90:246:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90:246:31: real(kind=kind_phys) :: fxp 1 Warning: Unused variable ‘fxp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90:307:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90:307:0: elemental subroutine sw_fairall_simple_v1(f_sol_0,z,df_sol_z) Warning: ‘sw_fairall_simple_v1’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90:338:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90:338:0: elemental subroutine sw_wick_v1(f_sol_0,z,df_sol_z) Warning: ‘sw_wick_v1’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90:370:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90:370:0: elemental subroutine sw_soloviev_3exp_v1(f_sol_0,z,df_sol_z) Warning: ‘sw_soloviev_3exp_v1’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:4849:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:4849:47: subroutine cldprop_create (Cldprop, IM, Model) 1 Warning: Unused dummy argument ‘model’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2874:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2874:45: integer :: bl_mynn_tkebudget = 0 1 Warning: Unused variable ‘bl_mynn_tkebudget’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2828:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2828:35: logical :: do_awdd = .false. !< AW scale-aware option in cs convection 1 Warning: Unused variable ‘do_awdd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2752:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2752:37: logical :: do_cldliq = .true. 1 Warning: Unused variable ‘do_cldliq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2820:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2820:34: logical :: do_gwd = .false. !< flag for running gravity wave drag 1 Warning: Unused variable ‘do_gwd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2656:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2656:21: logical :: exists 1 Warning: Unused variable ‘exists’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2829:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2829:36: logical :: flx_form = .false. !< AW scale-aware option in cs convection 1 Warning: Unused variable ‘flx_form’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2715:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2715:40: logical :: norad_precip = .false. !< radiation precip flag for Ferrier/Moorthi 1 Warning: Unused variable ‘norad_precip’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:3018:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:3018:25: integer :: skeb_npass = 11 1 Warning: Unused variable ‘skeb_npass’ declared at (1) [-Wunused-variable] -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:592:4: +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:592:4: 356 continue 1 Warning: Label 356 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:297:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:297:29: pa_rf, tau_rf, cdmbgwd, xlat, xlatd, sinlat, coslat, & 1 Warning: Unused dummy argument ‘cdmbgwd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:313:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:313:9: use ugwp_okw_init, only : & 1 Warning: Unused module variable ‘ch_okwp’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:303:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:303:61: dcheat, precip, cld_klevs, zmtb, scheat, dlength, cldf, & 1 Warning: Unused dummy argument ‘cldf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:303:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:303:55: dcheat, precip, cld_klevs, zmtb, scheat, dlength, cldf, & 1 Warning: Unused dummy argument ‘dlength’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:315:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:315:9: use ugwp_conv_init, only : & 1 Warning: Unused module variable ‘eff_con’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:317:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:317:9: use ugwp_fjet_init, only : & 1 Warning: Unused module variable ‘eff_fj’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:313:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:313:9: use ugwp_okw_init, only : & 1 Warning: Unused module variable ‘eff_okw’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:302:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:302:22: eps_tot, ekdis, trig_okw, trig_fgf, & 1 Warning: Unused dummy argument ‘ekdis’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:373:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:373:19: integer :: i, j, k, istype, ido 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:299:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:299:26: delp, orostat, kpbl, & 1 Warning: Unused dummy argument ‘kpbl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:296:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:296:45: (im, levs, dtp, kdt, me, lprnt, lonr, & 1 Warning: Unused dummy argument ‘lonr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:313:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:313:9: use ugwp_okw_init, only : & 1 Warning: Unused module variable ‘nazokw’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:315:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:315:9: use ugwp_conv_init, only : & 1 Warning: Unused module variable ‘nstcon’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:317:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:317:9: use ugwp_fjet_init, only : & 1 Warning: Unused module variable ‘nstfj’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:313:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:313:9: use ugwp_okw_init, only : & 1 Warning: Unused module variable ‘nstokw’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:297:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:297:12: pa_rf, tau_rf, cdmbgwd, xlat, xlatd, sinlat, coslat, & 1 Warning: Unused dummy argument ‘pa_rf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:313:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:313:9: use ugwp_okw_init, only : & 1 Warning: Unused module variable ‘spf_okwp’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:297:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:297:20: pa_rf, tau_rf, cdmbgwd, xlat, xlatd, sinlat, coslat, & 1 Warning: Unused dummy argument ‘tau_rf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:304:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:304:45: taus_sso, taus_ogw, tauf_ogw, tauf_ngw, & 1 Warning: Unused dummy argument ‘tauf_ngw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:313:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:313:9: use ugwp_okw_init, only : & 1 Warning: Unused module variable ‘xaz_okwp’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:297:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:297:36: pa_rf, tau_rf, cdmbgwd, xlat, xlatd, sinlat, coslat, & 1 Warning: Unused dummy argument ‘xlat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:313:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:313:9: use ugwp_okw_init, only : & 1 Warning: Unused module variable ‘yaz_okwp’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:139:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:139:21: logical :: exists 1 Warning: Unused variable ‘exists’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:112:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:112:20: fn_nml, lonr, latr, levs, ak, bk, pref, dtp, cdmvgwd, cgwf, & 1 Warning: Unused dummy argument ‘fn_nml’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:138:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:138:18: integer :: ios 1 Warning: Unused variable ‘ios’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:112:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:112:32: fn_nml, lonr, latr, levs, ak, bk, pref, dtp, cdmvgwd, cgwf, & 1 Warning: Unused dummy argument ‘latr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:111:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:111:53: subroutine cires_ugwp_mod_init (me, master, nlunit, input_nml_file, logunit, & 1 Warning: Unused dummy argument ‘nlunit’ at (1) [-Wunused-dummy-argument] -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:2044:27: +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:2044:27: item = CN0r0*sqrt(sqrt(RQR)) ! Moorthi 07/31/08 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:2976:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:2976:31: & rho, cpath, rc, totcnd, tc 1 Warning: Unused variable ‘rc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:2628:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:2628:59: &, recwat, rerain, resnow, lprnt, ipr) 1 Warning: Unused dummy argument ‘ipr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:2628:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:2628:54: &, recwat, rerain, resnow, lprnt, ipr) 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:2644:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:2644:20: &, snofac, tem 1 Warning: Unused variable ‘snofac’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:2644:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:2644:25: &, snofac, tem 1 Warning: Unused variable ‘tem’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:1300:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:1300:26: &, tfactor, denom, gammas, diffus, therm_cond & 1 Warning: Unused variable ‘denom’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:1294:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:1294:42: &, dum2, fws, denomi, dwv & 1 Warning: Unused variable ‘dwv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:1289:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:1289:15: &, i, j, k, l, ntimes, item 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:1289:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:1289:18: &, i, j, k, l, ntimes, item 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:1289:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:1289:21: &, i, j, k, l, ntimes, item 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:1125:69: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:1125:69: & THICK_col, WC_col, LM, RHC_col, XNCW, FLGmin, PRINT_diag, psfc) 1 Warning: Unused dummy argument ‘psfc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:979:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:979:22: real mdiam, mass 1 Warning: Unused variable ‘mass’ declared at (1) [-Wunused-variable] -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4788:48: +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4788:48: real (kind=kind_io4), parameter :: PINT = 0.01 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4830:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4830:17: & 0.992555, 0.9642, 0.90556, 0.816375, 0.703815, 0.576585, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4830:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4830:25: & 0.992555, 0.9642, 0.90556, 0.816375, 0.703815, 0.576585, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4830:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4830:34: & 0.992555, 0.9642, 0.90556, 0.816375, 0.703815, 0.576585, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4830:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4830:44: & 0.992555, 0.9642, 0.90556, 0.816375, 0.703815, 0.576585, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4830:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4830:54: & 0.992555, 0.9642, 0.90556, 0.816375, 0.703815, 0.576585, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4830:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4830:64: & 0.992555, 0.9642, 0.90556, 0.816375, 0.703815, 0.576585, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4831:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4831:16: & 0.44445, 0.324385, 0.226815, 0.149165, 0.089375, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4831:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4831:26: & 0.44445, 0.324385, 0.226815, 0.149165, 0.089375, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4831:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4831:36: & 0.44445, 0.324385, 0.226815, 0.149165, 0.089375, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4831:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4831:46: & 0.44445, 0.324385, 0.226815, 0.149165, 0.089375, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4831:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4831:56: & 0.44445, 0.324385, 0.226815, 0.149165, 0.089375, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4832:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4832:17: & 0.045865, 0.017485, 0.00348, 0, 0, 0, 0, 0, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4832:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4832:27: & 0.045865, 0.017485, 0.00348, 0, 0, 0, 0, 0, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4832:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4832:36: & 0.045865, 0.017485, 0.00348, 0, 0, 0, 0, 0, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4822:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4822:21: & 0, 0.0062694, 0.02377049, 0.05011813, 0.08278809, 0.1186361, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4822:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4822:33: & 0, 0.0062694, 0.02377049, 0.05011813, 0.08278809, 0.1186361, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4822:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4822:45: & 0, 0.0062694, 0.02377049, 0.05011813, 0.08278809, 0.1186361, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4822:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4822:57: & 0, 0.0062694, 0.02377049, 0.05011813, 0.08278809, 0.1186361, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4822:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4822:68: & 0, 0.0062694, 0.02377049, 0.05011813, 0.08278809, 0.1186361, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4823:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4823:18: & 0.1540329, 0.1836373, 0.2043698, 0.2167788, 0.221193, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4823:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4823:29: & 0.1540329, 0.1836373, 0.2043698, 0.2167788, 0.221193, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4823:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4823:40: & 0.1540329, 0.1836373, 0.2043698, 0.2167788, 0.221193, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4823:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4823:51: & 0.1540329, 0.1836373, 0.2043698, 0.2167788, 0.221193, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4823:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4823:61: & 0.1540329, 0.1836373, 0.2043698, 0.2167788, 0.221193, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4824:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4824:17: & 0.217729, 0.2062951, 0.1865887, 0.1615213, 0.1372958, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4824:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4824:28: & 0.217729, 0.2062951, 0.1865887, 0.1615213, 0.1372958, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4824:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4824:39: & 0.217729, 0.2062951, 0.1865887, 0.1615213, 0.1372958, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4824:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4824:50: & 0.217729, 0.2062951, 0.1865887, 0.1615213, 0.1372958, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4824:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4824:61: & 0.217729, 0.2062951, 0.1865887, 0.1615213, 0.1372958, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4825:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4825:18: & 0.1167039, 0.09920014, 0.08432171, 0.06656809, 0.04765031, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4825:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4825:30: & 0.1167039, 0.09920014, 0.08432171, 0.06656809, 0.04765031, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4825:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4825:42: & 0.1167039, 0.09920014, 0.08432171, 0.06656809, 0.04765031, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4825:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4825:54: & 0.1167039, 0.09920014, 0.08432171, 0.06656809, 0.04765031, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4825:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4825:66: & 0.1167039, 0.09920014, 0.08432171, 0.06656809, 0.04765031, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4826:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4826:19: & 0.03382346, 0.0237648, 0.01435208, 0.00659734, 0.002826232, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4826:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4826:30: & 0.03382346, 0.0237648, 0.01435208, 0.00659734, 0.002826232, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4826:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4826:42: & 0.03382346, 0.0237648, 0.01435208, 0.00659734, 0.002826232, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4826:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4826:54: & 0.03382346, 0.0237648, 0.01435208, 0.00659734, 0.002826232, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4826:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4826:67: & 0.03382346, 0.0237648, 0.01435208, 0.00659734, 0.002826232, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4827:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4827:20: & 0.001118959, 0.0004086494, 0.0001368611, 3.750308e-05/ 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4827:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4827:34: & 0.001118959, 0.0004086494, 0.0001368611, 3.750308e-05/ 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4827:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4827:48: & 0.001118959, 0.0004086494, 0.0001368611, 3.750308e-05/ 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4827:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4827:62: & 0.001118959, 0.0004086494, 0.0001368611, 3.750308e-05/ 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4812:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4812:22: & 9.98547E-01,9.94147E-01,9.86350E-01,9.74300E-01,9.56950E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4812:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4812:34: & 9.98547E-01,9.94147E-01,9.86350E-01,9.74300E-01,9.56950E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4812:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4812:46: & 9.98547E-01,9.94147E-01,9.86350E-01,9.74300E-01,9.56950E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4812:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4812:58: & 9.98547E-01,9.94147E-01,9.86350E-01,9.74300E-01,9.56950E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4812:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4812:70: & 9.98547E-01,9.94147E-01,9.86350E-01,9.74300E-01,9.56950E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4813:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4813:22: & 9.33150E-01,9.01750E-01,8.61500E-01,8.11000E-01,7.50600E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4813:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4813:34: & 9.33150E-01,9.01750E-01,8.61500E-01,8.11000E-01,7.50600E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4813:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4813:46: & 9.33150E-01,9.01750E-01,8.61500E-01,8.11000E-01,7.50600E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4813:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4813:58: & 9.33150E-01,9.01750E-01,8.61500E-01,8.11000E-01,7.50600E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4813:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4813:70: & 9.33150E-01,9.01750E-01,8.61500E-01,8.11000E-01,7.50600E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4814:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4814:22: & 6.82900E-01,6.10850E-01,5.37050E-01,4.63900E-01,3.93650E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4814:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4814:34: & 6.82900E-01,6.10850E-01,5.37050E-01,4.63900E-01,3.93650E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4814:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4814:46: & 6.82900E-01,6.10850E-01,5.37050E-01,4.63900E-01,3.93650E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4814:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4814:58: & 6.82900E-01,6.10850E-01,5.37050E-01,4.63900E-01,3.93650E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4814:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4814:70: & 6.82900E-01,6.10850E-01,5.37050E-01,4.63900E-01,3.93650E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4815:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4815:22: & 3.28275E-01,2.69500E-01,2.18295E-01,1.74820E-01,1.38840E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4815:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4815:34: & 3.28275E-01,2.69500E-01,2.18295E-01,1.74820E-01,1.38840E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4815:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4815:46: & 3.28275E-01,2.69500E-01,2.18295E-01,1.74820E-01,1.38840E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4815:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4815:58: & 3.28275E-01,2.69500E-01,2.18295E-01,1.74820E-01,1.38840E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4815:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4815:70: & 3.28275E-01,2.69500E-01,2.18295E-01,1.74820E-01,1.38840E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4816:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4816:22: & 1.09790E-01,8.66900E-02,6.84150E-02,5.39800E-02,4.25750E-02, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4816:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4816:34: & 1.09790E-01,8.66900E-02,6.84150E-02,5.39800E-02,4.25750E-02, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4816:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4816:46: & 1.09790E-01,8.66900E-02,6.84150E-02,5.39800E-02,4.25750E-02, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4816:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4816:58: & 1.09790E-01,8.66900E-02,6.84150E-02,5.39800E-02,4.25750E-02, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4816:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4816:70: & 1.09790E-01,8.66900E-02,6.84150E-02,5.39800E-02,4.25750E-02, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4817:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4817:22: & 3.35700E-02,2.39900E-02,1.36775E-02,5.01750E-03,5.30000E-04 / 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4817:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4817:34: & 3.35700E-02,2.39900E-02,1.36775E-02,5.01750E-03,5.30000E-04 / 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4817:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4817:46: & 3.35700E-02,2.39900E-02,1.36775E-02,5.01750E-03,5.30000E-04 / 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4817:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4817:58: & 3.35700E-02,2.39900E-02,1.36775E-02,5.01750E-03,5.30000E-04 / 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4817:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4817:70: & 3.35700E-02,2.39900E-02,1.36775E-02,5.01750E-03,5.30000E-04 / 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4451:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4451:23: iendwv_grt(i) = 10000. / wavelength(i) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:5412:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:5412:21: integer :: i, indx, ii 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:5412:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:5412:27: integer :: i, indx, ii 1 Warning: Unused variable ‘indx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:5413:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:5413:24: character :: tp*2 1 Warning: Unused variable ‘tp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:5101:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:5101:40: & ( alon,alat,prslk,rhlay,dz,hz,NSWLWBD, & ! --- inputs: 1 Warning: Unused dummy argument ‘hz’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:5103:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:5103:27: & IMAX,NLAY,NLP1, ivflip, lsswr,lslwr, & 1 Warning: Unused dummy argument ‘nlp1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4378:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4378:53: real (kind=kind_io8), Dimension( NP2 ) :: Angle, Cos_Angle, & 1 Warning: Unused variable ‘angle’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4385:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4385:66: & sigma(nAero), wave,n_fac,PI,t1,s1,g1 1 Warning: Unused variable ‘g1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4385:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4385:54: & sigma(nAero), wave,n_fac,PI,t1,s1,g1 1 Warning: Unused variable ‘n_fac’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4377:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4377:27: INTEGER :: NW, NS, nH, n_bin 1 Warning: Unused variable ‘nh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4385:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4385:57: & sigma(nAero), wave,n_fac,PI,t1,s1,g1 1 Warning: Unused variable ‘pi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4385:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4385:63: & sigma(nAero), wave,n_fac,PI,t1,s1,g1 1 Warning: Unused variable ‘s1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4385:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4385:60: & sigma(nAero), wave,n_fac,PI,t1,s1,g1 1 Warning: Unused variable ‘t1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3734:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3734:48: integer :: i, mb, ib, ii, iw, iw1, iw2, ik, ibs, ibe 1 Warning: Unused variable ‘ik’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3651:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3651:40: & ( NWVTOT,solfwv,soltot,NWVTIR,eirfwv, & ! --- inputs: 1 Warning: Unused dummy argument ‘nwvtir’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3651:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3651:19: & ( NWVTOT,solfwv,soltot,NWVTIR,eirfwv, & ! --- inputs: 1 Warning: Unused dummy argument ‘nwvtot’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3651:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3651:33: & ( NWVTOT,solfwv,soltot,NWVTIR,eirfwv, & ! --- inputs: 1 Warning: Unused dummy argument ‘soltot’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3356:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3356:37: real (kind=kind_phys) :: cm, hd, hdi, sig0u, sig0l, ratio, tt0, & 1 Warning: Unused variable ‘hd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3356:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3356:42: real (kind=kind_phys) :: cm, hd, hdi, sig0u, sig0l, ratio, tt0, & 1 Warning: Unused variable ‘hdi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3361:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3361:49: integer :: ih1, ih2, kk, idom, icmp, ib, ii, ic, ic1 1 Warning: Unused variable ‘ii’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3356:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3356:56: real (kind=kind_phys) :: cm, hd, hdi, sig0u, sig0l, ratio, tt0, & 1 Warning: Unused variable ‘sig0l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3356:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3356:49: real (kind=kind_phys) :: cm, hd, hdi, sig0u, sig0l, ratio, tt0, & 1 Warning: Unused variable ‘sig0u’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:2887:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:2887:22: & ( prsi,prsl,prslk,tvly,rhlay,dz,hz,tracer, & ! --- inputs: 1 Warning: Unused dummy argument ‘prsl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:2887:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:2887:28: & ( prsi,prsl,prslk,tvly,rhlay,dz,hz,tracer, & ! --- inputs: 1 Warning: Unused dummy argument ‘prslk’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:2887:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:2887:52: & ( prsi,prsl,prslk,tvly,rhlay,dz,hz,tracer, & ! --- inputs: 1 Warning: Unused dummy argument ‘tracer’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:2887:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:2887:33: & ( prsi,prsl,prslk,tvly,rhlay,dz,hz,tracer, & ! --- inputs: 1 Warning: Unused dummy argument ‘tvly’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1285:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1285:61: integer :: i, j, k, m, mb, ib, ii, id, iw, iw1, iw2, ik, ibs, ibe 1 Warning: Unused variable ‘ik’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1285:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1285:24: integer :: i, j, k, m, mb, ib, ii, id, iw, iw1, iw2, ik, ibs, ibe 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1112:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1112:31: & ( solfwv, eirfwv, me & ! --- inputs 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1000:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1000:39: integer :: nb, nw, nw1, nw2, nmax, nmin 1 Warning: Unused variable ‘nmax’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1000:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1000:45: integer :: nb, nw, nw1, nw2, nmax, nmin 1 Warning: Unused variable ‘nmin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:998:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:998:37: real (kind=kind_phys) :: soltot, tmp1, tmp2, tmp3 1 Warning: Unused variable ‘soltot’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:685:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:685:17: & ( NLAY, me ) ! --- inputs 1 Warning: Unused dummy argument ‘nlay’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3650:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3650:0: subroutine gocart_init & Warning: ‘gocart_init’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1444:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1444:0: if (ib == ibs) then Warning: ‘ibs’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1285:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1285:0: integer :: i, j, k, m, mb, ib, ii, id, iw, iw1, iw2, ik, ibs, ibe note: ‘ibs’ was declared here -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1449:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1449:0: if (ib == ibe) then Warning: ‘ibe’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1285:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1285:0: integer :: i, j, k, m, mb, ib, ii, id, iw, iw1, iw2, ik, ibs, ibe note: ‘ibe’ was declared here -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1538:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1538:0: if (ib == ibs) then Warning: ‘ibs’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1285:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1285:0: integer :: i, j, k, m, mb, ib, ii, id, iw, iw1, iw2, ik, ibs, ibe note: ‘ibs’ was declared here -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1543:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1543:0: if (ib == ibe) then Warning: ‘ibe’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1285:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1285:0: integer :: i, j, k, m, mb, ib, ii, id, iw, iw1, iw2, ik, ibs, ibe note: ‘ibe’ was declared here -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_gases.f:1138:17: +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_gases.f:1138:17: j1 = tem1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_gases.f:606:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_gases.f:606:31: integer :: i, id, j, l, iyr, imo, iyr1, iyr2, jyr, idyr 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_gases.f:298:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_gases.f:298:38: logical :: file_exist, lextpl 1 Warning: Unused variable ‘lextpl’ declared at (1) [-Wunused-variable] -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:738:5: +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:738:5: 1007 format(A,F2.0,A,f6.2,A,f7.3,A,f7.2) 1 Warning: Label 1007 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:737:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:737:5: 1006 format(A,F7.3,A,f9.4,A,f9.5,A,f9.4) 1 Warning: Label 1006 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1139:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1139:5: 1000 format(A,F6.1, A,f6.1, A,f5.1, A,f7.1) 1 Warning: Label 1000 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2085:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2085:47: REAL :: qsl,esat,qsat,tlk,qsat_tl,dqsl,cld0,q1k,eq1,qll,& 1 Warning: Unused variable ‘cld0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2104:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2104:42: REAL :: theta1, theta2, ht1, ht2 1 Warning: Unused variable ‘ht1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2104:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2104:47: REAL :: theta1, theta2, ht1, ht2 1 Warning: Unused variable ‘ht2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2087:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2087:16: INTEGER :: i,j,k 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2087:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2087:18: INTEGER :: i,j,k 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2099:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2099:45: REAL :: RH_00L, RH_00O, phi_dz, lfac 1 Warning: Unused variable ‘phi_dz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2085:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2085:25: REAL :: qsl,esat,qsat,tlk,qsat_tl,dqsl,cld0,q1k,eq1,qll,& 1 Warning: Unused variable ‘qsat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2099:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2099:29: REAL :: RH_00L, RH_00O, phi_dz, lfac 1 Warning: Unused variable ‘rh_00l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2099:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2099:37: REAL :: RH_00L, RH_00O, phi_dz, lfac 1 Warning: Unused variable ‘rh_00o’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2104:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2104:29: REAL :: theta1, theta2, ht1, ht2 1 Warning: Unused variable ‘theta1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2104:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2104:37: REAL :: theta1, theta2, ht1, ht2 1 Warning: Unused variable ‘theta2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2086:77: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2086:77: &q2p,pt,rac,qt,t,xl,rsl,cpm,cdhdz,Fng,qww,alpha,beta,bb,ls_min,ls,wt 1 Warning: Unused variable ‘wt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1749:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1749:31: SUBROUTINE Andreas_2002(Z_0,bvisc,ustar,Zt,Zq) 1 Warning: Unused dummy argument ‘z_0’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1711:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1711:70: SUBROUTINE Yang_2008(Z_0,Zt,Zq,ustar,tstar,qst,Ren,visc,landsea) 1 Warning: Unused dummy argument ‘landsea’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1711:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1711:57: SUBROUTINE Yang_2008(Z_0,Zt,Zq,ustar,tstar,qst,Ren,visc,landsea) 1 Warning: Unused dummy argument ‘ren’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1664:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1664:48: SUBROUTINE fairall_etal_2014(Zt,Zq,Ren,ustar,visc,rstoch,spp_pbl) 1 Warning: Unused dummy argument ‘ustar’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1664:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1664:53: SUBROUTINE fairall_etal_2014(Zt,Zq,Ren,ustar,visc,rstoch,spp_pbl) 1 Warning: Unused dummy argument ‘visc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1626:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1626:48: SUBROUTINE fairall_etal_2003(Zt,Zq,Ren,ustar,visc) 1 Warning: Unused dummy argument ‘ustar’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1626:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1626:53: SUBROUTINE fairall_etal_2003(Zt,Zq,Ren,ustar,visc) 1 Warning: Unused dummy argument ‘visc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1595:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1595:17: REAL :: Rq 1 Warning: Unused variable ‘rq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1507:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1507:43: SUBROUTINE Taylor_Yelland_2001(Z_0,ustar,wsp10) 1 Warning: Unused dummy argument ‘ustar’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1374:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1374:54: SUBROUTINE zilitinkevich_1995(Z_0,Zt,Zq,restar,ustar,KARMAN,& 1 Warning: Unused dummy argument ‘ustar’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:617:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:617:30: REAL :: DTHVDZ,DTHVM,VCONV,RZOL,RZOL2,RZOL10,ZOL2,ZOL10 1 Warning: Unused variable ‘dthvm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:618:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:618:27: REAL :: DTG,DTTHX,DTHDZ,PSIT10,PSIQ,PSIQ2,PSIQ10 1 Warning: Unused variable ‘dtthx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:506:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:506:28: ids,ide, jds,jde, kds,kde, & 1 Warning: Unused dummy argument ‘ide’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:506:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:506:24: ids,ide, jds,jde, kds,kde, & 1 Warning: Unused dummy argument ‘ids’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:501:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:501:30: itimestep, & 1 Warning: Unused dummy argument ‘itimestep’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:506:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:506:37: ids,ide, jds,jde, kds,kde, & 1 Warning: Unused dummy argument ‘jde’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:506:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:506:33: ids,ide, jds,jde, kds,kde, & 1 Warning: Unused dummy argument ‘jds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:507:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:507:37: ims,ime, jms,jme, kms,kme, & 1 Warning: Unused dummy argument ‘jme’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:507:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:507:33: ims,ime, jms,jme, kms,kme, & 1 Warning: Unused dummy argument ‘jms’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:508:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:508:37: its,ite, jts,jte, kts,kte & 1 Warning: Unused dummy argument ‘jte’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:508:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:508:33: its,ite, jts,jte, kts,kte & 1 Warning: Unused dummy argument ‘jts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:613:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:613:23: INTEGER :: N,I,K,L,NZOL,NK,NZOL2,NZOL10, ITER, yesno 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:506:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:506:46: ids,ide, jds,jde, kds,kde, & 1 Warning: Unused dummy argument ‘kde’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:506:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:506:42: ids,ide, jds,jde, kds,kde, & 1 Warning: Unused dummy argument ‘kds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:507:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:507:46: ims,ime, jms,jme, kms,kme, & 1 Warning: Unused dummy argument ‘kme’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:507:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:507:42: ims,ime, jms,jme, kms,kme, & 1 Warning: Unused dummy argument ‘kms’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:508:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:508:46: its,ite, jts,jte, kts,kte & 1 Warning: Unused dummy argument ‘kte’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:508:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:508:42: its,ite, jts,jte, kts,kte & 1 Warning: Unused dummy argument ‘kts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:613:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:613:25: INTEGER :: N,I,K,L,NZOL,NK,NZOL2,NZOL10, ITER, yesno 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:613:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:613:19: INTEGER :: N,I,K,L,NZOL,NK,NZOL2,NZOL10, ITER, yesno 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:613:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:613:33: INTEGER :: N,I,K,L,NZOL,NK,NZOL2,NZOL10, ITER, yesno 1 Warning: Unused variable ‘nk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:493:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:493:33: CP,G,ROVCP,R,XLV,PSFCPA,CHS,CHS2,CQS2, & 1 Warning: Unused dummy argument ‘r’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:617:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:617:36: REAL :: DTHVDZ,DTHVM,VCONV,RZOL,RZOL2,RZOL10,ZOL2,ZOL10 1 Warning: Unused variable ‘vconv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:500:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:500:38: KARMAN,ch,vt1,vq1,qc1d,qcg, & 1 Warning: Unused dummy argument ‘vq1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:500:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:500:34: KARMAN,ch,vt1,vq1,qc1d,qcg, & 1 Warning: Unused dummy argument ‘vt1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:315:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:315:39: BulkRi,qstar,resist,logres 1 Warning: Unused variable ‘bulkri’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:109:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:109:48: SUBROUTINE mynn_sf_init_driver(allowed_to_read) 1 Warning: Unused dummy argument ‘allowed_to_read’ at (1) [-Wunused-dummy-argument] -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv.f:173:25: - - & ( im, km, grav, cp, hvap, rd, eps, epsm1, rvrdm1, ps, & ! --- inputs: - 1 -Warning: Unused dummy argument ‘grav’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv.f:178:28: - - & lheatstrg, isot, ivegsrc, & - 1 -Warning: Unused dummy argument ‘isot’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv.f:173:63: - - & ( im, km, grav, cp, hvap, rd, eps, epsm1, rvrdm1, ps, & ! --- inputs: - 1 -Warning: Unused dummy argument ‘ps’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f:230:4: +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f:230:4: 610 format(1x,' k pr dkt dku ',i5,3f8.2,' l2 ri t2', 1 Warning: Label 610 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f:229:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f:229:4: 609 format(1x,' k pr dkt dku ',i5,3f8.2) 1 Warning: Label 609 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f:228:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f:228:4: 608 format(1x,i5,9f8.2) 1 Warning: Label 608 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f:226:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f:226:4: 607 format(1x,' kpbl hpbl fm fh hgamt', 1 Warning: Label 607 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f:225:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f:225:4: 606 format(1x,i5,6f8.2) 1 Warning: Label 606 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f:223:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f:223:4: 605 format(1x,' k zl spd2 thekv the1v' 1 Warning: Label 605 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f:222:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f:222:4: 604 format(1x,' sfc',9x,f9.1,18x,f9.1) 1 Warning: Label 604 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f:221:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f:221:4: 603 format(1x,i5,8f9.1) 1 Warning: Label 603 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f:218:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f:218:4: 602 format(1x,' k',' z',' t',' th', 1 Warning: Label 602 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f:217:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f:217:4: 601 format(1x,' moninp lat lon step hour ',3i6,f6.1) 1 Warning: Label 601 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f:161:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f:161:30: & dq1, dsdz2, dsdzq, dsdzt, 1 Warning: Unused variable ‘dq1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f:162:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f:162:32: & dsdzu, dsdzv, 1 Warning: Unused variable ‘dsdzu’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f:162:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f:162:41: & dsdzu, dsdzv, 1 Warning: Unused variable ‘dsdzv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f:163:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f:163:49: & dsig, dt2, dthe1, dtodsd, 1 Warning: Unused variable ‘dthe1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f:66:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f:66:46: & kinver,xkzm_m,xkzm_h,xkzm_s,lprnt,ipr, & 1 Warning: Unused dummy argument ‘ipr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f:117:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f:117:20: integer i,iprt,is,iun,k,kk,km1,kmpbl,latd,lond 1 Warning: Unused variable ‘iprt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f:117:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f:117:47: integer i,iprt,is,iun,k,kk,km1,kmpbl,latd,lond 1 Warning: Unused variable ‘latd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f:117:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f:117:52: integer i,iprt,is,iun,k,kk,km1,kmpbl,latd,lond 1 Warning: Unused variable ‘lond’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f:66:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f:66:42: & kinver,xkzm_m,xkzm_h,xkzm_s,lprnt,ipr, & 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f:171:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f:171:31: & rone, rzero, sfcfrac, 1 Warning: Unused variable ‘rone’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f:171:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f:171:41: & rone, rzero, sfcfrac, 1 Warning: Unused variable ‘rzero’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f:179:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f:179:31: & xkzm, xkzmu, 1 Warning: Unused variable ‘xkzm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f:179:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f:179:41: & xkzm, xkzmu, 1 Warning: Unused variable ‘xkzmu’ declared at (1) [-Wunused-variable] -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f:238:68: +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv.f:173:25: + + & ( im, km, grav, cp, hvap, rd, eps, epsm1, rvrdm1, ps, & ! --- inputs: + 1 +Warning: Unused dummy argument ‘grav’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv.f:178:28: + + & lheatstrg, isot, ivegsrc, & + 1 +Warning: Unused dummy argument ‘isot’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv.f:173:63: + + & ( im, km, grav, cp, hvap, rd, eps, epsm1, rvrdm1, ps, & ! --- inputs: + 1 +Warning: Unused dummy argument ‘ps’ at (1) [-Wunused-dummy-argument] +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f:238:68: real(kind=kind_phys) qlko_ktcon(im), dellal(im,km), tvo(im,km), 1 Warning: Unused variable ‘tvo’ declared at (1) [-Wunused-variable] -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfshalcnv.f:95:30: +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfshalcnv.f:95:30: & c0l, d0, 1 Warning: Unused variable ‘c0l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfshalcnv.f:89:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfshalcnv.f:89:30: integer i,j,indx, k, kk, km1, n 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_diag.f:47:18: +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_diag.f:47:18: integer :: k,i 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_sice.f:462:23: +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_sice.f:462:23: & lprnt, ipr, 1 Warning: Unused dummy argument ‘ipr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_sice.f:462:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_sice.f:462:18: & lprnt, ipr, 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_sice.f:50:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_sice.f:50:27: & cplflx, cplchm, flag_cice, islmsk_cice, & 1 Warning: Unused dummy argument ‘cplchm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_sice.f:43:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_sice.f:43:67: & ( im, km, sbc, hvap, tgice, cp, eps, epsm1, rvrdm1, grav, & ! --- inputs: 1 Warning: Unused dummy argument ‘grav’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_sice.f:46:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_sice.f:46:42: & cm, ch, prsl1, prslki, prsik1, prslk1, islimsk, wind, & 1 Warning: Unused dummy argument ‘prsik1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_sice.f:46:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_sice.f:46:50: & cm, ch, prsl1, prslki, prsik1, prslk1, islimsk, wind, & 1 Warning: Unused dummy argument ‘prslk1’ at (1) [-Wunused-dummy-argument] -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F:61:18: +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F:61:18: & grav,rd,cp,rv,hvap,hfus,fv,eps,epsm1, & 1 Warning: Unused dummy argument ‘rd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F:198:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F:198:31: & zfac, zfmin, vk, spdk2, 1 Warning: Unused variable ‘zfac’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2138:7: +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2138:7: & ntclamt 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2838:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2838:29: integer :: i, k, id, nf, n 1 Warning: Unused variable ‘nf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2724:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2724:52: & xlat,xlon,slmsk,dz,delp, IX, NLAY, NLP1, cldtot, & 1 Warning: Unused dummy argument ‘nlp1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2723:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2723:22: & ( plyr,plvl,tlyr,tvly,ccnd,ncnd, & ! --- inputs: 1 Warning: Unused dummy argument ‘plvl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2724:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2724:22: & xlat,xlon,slmsk,dz,delp, IX, NLAY, NLP1, cldtot, & 1 Warning: Unused dummy argument ‘xlon’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2342:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2342:27: & IX, NLAY, NLP1, & 1 Warning: Unused dummy argument ‘nlp1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2341:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2341:18: & ntrac,ntcw,ntiw,ntrw,ntsw,ntgl, & 1 Warning: Unused dummy argument ‘ntrac’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2339:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2339:22: & ( plyr,plvl,tlyr,qlyr,qstl,rhly,clw, & ! --- inputs: 1 Warning: Unused dummy argument ‘plvl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2339:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2339:32: & ( plyr,plvl,tlyr,qlyr,qstl,rhly,clw, & ! --- inputs: 1 Warning: Unused dummy argument ‘qlyr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2340:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2340:28: & xlat,xlon,slmsk,dz,delp, & 1 Warning: Unused dummy argument ‘slmsk’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2452:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2452:58: & cwp, cip, crp, csp, rew, rei, res, rer, tem2d, clwf 1 Warning: Unused variable ‘tem2d’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2457:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2457:29: & tem1, tem2, tem3 1 Warning: Unused variable ‘tem3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2339:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2339:27: & ( plyr,plvl,tlyr,qlyr,qstl,rhly,clw, & ! --- inputs: 1 Warning: Unused dummy argument ‘tlyr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2340:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2340:22: & xlat,xlon,slmsk,dz,delp, & 1 Warning: Unused dummy argument ‘xlon’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2162:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2162:43: real (kind=kind_phys) :: clwmin, clwm, clwt, onemrh, value, & 1 Warning: Unused variable ‘clwm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2162:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2162:37: real (kind=kind_phys) :: clwmin, clwm, clwt, onemrh, value, & 1 Warning: Unused variable ‘clwmin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2162:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2162:49: real (kind=kind_phys) :: clwmin, clwm, clwt, onemrh, value, & 1 Warning: Unused variable ‘clwt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2056:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2056:27: & IX, NLAY, NLP1, & 1 Warning: Unused dummy argument ‘nlp1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2055:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2055:18: & ntrac,ntcw,ntiw,ntrw,ntsw,ntgl,ntclamt, & 1 Warning: Unused dummy argument ‘ntrac’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2162:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2162:57: real (kind=kind_phys) :: clwmin, clwm, clwt, onemrh, value, & 1 Warning: Unused variable ‘onemrh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2053:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2053:22: & ( plyr,plvl,tlyr,tvly,qlyr,qstl,rhly,clw, & ! --- inputs: 1 Warning: Unused dummy argument ‘plvl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2053:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2053:37: & ( plyr,plvl,tlyr,tvly,qlyr,qstl,rhly,clw, & ! --- inputs: 1 Warning: Unused dummy argument ‘qlyr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2053:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2053:42: & ( plyr,plvl,tlyr,tvly,qlyr,qstl,rhly,clw, & ! --- inputs: 1 Warning: Unused dummy argument ‘qstl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2053:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2053:47: & ( plyr,plvl,tlyr,tvly,qlyr,qstl,rhly,clw, & ! --- inputs: 1 Warning: Unused dummy argument ‘rhly’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2162:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2162:64: real (kind=kind_phys) :: clwmin, clwm, clwt, onemrh, value, & 1 Warning: Unused variable ‘value’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2054:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2054:22: & xlat,xlon,slmsk, dz, delp, & 1 Warning: Unused dummy argument ‘xlon’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1819:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1819:43: real (kind=kind_phys) :: clwmin, clwm, clwt, onemrh, value, & 1 Warning: Unused variable ‘clwm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1819:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1819:37: real (kind=kind_phys) :: clwmin, clwm, clwt, onemrh, value, & 1 Warning: Unused variable ‘clwmin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1713:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1713:61: & ( plyr,plvl,tlyr,tvly,qlyr,qstl,rhly,clw,cnvw,cnvc, & ! --- inputs: 1 Warning: Unused dummy argument ‘cnvc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1715:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1715:27: & IX, NLAY, NLP1, & 1 Warning: Unused dummy argument ‘nlp1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1819:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1819:57: real (kind=kind_phys) :: clwmin, clwm, clwt, onemrh, value, & 1 Warning: Unused variable ‘onemrh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1713:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1713:22: & ( plyr,plvl,tlyr,tvly,qlyr,qstl,rhly,clw,cnvw,cnvc, & ! --- inputs: 1 Warning: Unused dummy argument ‘plvl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1713:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1713:37: & ( plyr,plvl,tlyr,tvly,qlyr,qstl,rhly,clw,cnvw,cnvc, & ! --- inputs: 1 Warning: Unused dummy argument ‘qlyr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1713:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1713:42: & ( plyr,plvl,tlyr,tvly,qlyr,qstl,rhly,clw,cnvw,cnvc, & ! --- inputs: 1 Warning: Unused dummy argument ‘qstl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1713:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1713:47: & ( plyr,plvl,tlyr,tvly,qlyr,qstl,rhly,clw,cnvw,cnvc, & ! --- inputs: 1 Warning: Unused dummy argument ‘rhly’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1819:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1819:64: real (kind=kind_phys) :: clwmin, clwm, clwt, onemrh, value, & 1 Warning: Unused variable ‘value’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1714:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1714:22: & xlat,xlon,slmsk,cldtot, dz, delp, & 1 Warning: Unused dummy argument ‘xlon’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1430:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1430:43: real (kind=kind_phys) :: clwmin, clwm, clwt, onemrh, value, & 1 Warning: Unused variable ‘clwm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1430:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1430:37: real (kind=kind_phys) :: clwmin, clwm, clwt, onemrh, value, & 1 Warning: Unused variable ‘clwmin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1318:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1318:30: & deltaq,sup,kdt,me, & 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1317:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1317:27: & ix, nlay, nlp1, & 1 Warning: Unused dummy argument ‘nlp1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1430:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1430:57: real (kind=kind_phys) :: clwmin, clwm, clwt, onemrh, value, & 1 Warning: Unused variable ‘onemrh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1315:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1315:22: & ( plyr,plvl,tlyr,tvly,qlyr,qstl,rhly,clw,cnvw,cnvc, & ! --- inputs: 1 Warning: Unused dummy argument ‘plvl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1430:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1430:64: real (kind=kind_phys) :: clwmin, clwm, clwt, onemrh, value, & 1 Warning: Unused variable ‘value’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1316:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1316:22: & xlat,xlon,slmsk, dz, delp, & 1 Warning: Unused dummy argument ‘xlon’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:869:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:869:27: & IX, NLAY, NLP1, lmfshal, lmfdeep2, & 1 Warning: Unused dummy argument ‘nlp1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:868:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:868:28: & xlat,xlon,slmsk,dz,delp, f_ice,f_rain,r_rime,flgmin, & 1 Warning: Unused dummy argument ‘slmsk’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:868:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:868:22: & xlat,xlon,slmsk,dz,delp, f_ice,f_rain,r_rime,flgmin, & 1 Warning: Unused dummy argument ‘xlon’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:435:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:435:52: & xlat,xlon,slmsk,dz,delp, IX, NLAY, NLP1, & 1 Warning: Unused dummy argument ‘nlp1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:434:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:434:22: & ( plyr,plvl,tlyr,tvly,qlyr,qstl,rhly,clw, & ! --- inputs: 1 Warning: Unused dummy argument ‘plvl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:434:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:434:37: & ( plyr,plvl,tlyr,tvly,qlyr,qstl,rhly,clw, & ! --- inputs: 1 Warning: Unused dummy argument ‘qlyr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:435:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:435:22: & xlat,xlon,slmsk,dz,delp, IX, NLAY, NLP1, & 1 Warning: Unused dummy argument ‘xlon’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:323:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:323:27: integer :: k, kl, ier 1 Warning: Unused variable ‘ier’ declared at (1) [-Wunused-variable] -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_main.f:3524:20: +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_main.f:3524:20: itgas = tblint*tblind + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_main.f:3556:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_main.f:3556:23: ittot = tblint*tblind + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_main.f:3098:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_main.f:3098:20: itgas = tblint*tblind + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_main.f:3136:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_main.f:3136:23: ittot = tblint*tblind + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_main.f:2540:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_main.f:2540:20: itgas = tblint*tblind + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_main.f:2572:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_main.f:2572:23: ittot = tblint*tblind + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_main.f:3337:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_main.f:3337:36: & fracs,secdif, nlay,nlp1, & 1 Warning: Unused dummy argument ‘nlp1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_main.f:2062:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_main.f:2062:23: & nlay, nlp1, & 1 Warning: Unused dummy argument ‘nlp1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_main.f:1494:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_main.f:1494:54: & ( cfrac,cliqp,reliq,cicep,reice,cdat1,cdat2,cdat3,cdat4, & ! --- inputs 1 Warning: Unused dummy argument ‘cdat2’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_main.f:393:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_main.f:393:36: & npts, nlay, nlp1, lprnt, cld_cf, lslwr, & 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f:3411:22: +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f:3411:22: itind = ftind*NTBMX + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f:3457:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f:3457:22: itind = ftind*NTBMX + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f:3467:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f:3467:22: itind = ftind*NTBMX + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f:3623:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f:3623:26: itind = ftind*NTBMX + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f:3669:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f:3669:26: itind = ftind*NTBMX + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f:3679:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f:3679:26: itind = ftind*NTBMX + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f:2634:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f:2634:22: itind = ftind*NTBMX + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f:2680:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f:2680:22: itind = ftind*NTBMX + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f:2690:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f:2690:22: itind = ftind*NTBMX + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f:2859:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f:2859:26: itind = ftind*NTBMX + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f:2905:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f:2905:26: itind = ftind*NTBMX + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f:2915:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f:2915:26: itind = ftind*NTBMX + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f:4111:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f:4111:46: integer :: ibd, j, jb, js, k, klow, khgh, klim, ks, njb, ns 1 Warning: Unused variable ‘khgh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f:4111:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f:4111:52: integer :: ibd, j, jb, js, k, klow, khgh, klim, ks, njb, ns 1 Warning: Unused variable ‘klim’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f:4111:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f:4111:40: integer :: ibd, j, jb, js, k, klow, khgh, klim, ks, njb, ns 1 Warning: Unused variable ‘klow’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f:3136:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f:3136:20: & cf1,cf0,taug,taur,tauae,ssaae,asyae,taucw,ssacw,asycw, & 1 Warning: Unused dummy argument ‘cf0’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f:2223:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f:2223:18: integer :: i, k, jp1 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f:2165:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f:2165:42: & ( pavel,tavel,h2ovmr, nlay,nlp1, & ! --- inputs 1 Warning: Unused dummy argument ‘nlp1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f:466:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f:466:63: & gasvmr_cfc11,gasvmr_cfc12,gasvmr_cfc22,gasvmr_ccl4, & ! --- inputs 1 Warning: Unused dummy argument ‘gasvmr_ccl4’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f:466:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f:466:25: & gasvmr_cfc11,gasvmr_cfc12,gasvmr_cfc22,gasvmr_ccl4, & ! --- inputs 1 Warning: Unused dummy argument ‘gasvmr_cfc11’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f:466:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f:466:38: & gasvmr_cfc11,gasvmr_cfc12,gasvmr_cfc22,gasvmr_ccl4, & ! --- inputs 1 Warning: Unused dummy argument ‘gasvmr_cfc12’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f:466:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f:466:51: & gasvmr_cfc11,gasvmr_cfc12,gasvmr_cfc22,gasvmr_ccl4, & ! --- inputs 1 Warning: Unused dummy argument ‘gasvmr_cfc22’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f:465:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f:465:65: & gasvmr_co2,gasvmr_n2o,gasvmr_ch4,gasvmr_o2,gasvmr_co, & 1 Warning: Unused dummy argument ‘gasvmr_co’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f:464:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f:464:22: & ( plyr,plvl,tlyr,tlvl,qlyr,olyr, & 1 Warning: Unused dummy argument ‘plvl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f:464:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f:464:32: & ( plyr,plvl,tlyr,tlvl,qlyr,olyr, & 1 Warning: Unused dummy argument ‘tlvl’ at (1) [-Wunused-dummy-argument] -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:817:78: +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:817:78: subroutine cool_skin(ustar_a,f_nsol,f_sol_0,evap,sss,alpha,beta,rho_w,rho_a,ts,q_ts,hl_ts,grav,le,deltat_c,z_c,c_0,c_d) 1 Warning: Unused dummy argument ‘ts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:768:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:768:24: subroutine cal_tztr(kdt,xt,c_0,c_d,w_0,w_d,zc,zw,z,tztr) 1 Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:708:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:708:56: subroutine app_sfs(kdt,xt,xs,xu,xv,alpha,beta,grav,d_1p,xz) 1 Warning: Unused dummy argument ‘d_1p’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:708:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:708:23: subroutine app_sfs(kdt,xt,xs,xu,xv,alpha,beta,grav,d_1p,xz) 1 Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:734:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:734:14: integer :: n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:676:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:676:24: subroutine cal_ttop(kdt,timestep,q_warm,rho,dz,xt,xz,ttop) 1 Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:644:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:644:21: subroutine cal_w(kdt,xz,xt,xzts,xtts,w_0,w_d) 1 Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:487:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:487:37: alpha,beta,alon,sinlat,soltim,grav,le,xt,xs,xu,xv,xz,xzts,xtts) 1 Warning: Unused dummy argument ‘alon’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:486:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:486:25: subroutine dtm_onset(kdt,timestep,rich,tox,toy,i0,q,sss,sep,q_ts,hl_ts,rho, & 1 Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:487:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:487:51: alpha,beta,alon,sinlat,soltim,grav,le,xt,xs,xu,xv,xz,xzts,xtts) 1 Warning: Unused dummy argument ‘soltim’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:404:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:404:24: subroutine convdepth(kdt,timestep,i0,q,sss,sep,rho,alpha,beta,xt,xs,xz,d_conv) 1 Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:404:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:404:42: subroutine convdepth(kdt,timestep,i0,q,sss,sep,rho,alpha,beta,xt,xs,xz,d_conv) 1 Warning: Unused dummy argument ‘sss’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:383:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:383:34: subroutine dtm_1p_mta(dta,xt,xtts,xz,xzts) 1 Warning: Unused dummy argument ‘xtts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:383:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:383:42: subroutine dtm_1p_mta(dta,xt,xtts,xz,xzts) 1 Warning: Unused dummy argument ‘xzts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:366:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:366:30: subroutine dtm_1p_mda(xt,xtts,xz,xzts) 1 Warning: Unused dummy argument ‘xtts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:366:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:366:38: subroutine dtm_1p_mda(xt,xtts,xz,xzts) 1 Warning: Unused dummy argument ‘xzts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:352:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:352:30: subroutine dtm_1p_mwa(xt,xtts,xz,xzts) 1 Warning: Unused dummy argument ‘xtts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:352:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:352:38: subroutine dtm_1p_mwa(xt,xtts,xz,xzts) 1 Warning: Unused dummy argument ‘xzts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:332:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:332:36: subroutine dtm_1p_tla(dz,te,xt,xtts,xz,xzts) 1 Warning: Unused dummy argument ‘xtts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:332:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:332:44: subroutine dtm_1p_tla(dz,te,xt,xtts,xz,xzts) 1 Warning: Unused dummy argument ‘xzts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:314:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:314:37: subroutine dtm_1p_fca(d_conv,xt,xtts,xz,xzts) 1 Warning: Unused dummy argument ‘xtts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:314:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:314:45: subroutine dtm_1p_fca(d_conv,xt,xtts,xz,xzts) 1 Warning: Unused dummy argument ‘xzts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:92:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:92:28: beta,alon,sinlat,soltim,grav,le,d_conv, & 1 Warning: Unused dummy argument ‘alon’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:92:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:92:57: beta,alon,sinlat,soltim,grav,le,d_conv, & 1 Warning: Unused dummy argument ‘d_conv’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:91:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:91:22: subroutine eulerm(kdt,timestep,rich,tox,toy,i0,q,sss,sep,q_ts,hl_ts,rho,alpha,& 1 Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:92:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:92:42: beta,alon,sinlat,soltim,grav,le,d_conv, & 1 Warning: Unused dummy argument ‘soltim’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:306:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:306:0: xz = max(xz_mda,xz_fca,xz_tla,xz_mwa) Warning: ‘xz_mwa’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:2104:37: +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:2104:37: & FQAI, dNil, FQA 1 Warning: Unused variable ‘fqai’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:2103:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:2103:68: real , dimension(im,lm) :: fQi,dQil, DQmax, QLTOT, QITOT, FQAL, 1 Warning: Unused variable ‘fqal’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:2103:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:2103:36: real , dimension(im,lm) :: fQi,dQil, DQmax, QLTOT, QITOT, FQAL, 1 Warning: Unused variable ‘fqi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:2024:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:2024:46: & QAi , SC_ICE , CF , AF , PF, pdfflag) 1 Warning: Unused dummy argument ‘cf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:2032:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:2032:22: & QL, DQSx, sigmaqt1, sigmaqt2, qsnx, esl, esi,pl100 1 Warning: Unused variable ‘dqsx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:2032:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:2032:53: & QL, DQSx, sigmaqt1, sigmaqt2, qsnx, esl, esi,pl100 1 Warning: Unused variable ‘esl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:2031:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:2031:61: real :: qt, QCx, QSn, tmpARR, CFALL, QVx, CFio, QA, QAx, QC, QI, & 1 Warning: Unused variable ‘qax’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:2031:69: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:2031:69: real :: qt, QCx, QSn, tmpARR, CFALL, QVx, CFio, QA, QAx, QC, QI, & 1 Warning: Unused variable ‘qi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:2032:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:2032:16: & QL, DQSx, sigmaqt1, sigmaqt2, qsnx, esl, esi,pl100 1 Warning: Unused variable ‘ql’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:2032:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:2032:48: & QL, DQSx, sigmaqt1, sigmaqt2, qsnx, esl, esi,pl100 1 Warning: Unused variable ‘qsnx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1910:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1910:31: & DENAIR, DENICE, AUX, DCF, QTOT, LHCORR, QL, DQI, DQL, QVINC, 1 Warning: Unused variable ‘dcf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1911:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1911:62: & QSLIQ, CFALL, new_QI, new_QL, QSICE, fQI_0, QS_0, DQS_0, FQA, 1 Warning: Unused variable ‘dqs_0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1909:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1909:50: real :: DC, TEFF,QCm,DEP, QC, QS, RHCR, DQSL, DQSI, QI, TC, DIFF, 1 Warning: Unused variable ‘dqsl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1913:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1913:23: real esl,esi, esn,desdt,weight,hlatsb,hlatvp,hltalt,tterm, 1 Warning: Unused variable ‘esn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1913:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1913:43: real esl,esi, esn,desdt,weight,hlatsb,hlatvp,hltalt,tterm, 1 Warning: Unused variable ‘hlatsb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1913:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1913:50: real esl,esi, esn,desdt,weight,hlatsb,hlatvp,hltalt,tterm, 1 Warning: Unused variable ‘hlatvp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1911:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1911:27: & QSLIQ, CFALL, new_QI, new_QL, QSICE, fQI_0, QS_0, DQS_0, FQA, 1 Warning: Unused variable ‘new_qi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1911:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1911:35: & QSLIQ, CFALL, new_QI, new_QL, QSICE, fQI_0, QS_0, DQS_0, FQA, 1 Warning: Unused variable ‘new_ql’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1902:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1902:33: & QLLS , QLCN , CF , AF , NL , NI , DQALL , FQI ) 1 Warning: Unused dummy argument ‘nl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1909:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1909:34: real :: DC, TEFF,QCm,DEP, QC, QS, RHCR, DQSL, DQSI, QI, TC, DIFF, 1 Warning: Unused variable ‘qc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1909:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1909:26: real :: DC, TEFF,QCm,DEP, QC, QS, RHCR, DQSL, DQSI, QI, TC, DIFF, 1 Warning: Unused variable ‘qcm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1909:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1909:38: real :: DC, TEFF,QCm,DEP, QC, QS, RHCR, DQSL, DQSI, QI, TC, DIFF, 1 Warning: Unused variable ‘qs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1911:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1911:55: & QSLIQ, CFALL, new_QI, new_QL, QSICE, fQI_0, QS_0, DQS_0, FQA, 1 Warning: Unused variable ‘qs_0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1909:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1909:44: real :: DC, TEFF,QCm,DEP, QC, QS, RHCR, DQSL, DQSI, QI, TC, DIFF, 1 Warning: Unused variable ‘rhcr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1913:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1913:63: real esl,esi, esn,desdt,weight,hlatsb,hlatvp,hltalt,tterm, 1 Warning: Unused variable ‘tterm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1913:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1913:36: real esl,esi, esn,desdt,weight,hlatsb,hlatvp,hltalt,tterm, 1 Warning: Unused variable ‘weight’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1720:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1720:32: real :: RAIN_DAY,LAMBDA,A,B,SLOPR,DIAM1 1 Warning: Unused variable ‘a’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1720:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1720:34: real :: RAIN_DAY,LAMBDA,A,B,SLOPR,DIAM1 1 Warning: Unused variable ‘b’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1720:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1720:30: real :: RAIN_DAY,LAMBDA,A,B,SLOPR,DIAM1 1 Warning: Unused variable ‘lambda’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1356:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1356:29: real :: PFi,PFl,QS,dQS,ENVFRAC 1 Warning: Unused variable ‘dqs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1379:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1379:15: real esl,esi, esn,desdt,weight,tc,hlatsb,hlatvp,hltalt,tterm, 1 Warning: Unused variable ‘esl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1322:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1322:34: & ENVFC,DDRFC, AF, CF, PCBL,i ) 1 Warning: Unused dummy argument ‘i’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1374:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1374:33: integer :: NS, NSMX, itr,L 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1374:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1374:20: integer :: NS, NSMX, itr,L 1 Warning: Unused variable ‘ns’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1374:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1374:26: integer :: NS, NSMX, itr,L 1 Warning: Unused variable ‘nsmx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1318:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1318:16: & QCl , QCi , TE , QV , mass , imass , PL , dZE , QDDF3 , AA , BB ,& 1 Warning: Unused dummy argument ‘qci’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1372:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1372:31: real :: TAU_FRZ, TAU_MLT, QSICE, DQSI 1 Warning: Unused variable ‘tau_mlt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1238:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1238:56: & TE, QV, DCF, DMF, QLA, QIA, CF, AF, QS, & 1 Warning: Unused dummy argument ‘cf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1237:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1237:38: subroutine cnvsrc( DT, ICEPARAM, SCLMFDFR, MASS, iMASS, PL, & 1 Warning: Unused dummy argument ‘iceparam’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1237:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1237:54: subroutine cnvsrc( DT, ICEPARAM, SCLMFDFR, MASS, iMASS, PL, & 1 Warning: Unused dummy argument ‘mass’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1237:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1237:65: subroutine cnvsrc( DT, ICEPARAM, SCLMFDFR, MASS, iMASS, PL, & 1 Warning: Unused dummy argument ‘pl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1246:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1246:30: real :: TEND,QVx,QCA,fQi 1 Warning: Unused variable ‘qca’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1238:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1238:52: & TE, QV, DCF, DMF, QLA, QIA, CF, AF, QS, & 1 Warning: Unused dummy argument ‘qia’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1238:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1238:47: & TE, QV, DCF, DMF, QLA, QIA, CF, AF, QS, & 1 Warning: Unused dummy argument ‘qla’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:823:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:823:31: real :: QT, QMX, QMN, DQ, QVtop, sigmaqt1, sigmaqt2, qsnx 1 Warning: Unused variable ‘dq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:835:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:835:43: real :: QX, QSLIQ, QSICE, DQx, pl100, tmpARR 1 Warning: Unused variable ‘dqx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:811:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:811:29: subroutine hystpdf( DT, ALPHA, PDFSHAPE, qc_min, PL, QV, QCl, QAl& 1 Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:823:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:823:27: real :: QT, QMX, QMN, DQ, QVtop, sigmaqt1, sigmaqt2, qsnx 1 Warning: Unused variable ‘qmn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:823:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:823:22: real :: QT, QMX, QMN, DQ, QVtop, sigmaqt1, sigmaqt2, qsnx 1 Warning: Unused variable ‘qmx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:826:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:826:33: real :: QSx, DQSx, QS, DQs 1 Warning: Unused variable ‘qs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:835:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:835:31: real :: QX, QSLIQ, QSICE, DQx, pl100, tmpARR 1 Warning: Unused variable ‘qsice’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:835:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:835:24: real :: QX, QSLIQ, QSICE, DQx, pl100, tmpARR 1 Warning: Unused variable ‘qsliq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:827:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:827:23: &, TEp, QSp, CFp, QVp, QCp 1 Warning: Unused variable ‘qsp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:822:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:822:23: real :: QCO, QVO, CFO, QAO, TAU 1 Warning: Unused variable ‘qvo’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:823:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:823:38: real :: QT, QMX, QMN, DQ, QVtop, sigmaqt1, sigmaqt2, qsnx 1 Warning: Unused variable ‘qvtop’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:835:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:835:17: real :: QX, QSLIQ, QSICE, DQx, pl100, tmpARR 1 Warning: Unused variable ‘qx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:822:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:822:38: real :: QCO, QVO, CFO, QAO, TAU 1 Warning: Unused variable ‘tau’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:723:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:723:33: real :: CFO, pl100, QT, DQ, QSx, QCx, QC, QA & 1 Warning: Unused variable ‘dq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:724:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:724:43: &, QX, QSLIQ, QSICE, CFALL, DQx, FQA, tem 1 Warning: Unused variable ‘dqx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:584:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:584:31: subroutine pdf_spread (K, LM, PP, ALPHA, ALPHT_DIAG, FRLAND, rhc) 1 Warning: Unused dummy argument ‘k’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:584:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:584:35: subroutine pdf_spread (K, LM, PP, ALPHA, ALPHT_DIAG, FRLAND, rhc) 1 Warning: Unused dummy argument ‘lm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:122:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:122:46: &, lprnt, ipr, rhc, pdfflag, qc_min ) 1 Warning: Unused dummy argument ‘ipr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:188:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:188:23: integer :: I , J , K , L 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:188:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:188:31: integer :: I , J , K , L 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:122:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:122:41: &, lprnt, ipr, rhc, pdfflag, qc_min ) 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:117:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:117:50: &, PHYSPARAMS, SCLMFDFR & 1 Warning: Unused dummy argument ‘sclmfdfr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:193:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:193:29: &, dti, tx1, tend, fqi 1 Warning: Unused variable ‘tend’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:192:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:192:35: real :: MASS, iMASS, TOTFRC, TEMP, ALPHA 1 Warning: Unused variable ‘totfrc’ declared at (1) [-Wunused-variable] -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:584:0: - - subroutine pdf_spread (K, LM, PP, ALPHA, ALPHT_DIAG, FRLAND, rhc) - -Warning: ‘pdf_spread’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1237:0: - - subroutine cnvsrc( DT, ICEPARAM, SCLMFDFR, MASS, iMASS, PL, & - -Warning: ‘cnvsrc’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1317:0: - - subroutine PRECIP3( K,LM , DT , FRLAND , RHCR3 , QPl , QPi , & - -Warning: ‘precip3’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1773:0: - - subroutine MICRO_AA_BB_3(TEMP,PR,Q_SAT,AA,BB) - -Warning: ‘micro_aa_bb_3’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1797:0: - - function LDRADIUS3(PL,TE,QCL,NN) RESULT(RADIUS) - -Warning: ‘ldradius3’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1816:0: - - function ICE_FRACTION (TEMP) RESULT(ICEFRCT) - -Warning: ‘ice_fraction’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F:1901:0: - - subroutine Bergeron_iter ( DTIME , PL , TE , QV , QILS , QICN , - -Warning: ‘bergeron_iter’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:5085:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:5085:7: function derf(x) 1 Warning: ‘derf’ declared at (1) may shadow the intrinsic of the same name. In order to call the intrinsic, explicit INTRINSIC declarations may be required. [-Wintrinsic-shadow] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:5268:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:5268:7: FUNCTION GAMMA(X) 1 Warning: ‘gamma’ declared at (1) may shadow the intrinsic of the same name. In order to call the intrinsic, explicit INTRINSIC declarations may be required. [-Wintrinsic-shadow] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:165:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:165:32: &, cons16, cons17, cons18, cons19, cons20 1 Warning: Unused PRIVATE module variable ‘cons16’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:165:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:165:40: &, cons16, cons17, cons18, cons19, cons20 1 Warning: Unused PRIVATE module variable ‘cons17’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:147:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:147:29: real(r8), private:: Ecc 1 Warning: Unused PRIVATE module variable ‘ecc’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:5234:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:5234:21: REAL(r8) :: TC, mui, lx 1 Warning: Unused variable ‘tc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:933:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:933:28: real(r8) bbi, cci, ak, iciwc, rvi, riter 1 Warning: Unused variable ‘ak’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:712:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:712:52: &, arg, alpha 1 Warning: Unused variable ‘alpha’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:32: real(r8) Tk, deles, Aprpr, Bprpr, Cice, qi0, Crate, qidep 1 Warning: Unused variable ‘aprpr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:712:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:712:45: &, arg, alpha 1 Warning: Unused variable ‘arg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:933:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:933:19: real(r8) bbi, cci, ak, iciwc, rvi, riter 1 Warning: Unused variable ‘bbi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:972:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:972:59: real(r8) :: beta6, xs, nssoot, nsdust, taux, psc, Bh, vaux, aux, 1 Warning: Unused variable ‘bh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:39: real(r8) Tk, deles, Aprpr, Bprpr, Cice, qi0, Crate, qidep 1 Warning: Unused variable ‘bprpr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:703:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:703:54: real(r8), dimension(pcols) :: icwc, calpha, cbeta, cbetah 1 Warning: Unused variable ‘calpha’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:703:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:703:61: real(r8), dimension(pcols) :: icwc, calpha, cbeta, cbetah 1 Warning: Unused variable ‘cbeta’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:703:69: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:703:69: real(r8), dimension(pcols) :: icwc, calpha, cbeta, cbetah 1 Warning: Unused variable ‘cbetah’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:933:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:933:24: real(r8) bbi, cci, ak, iciwc, rvi, riter 1 Warning: Unused variable ‘cci’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:704:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:704:56: &, cgamma, cgamah, rcgama 1 Warning: Unused variable ‘cgamah’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:704:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:704:48: &, cgamma, cgamah, rcgama 1 Warning: Unused variable ‘cgamma’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:45: real(r8) Tk, deles, Aprpr, Bprpr, Cice, qi0, Crate, qidep 1 Warning: Unused variable ‘cice’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:705:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:705:47: &, cmec1, cmec2, cmec3, cmec4 1 Warning: Unused variable ‘cmec1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:705:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:705:54: &, cmec1, cmec2, cmec3, cmec4 1 Warning: Unused variable ‘cmec2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:705:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:705:61: &, cmec1, cmec2, cmec3, cmec4 1 Warning: Unused variable ‘cmec3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:705:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:705:68: &, cmec1, cmec2, cmec3, cmec4 1 Warning: Unused variable ‘cmec4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:57: real(r8) Tk, deles, Aprpr, Bprpr, Cice, qi0, Crate, qidep 1 Warning: Unused variable ‘crate’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:831:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:831:32: real(r8) :: csigma(pcols) 1 Warning: Unused variable ‘csigma’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:510:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:510:24: & qn, qtend, cwtend, qc, qi, nc, ni,fprcp,qrn,qsnw,nrn,nsnw, & 1 Warning: Unused dummy argument ‘cwtend’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:25: real(r8) Tk, deles, Aprpr, Bprpr, Cice, qi0, Crate, qidep 1 Warning: Unused variable ‘deles’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:964:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:964:19: real(r8) dmc,ssmc,dstrn 1 Warning: Unused variable ‘dmc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:964:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:964:30: real(r8) dmc,ssmc,dstrn 1 Warning: Unused variable ‘dstrn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:801:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:801:36: real(r8) :: dumnr(pcols,pver) 1 Warning: Unused variable ‘dumnr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:799:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:799:36: real(r8) :: dumns(pcols,pver) 1 Warning: Unused variable ‘dumns’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:800:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:800:35: real(r8) :: dumr(pcols,pver) 1 Warning: Unused variable ‘dumr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:798:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:798:35: real(r8) :: dums(pcols,pver) 1 Warning: Unused variable ‘dums’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:859:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:859:28: real(r8) :: es(pcols) 1 Warning: Unused variable ‘es’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:812:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:812:33: real(r8) :: faloutnr(pver) 1 Warning: Unused variable ‘faloutnr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:818:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:818:33: real(r8) :: faloutns(pver) 1 Warning: Unused variable ‘faloutns’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:811:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:811:32: real(r8) :: faloutr(pver) 1 Warning: Unused variable ‘faloutr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:817:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:817:32: real(r8) :: falouts(pver) 1 Warning: Unused variable ‘falouts’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:820:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:820:27: real(r8) :: faltndnr 1 Warning: Unused variable ‘faltndnr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:826:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:826:27: real(r8) :: faltndns 1 Warning: Unused variable ‘faltndns’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:819:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:819:26: real(r8) :: faltndr 1 Warning: Unused variable ‘faltndr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:825:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:825:26: real(r8) :: faltnds 1 Warning: Unused variable ‘faltnds’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:513:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:513:48: & npccnin, rndst,nacon, rhdfda, rhu00, fice, tlat, qvlat, qctend, & 1 Warning: Unused dummy argument ‘fice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:804:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:804:28: real(r8) :: fnr(pver) 1 Warning: Unused variable ‘fnr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:810:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:810:28: real(r8) :: fns(pver) 1 Warning: Unused variable ‘fns’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:803:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:803:27: real(r8) :: fr(pver) 1 Warning: Unused variable ‘fr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:809:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:809:27: real(r8) :: fs(pver) 1 Warning: Unused variable ‘fs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:933:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:933:35: real(r8) bbi, cci, ak, iciwc, rvi, riter 1 Warning: Unused variable ‘iciwc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:703:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:703:46: real(r8), dimension(pcols) :: icwc, calpha, cbeta, cbetah 1 Warning: Unused variable ‘icwc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:922:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:922:17: integer ii,kk, m, ind_aux, km, kp 1 Warning: Unused variable ‘ii’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:922:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:922:20: integer ii,kk, m, ind_aux, km, kp 1 Warning: Unused variable ‘kk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:922:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:922:40: integer ii,kk, m, ind_aux, km, kp 1 Warning: Unused variable ‘kp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:921:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:921:29: integer i,k,nstep,n, l 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:508:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:508:37: subroutine mmicro_pcond ( lchnk, ncol, deltatin, tn, ttend, & 1 Warning: Unused dummy argument ‘lchnk’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:700:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:700:59: &, cwml, cwmi, lcldn, lcldo 1 Warning: Unused variable ‘lcldn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:700:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:700:66: &, cwml, cwmi, lcldn, lcldo 1 Warning: Unused variable ‘lcldo’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:525:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:525:30: & nbincontactdust, lprint, xlat, xlon, rhc) 1 Warning: Unused dummy argument ‘lprint’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:922:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:922:23: integer ii,kk, m, ind_aux, km, kp 1 Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:726:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:726:28: real(r8) :: n0c(pver) 1 Warning: Unused variable ‘n0c’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:741:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:741:24: real(r8) :: nacnt 1 Warning: Unused variable ‘nacnt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:701:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:701:55: &, nctend_mixnuc, npccn 1 Warning: Unused variable ‘nctend_mixnuc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:512:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:512:26: & icecldf, cldo, pint, rpdel, zm, rate1ord_cw2pr_st, naai, & 1 Warning: Unused dummy argument ‘pint’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:972:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:972:55: real(r8) :: beta6, xs, nssoot, nsdust, taux, psc, Bh, vaux, aux, 1 Warning: Unused variable ‘psc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:711:69: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:711:69: real(r8) :: qtmp, dum, dum1, dum2, qcld 1 Warning: Unused variable ‘qcld’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:50: real(r8) Tk, deles, Aprpr, Bprpr, Cice, qi0, Crate, qidep 1 Warning: Unused variable ‘qi0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:64: real(r8) Tk, deles, Aprpr, Bprpr, Cice, qi0, Crate, qidep 1 Warning: Unused variable ‘qidep’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:856:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:856:34: real(r8) :: qsp(pcols,pver) 1 Warning: Unused variable ‘qsp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:857:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:857:36: real(r8) :: qsphy(pcols,pver) 1 Warning: Unused variable ‘qsphy’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:510:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:510:16: & qn, qtend, cwtend, qc, qi, nc, ni,fprcp,qrn,qsnw,nrn,nsnw, & 1 Warning: Unused dummy argument ‘qtend’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:704:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:704:64: &, cgamma, cgamah, rcgama 1 Warning: Unused variable ‘rcgama’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:525:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:525:47: & nbincontactdust, lprint, xlat, xlon, rhc) 1 Warning: Unused dummy argument ‘rhc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:513:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:513:35: & npccnin, rndst,nacon, rhdfda, rhu00, fice, tlat, qvlat, qctend, & 1 Warning: Unused dummy argument ‘rhdfda’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:513:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:513:42: & npccnin, rndst,nacon, rhdfda, rhu00, fice, tlat, qvlat, qctend, & 1 Warning: Unused dummy argument ‘rhu00’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:512:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:512:33: & icecldf, cldo, pint, rpdel, zm, rate1ord_cw2pr_st, naai, & 1 Warning: Unused dummy argument ‘rpdel’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:933:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:933:40: real(r8) bbi, cci, ak, iciwc, rvi, riter 1 Warning: Unused variable ‘rvi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:929:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:929:66: real(r8), dimension(nbincontactdust) :: ndfaer, nslip, slip 1 Warning: Unused variable ‘slip’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:964:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:964:24: real(r8) dmc,ssmc,dstrn 1 Warning: Unused variable ‘ssmc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:18: real(r8) Tk, deles, Aprpr, Bprpr, Cice, qi0, Crate, qidep 1 Warning: Unused variable ‘tk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:855:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:855:34: real(r8) :: tsp(pcols,pver) 1 Warning: Unused variable ‘tsp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:508:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:508:64: subroutine mmicro_pcond ( lchnk, ncol, deltatin, tn, ttend, & 1 Warning: Unused dummy argument ‘ttend’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:525:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:525:36: & nbincontactdust, lprint, xlat, xlon, rhc) 1 Warning: Unused dummy argument ‘xlat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:525:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:525:42: & nbincontactdust, lprint, xlat, xlon, rhc) 1 Warning: Unused dummy argument ‘xlon’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:512:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:512:37: & icecldf, cldo, pint, rpdel, zm, rate1ord_cw2pr_st, naai, & 1 Warning: Unused dummy argument ‘zm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:209:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:584:0: + + subroutine pdf_spread (K, LM, PP, ALPHA, ALPHT_DIAG, FRLAND, rhc) + +Warning: ‘pdf_spread’ defined but not used [-Wunused-function] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1237:0: + + subroutine cnvsrc( DT, ICEPARAM, SCLMFDFR, MASS, iMASS, PL, & + +Warning: ‘cnvsrc’ defined but not used [-Wunused-function] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1317:0: + + subroutine PRECIP3( K,LM , DT , FRLAND , RHCR3 , QPl , QPi , & + +Warning: ‘precip3’ defined but not used [-Wunused-function] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1773:0: + + subroutine MICRO_AA_BB_3(TEMP,PR,Q_SAT,AA,BB) + +Warning: ‘micro_aa_bb_3’ defined but not used [-Wunused-function] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1797:0: + + function LDRADIUS3(PL,TE,QCL,NN) RESULT(RADIUS) + +Warning: ‘ldradius3’ defined but not used [-Wunused-function] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1816:0: + + function ICE_FRACTION (TEMP) RESULT(ICEFRCT) + +Warning: ‘ice_fraction’ defined but not used [-Wunused-function] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F:1901:0: + + subroutine Bergeron_iter ( DTIME , PL , TE , QV , QILS , QICN , + +Warning: ‘bergeron_iter’ defined but not used [-Wunused-function] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:209:28: real(r8) surften, arg, derf 1 Warning: Unused variable ‘arg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:209:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:209:34: real(r8) surften, arg, derf 1 Warning: Unused variable ‘derf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:211:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:211:39: character(len=16) :: eddy_scheme = ' ' 1 Warning: Unused variable ‘eddy_scheme’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:212:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:212:48: logical :: history_microphysics 1 Warning: Unused variable ‘history_microphysics’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:208:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:208:28: integer k, l, m, iaer 1 Warning: Unused variable ‘iaer’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:208:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:208:16: integer k, l, m, iaer 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:208:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:208:19: integer k, l, m, iaer 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:208:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:208:22: integer k, l, m, iaer 1 Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:209:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:209:23: real(r8) surften, arg, derf 1 Warning: Unused variable ‘surften’ declared at (1) [-Wunused-variable] -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:775:21: +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:775:21: real(r8) :: faltndc 1 Warning: Unused variable ‘faltndc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:777:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:777:21: real(r8) :: faltndi 1 Warning: Unused variable ‘faltndi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:776:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:776:22: real(r8) :: faltndnc 1 Warning: Unused variable ‘faltndnc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:778:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:778:22: real(r8) :: faltndni 1 Warning: Unused variable ‘faltndni’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:783:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:783:22: real(r8) :: faltndnr 1 Warning: Unused variable ‘faltndnr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:785:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:785:22: real(r8) :: faltndns 1 Warning: Unused variable ‘faltndns’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:780:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:780:23: real(r8) :: faltndqce 1 Warning: Unused variable ‘faltndqce’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:779:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:779:23: real(r8) :: faltndqie 1 Warning: Unused variable ‘faltndqie’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:782:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:782:21: real(r8) :: faltndr 1 Warning: Unused variable ‘faltndr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:784:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:784:21: real(r8) :: faltnds 1 Warning: Unused variable ‘faltnds’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:396:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:396:33: prer_evap, xlat, xlon, lprnt, iccn, aero_in, nlball) 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:739:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:739:26: real(r8) :: mi0l(mgncol) 1 Warning: Unused variable ‘mi0l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:826:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:826:32: real(r8) :: irad, ifrac, tsfac 1 Warning: Unused variable ‘tsfac’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:396:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:396:20: prer_evap, xlat, xlon, lprnt, iccn, aero_in, nlball) 1 Warning: Unused dummy argument ‘xlat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:396:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:396:26: prer_evap, xlat, xlon, lprnt, iccn, aero_in, nlball) 1 Warning: Unused dummy argument ‘xlon’ at (1) [-Wunused-dummy-argument] -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:996:21: +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:996:21: real(r8) :: faltndc 1 Warning: Unused variable ‘faltndc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1011:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1011:21: real(r8) :: faltndg 1 Warning: Unused variable ‘faltndg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:998:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:998:21: real(r8) :: faltndi 1 Warning: Unused variable ‘faltndi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:997:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:997:22: real(r8) :: faltndnc 1 Warning: Unused variable ‘faltndnc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1012:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1012:22: real(r8) :: faltndng 1 Warning: Unused variable ‘faltndng’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:999:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:999:22: real(r8) :: faltndni 1 Warning: Unused variable ‘faltndni’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1004:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1004:22: real(r8) :: faltndnr 1 Warning: Unused variable ‘faltndnr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1006:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1006:22: real(r8) :: faltndns 1 Warning: Unused variable ‘faltndns’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1001:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1001:23: real(r8) :: faltndqce 1 Warning: Unused variable ‘faltndqce’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1000:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1000:23: real(r8) :: faltndqie 1 Warning: Unused variable ‘faltndqie’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1003:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1003:21: real(r8) :: faltndr 1 Warning: Unused variable ‘faltndr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1005:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1005:21: real(r8) :: faltnds 1 Warning: Unused variable ‘faltnds’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:497:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:497:33: prer_evap, xlat, xlon, lprnt, iccn, aero_in, nlball) 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:955:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:955:26: real(r8) :: mi0l(mgncol) 1 Warning: Unused variable ‘mi0l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:497:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:497:20: prer_evap, xlat, xlon, lprnt, iccn, aero_in, nlball) 1 Warning: Unused dummy argument ‘xlat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:497:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:497:26: prer_evap, xlat, xlon, lprnt, iccn, aero_in, nlball) 1 Warning: Unused dummy argument ‘xlon’ at (1) [-Wunused-dummy-argument] -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:198:82: +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:198:82: dudt, dvdt, dtdt, rdxzb, con_g, con_pi, con_cp, con_rd, con_rv, con_fvirt, & 1 Warning: Unused dummy argument ‘con_fvirt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:198:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:198:47: dudt, dvdt, dtdt, rdxzb, con_g, con_pi, con_cp, con_rd, con_rv, con_fvirt, & 1 Warning: Unused dummy argument ‘con_pi’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:198:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:198:25: dudt, dvdt, dtdt, rdxzb, con_g, con_pi, con_cp, con_rd, con_rv, con_fvirt, & 1 Warning: Unused dummy argument ‘dtdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:198:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:198:13: dudt, dvdt, dtdt, rdxzb, con_g, con_pi, con_cp, con_rd, con_rv, con_fvirt, & 1 Warning: Unused dummy argument ‘dudt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:198:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:198:19: dudt, dvdt, dtdt, rdxzb, con_g, con_pi, con_cp, con_rd, con_rv, con_fvirt, & 1 Warning: Unused dummy argument ‘dvdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:193:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:193:43: do_tofd, ldiag_ugwp, cdmbgwd, xlat, xlat_d, sinlat, coslat, area, & 1 Warning: Unused dummy argument ‘xlat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:66:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:66:19: real :: dxsg 1 Warning: Unused variable ‘dxsg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:65:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:65:21: logical :: exists 1 Warning: Unused variable ‘exists’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:64:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:64:18: integer :: ios 1 Warning: Unused variable ‘ios’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:67:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:67:16: integer :: k 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90:86:65: +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90:86:65: subroutine GFS_suite_interstitial_1_run (im, levs, ntrac, dtf, dtp, slmsk, area, dxmin, dxinv, pgr, & 1 Warning: Unused dummy argument ‘dtf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90:86:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90:86:70: subroutine GFS_suite_interstitial_1_run (im, levs, ntrac, dtf, dtp, slmsk, area, dxmin, dxinv, pgr, & 1 Warning: Unused dummy argument ‘dtp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90:159:85: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90:159:85: subroutine GFS_suite_interstitial_2_run (im, levs, lssav, ldiag3d, lsidea, cplflx, flag_cice, shal_cnv, old_monin, mstrat, & 1 Warning: Unused dummy argument ‘cplflx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90:462:95: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90:462:95: subroutine GFS_suite_interstitial_3_run (im, levs, nn, cscnv, satmedmf, trans_trac, do_shoc, ltaerosol, ntrac, ntcw, & 1 Warning: Unused dummy argument ‘do_shoc’ at (1) [-Wunused-dummy-argument] -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90:18:42: +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90:18:42: cldsa, mtopa, mbota, clouds1, cldtaulw, cldtausw, & 1 Warning: Unused dummy argument ‘clouds1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90:17:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90:17:22: Coupling, scmpsw, im, lm, ltp, kt, kb, kd, raddt, aerodp, & 1 Warning: Unused dummy argument ‘coupling’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90:58:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90:58:28: integer :: i, j, k, k1, itop, ibtc 1 Warning: Unused variable ‘k1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90:17:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90:17:38: Coupling, scmpsw, im, lm, ltp, kt, kb, kd, raddt, aerodp, & 1 Warning: Unused dummy argument ‘lm’ at (1) [-Wunused-dummy-argument] -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o [ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o [ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o [ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o [ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_stochastics_cap.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90:391:18: +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90:391:18: iseed = mod(con_100*sqrt(Model%fhour*con_hr),1.0d9) + Model%seed0 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90:326:77: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90:326:77: subroutine GFS_phys_time_vary_run (Data, Model, nthrds, first_time_step, errmsg, errflg) 1 Warning: Unused dummy argument ‘first_time_step’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90:348:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90:348:47: real(kind=kind_phys) :: sec_zero, rsnow 1 Warning: Unused variable ‘rsnow’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90:347:72: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90:347:72: integer :: i, j, k, iseed, iskip, ix, nb, nblks, kdt_rad, vegtyp 1 Warning: Unused variable ‘vegtyp’ declared at (1) [-Wunused-variable] -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90:25:13: +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90:25:13: use physparam, only: ipsd0, ipsdlim, iaerflg 1 Warning: Unused module variable ‘iaerflg’ which has been explicitly imported at (1) [-Wunused-variable] [ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_stochastics_cap.F90.o [ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_nst.f:33:31: +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_nst.f:33:31: & ( im, hvap, cp, hfus, jcal, eps, epsm1, rvrdm1, rd, rhw0, & 1 Warning: Unused dummy argument ‘hfus’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_nst.f:167:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_nst.f:167:9: use date_def, only: idate 1 Warning: Unused module variable ‘idate’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_nst.f:39:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_nst.f:39:35: & nstf_name5, lprnt, ipr, & 1 Warning: Unused dummy argument ‘ipr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_nst.f:248:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_nst.f:248:23: integer :: iw3jdn 1 Warning: Unused variable ‘iw3jdn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_nst.f:33:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_nst.f:33:37: & ( im, hvap, cp, hfus, jcal, eps, epsm1, rvrdm1, rd, rhw0, & 1 Warning: Unused dummy argument ‘jcal’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_nst.f:220:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_nst.f:220:18: integer :: k,i 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_nst.f:39:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_nst.f:39:30: & nstf_name5, lprnt, ipr, & 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_nst.f:34:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_nst.f:34:15: & pi, sbc, ps, u1, v1, t1, q1, tref, cm, ch, & 1 Warning: Unused dummy argument ‘pi’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_nst.f:35:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_nst.f:35:34: & prsl1, prslki, prsik1, prslk1, wet, xlon, sinlat, & 1 Warning: Unused dummy argument ‘prsik1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_nst.f:35:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_nst.f:35:42: & prsl1, prslki, prsik1, prslk1, wet, xlon, sinlat, & 1 Warning: Unused dummy argument ‘prslk1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_nst.f:33:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_nst.f:33:67: & ( im, hvap, cp, hfus, jcal, eps, epsm1, rvrdm1, rd, rhw0, & 1 Warning: Unused dummy argument ‘rhw0’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_nst.f:232:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_nst.f:232:36: & xzts_old, ifd_old, tref_old, tskin_old, dt_cool_old,z_c_old 1 Warning: Unused variable ‘tref_old’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_nst.f:37:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_nst.f:37:70: & sfcemis, dlwflx, sfcnsw, rain, timestep, kdt, solhr,xcosz, & 1 Warning: Unused dummy argument ‘xcosz’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_nst.f:780:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_nst.f:780:33: & ( im, rlapse, wet, icy, oro, oro_uf, nstf_name1, & 1 Warning: Unused dummy argument ‘icy’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_nst.f:780:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_nst.f:780:38: & ( im, rlapse, wet, icy, oro, oro_uf, nstf_name1, & 1 Warning: Unused dummy argument ‘oro’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_nst.f:780:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_nst.f:780:46: & ( im, rlapse, wet, icy, oro, oro_uf, nstf_name1, & 1 Warning: Unused dummy argument ‘oro_uf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_nst.f:780:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_nst.f:780:23: & ( im, rlapse, wet, icy, oro, oro_uf, nstf_name1, & 1 Warning: Unused dummy argument ‘rlapse’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_nst.f:782:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_nst.f:782:22: & tsurf_ocn, tsfc_ocn, dtzm, errmsg, errflg & 1 Warning: Unused dummy argument ‘tsurf_ocn’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:740:72: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:740:72: elseif(Model%imp_physics == 8 .or. Model%imp_physics == 6) then ! Thompson / WSM6 cloud micrphysics scheme 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:145:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:145:57: rhly, tvly,qstl, vvel, clw, ciw, prslk1, tem2da, & 1 Warning: Unused variable ‘ciw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:22:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:22:22: Tbd, Cldprop, Coupling, & 1 Warning: Unused dummy argument ‘cldprop’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:145:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:145:52: rhly, tvly,qstl, vvel, clw, ciw, prslk1, tem2da, & 1 Warning: Unused variable ‘clw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:141:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:141:70: real(kind=kind_phys), dimension(size(Grid%xlon,1)) :: cvt1, cvb1, tem1d, tskn 1 Warning: Unused variable ‘cvb1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:141:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:141:64: real(kind=kind_phys), dimension(size(Grid%xlon,1)) :: cvt1, cvb1, tem1d, tskn 1 Warning: Unused variable ‘cvt1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:139:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:139:42: real(kind=kind_phys) :: es, qs, delt, tem0d 1 Warning: Unused variable ‘delt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:144:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:144:45: htswc, htlwc, gcice, grain, grime, htsw0, htlw0, & 1 Warning: Unused variable ‘gcice’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:144:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:144:52: htswc, htlwc, gcice, grain, grime, htsw0, htlw0, & 1 Warning: Unused variable ‘grain’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:144:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:144:59: htswc, htlwc, gcice, grain, grime, htsw0, htlw0, & 1 Warning: Unused variable ‘grime’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:144:73: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:144:73: htswc, htlwc, gcice, grain, grime, htsw0, htlw0, & 1 Warning: Unused variable ‘htlw0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:144:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:144:38: htswc, htlwc, gcice, grain, grime, htsw0, htlw0, & 1 Warning: Unused variable ‘htlwc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:144:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:144:66: htswc, htlwc, gcice, grain, grime, htsw0, htlw0, & 1 Warning: Unused variable ‘htsw0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:144:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:144:31: htswc, htlwc, gcice, grain, grime, htsw0, htlw0, & 1 Warning: Unused variable ‘htswc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:137:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:137:56: integer :: i, j, k, k1, k2, lsk, lv, n, itop, ibtc, LP1, lla, llb, lya, lyb 1 Warning: Unused variable ‘ibtc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:137:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:137:50: integer :: i, j, k, k1, k2, lsk, lv, n, itop, ibtc, LP1, lla, llb, lya, lyb 1 Warning: Unused variable ‘itop’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:137:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:137:41: integer :: i, j, k, k1, k2, lsk, lv, n, itop, ibtc, LP1, lla, llb, lya, lyb 1 Warning: Unused variable ‘lv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:145:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:145:47: rhly, tvly,qstl, vvel, clw, ciw, prslk1, tem2da, & 1 Warning: Unused variable ‘vvel’ declared at (1) [-Wunused-variable] -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90:48:25: +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90:48:25: num_p3d, npdf3d, ntoz, iovr_sw, iovr_lw, isubc_sw, isubc_lw, & 1 Warning: Unused dummy argument ‘npdf3d’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90:47:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90:47:70: si, levr, ictm, isol, ico2, iaer, ialb, iems, ntcw, num_p2d, & 1 Warning: Unused dummy argument ‘num_p2d’ at (1) [-Wunused-dummy-argument] -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_time_vary_cap.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_time_vary_cap.F90.o [ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_physics_cap.F90.o [ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_time_vary_cap.F90.o [ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o @@ -18301,606 +18300,606 @@ Warning: Unused dummy argument ‘num_p2d’ at (1) [-Wunused-dummy-argument] [ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o [ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o [ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:1800:35: +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:1800:35: integer, parameter :: crtrh=0.70 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘INTEGER(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3954:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3954:19: ( IM , IJSDIM, KMAX , & !DD dimensions 1 Warning: Unused dummy argument ‘im’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3862:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3862:26: ( IM , IJSDIM, KMAX , NTR , & !DD dimensions 1 Warning: Unused dummy argument ‘im’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3807:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3807:26: ( IM , IJSDIM, KMAX , NTR , & !DD dimensions 1 Warning: Unused dummy argument ‘im’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3757:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3757:26: ( IM , IJSDIM, KMAX , NTR , & !DD dimensions 1 Warning: Unused dummy argument ‘im’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3655:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3655:31: INTEGER I, K, LT, TP, CTP 1 Warning: Unused variable ‘tp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3183:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3183:46: WMX, HMX, DDWMX, DDHMX, dp_above, dp_below, fsigma, & 1 Warning: Unused variable ‘ddhmx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3183:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3183:39: WMX, HMX, DDWMX, DDHMX, dp_above, dp_below, fsigma, & 1 Warning: Unused variable ‘ddwmx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3091:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3091:30: sigmad, do_aw , do_awdd, flx_form, & !DDsigma input 1 Warning: Unused dummy argument ‘do_aw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3183:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3183:30: WMX, HMX, DDWMX, DDHMX, dp_above, dp_below, fsigma, & 1 Warning: Unused variable ‘hmx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3190:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3190:21: integer ij, i, k, kp1, n 1 Warning: Unused variable ‘ij’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3081:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3081:19: ( IM , IJSDIM, KMAX , NTR , ntrq, & !DD dimensions 1 Warning: Unused dummy argument ‘im’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3183:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3183:22: WMX, HMX, DDWMX, DDHMX, dp_above, dp_below, fsigma, & 1 Warning: Unused variable ‘wmx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3010:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3010:19: ( IM , IJSDIM, KMAX , & !DD dimensions 1 Warning: Unused dummy argument ‘im’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2923:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:640:25: + + integer :: k, i, l + 1 +Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:640:22: + + integer :: k, i, l + 1 +Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:640:28: + + integer :: k, i, l + 1 +Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2923:41: GTQLCI, GTQICI, GTM2CI, GTM3CI, wrk, wrk1 1 Warning: Unused variable ‘gtm2ci’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2923:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2923:49: GTQLCI, GTQICI, GTM2CI, GTM3CI, wrk, wrk1 1 Warning: Unused variable ‘gtm3ci’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2886:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2886:19: ( IM , IJSDIM, KMAX , NTR, ntrq, & !DD dimensions 1 Warning: Unused dummy argument ‘im’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2920:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2920:47: REAL(r8) SBH0, SBQ0, SBL0, SBI0, SBC0, SBS0, & 1 Warning: Unused variable ‘sbc0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2921:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2921:47: SBH1, SBQ1, SBL1, SBI1, SBC1, SBS1, FX1, & 1 Warning: Unused variable ‘sbc1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2920:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2920:54: REAL(r8) SBH0, SBQ0, SBL0, SBI0, SBC0, SBS0, & 1 Warning: Unused variable ‘sbs0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2921:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2921:54: SBH1, SBQ1, SBL1, SBI1, SBC1, SBS1, FX1, & 1 Warning: Unused variable ‘sbs1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2853:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:614:25: + + integer :: k, i + 1 +Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:614:22: + + integer :: k, i + 1 +Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:590:22: + + integer :: i + 1 +Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:552:22: + + integer :: i + 1 +Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:47:57: + + Grid, Tbd, Cldprop, Radtend, Diag, Interstitial, & + 1 +Warning: Unused dummy argument ‘cldprop’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:84:36: + + integer :: impi, iomp, ierr, n + 1 +Warning: Unused variable ‘ierr’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:47:86: + + Grid, Tbd, Cldprop, Radtend, Diag, Interstitial, & + 1 +Warning: Unused dummy argument ‘interstitial’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2853:32: integer I, K, CTP, kk,n 1 Warning: Unused variable ‘kk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2750:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2750:26: ( IM , IJSDIM, KMAX , & !DD dimensions 1 Warning: Unused dummy argument ‘im’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2033:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:755:61: + + Grid, Tbd, Cldprop, Radtend, Diag, Interstitial, & + 1 +Warning: Unused dummy argument ‘cldprop’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:754:90: + + subroutine GFS_interstitialtoscreen_run (Model, Statein, Stateout, Sfcprop, Coupling, & + 1 +Warning: Unused dummy argument ‘coupling’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:755:76: + + Grid, Tbd, Cldprop, Radtend, Diag, Interstitial, & + 1 +Warning: Unused dummy argument ‘diag’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:755:47: + + Grid, Tbd, Cldprop, Radtend, Diag, Interstitial, & + 1 +Warning: Unused dummy argument ‘grid’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:755:70: + + Grid, Tbd, Cldprop, Radtend, Diag, Interstitial, & + 1 +Warning: Unused dummy argument ‘radtend’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:754:80: + + subroutine GFS_interstitialtoscreen_run (Model, Statein, Stateout, Sfcprop, Coupling, & + 1 +Warning: Unused dummy argument ‘sfcprop’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:754:61: + + subroutine GFS_interstitialtoscreen_run (Model, Statein, Stateout, Sfcprop, Coupling, & + 1 +Warning: Unused dummy argument ‘statein’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:754:71: + + subroutine GFS_interstitialtoscreen_run (Model, Statein, Stateout, Sfcprop, Coupling, & + 1 +Warning: Unused dummy argument ‘stateout’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:755:52: + + Grid, Tbd, Cldprop, Radtend, Diag, Interstitial, & + 1 +Warning: Unused dummy argument ‘tbd’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2033:28: KB , CTP , ISTS , IENS, & ! input 1 Warning: Unused dummy argument ‘ctp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2035:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2035:51: gclm, gcim , gctrm , lprnt, ipr ) 1 Warning: Unused dummy argument ‘ipr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2035:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2035:46: gclm, gcim , gctrm , lprnt, ipr ) 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2152:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2152:21: REAL(r8) :: PB = 1.0_r8 1 Warning: Unused variable ‘pb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2174:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2174:20: REAL(r8) T ! temperature 1 Warning: Unused variable ‘t’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2132:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2132:56: PRECR, GTPRIZ, DELZL, GCCT, DCT, WCVX, PRCZH, wrk 1 Warning: Unused variable ‘wcvx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2172:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2172:20: REAL(r8) Z ! altitude 1 Warning: Unused variable ‘z’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2173:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2173:21: REAL(r8) ZH ! scale height 1 Warning: Unused variable ‘zh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:640:25: - - integer :: k, i, l - 1 -Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:640:22: - - integer :: k, i, l - 1 -Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:640:28: - - integer :: k, i, l - 1 -Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:614:25: - - integer :: k, i - 1 -Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:614:22: - - integer :: k, i - 1 -Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:590:22: - - integer :: i - 1 -Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:1793:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:1793:28: lprnt, ipr, & 1 Warning: Unused dummy argument ‘ipr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:1793:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:1793:22: lprnt, ipr, & 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:552:22: - - integer :: i - 1 -Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:47:57: - - Grid, Tbd, Cldprop, Radtend, Diag, Interstitial, & - 1 -Warning: Unused dummy argument ‘cldprop’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:84:36: - - integer :: impi, iomp, ierr, n - 1 -Warning: Unused variable ‘ierr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:47:86: - - Grid, Tbd, Cldprop, Radtend, Diag, Interstitial, & - 1 -Warning: Unused dummy argument ‘interstitial’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:861:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:861:40: REAL(r8) DELZ, BUOY, DELWC, DELER 1 Warning: Unused variable ‘deler’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:861:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:861:20: REAL(r8) DELZ, BUOY, DELWC, DELER 1 Warning: Unused variable ‘delz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:868:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:868:22: REAL(r8) GDCLDX, GDMU2X, GDMU3X 1 Warning: Unused variable ‘gdcldx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:868:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:868:30: REAL(r8) GDCLDX, GDMU2X, GDMU3X 1 Warning: Unused variable ‘gdmu2x’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:868:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:868:38: REAL(r8) GDCLDX, GDMU2X, GDMU3X 1 Warning: Unused variable ‘gdmu3x’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:943:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:943:53: INTEGER :: KBMX, I, K, CTP, ierr, n, kp1, km1, kk, kbi, l, l1 1 Warning: Unused variable ‘ierr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:728:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:728:59: DELTA , DELTI , ISTS , IENS, mype,& ! input 1 Warning: Unused dummy argument ‘mype’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:755:61: - - Grid, Tbd, Cldprop, Radtend, Diag, Interstitial, & - 1 -Warning: Unused dummy argument ‘cldprop’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:754:90: - - subroutine GFS_interstitialtoscreen_run (Model, Statein, Stateout, Sfcprop, Coupling, & - 1 -Warning: Unused dummy argument ‘coupling’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:755:76: - - Grid, Tbd, Cldprop, Radtend, Diag, Interstitial, & - 1 -Warning: Unused dummy argument ‘diag’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:755:47: - - Grid, Tbd, Cldprop, Radtend, Diag, Interstitial, & - 1 -Warning: Unused dummy argument ‘grid’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:755:70: - - Grid, Tbd, Cldprop, Radtend, Diag, Interstitial, & - 1 -Warning: Unused dummy argument ‘radtend’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:754:80: - - subroutine GFS_interstitialtoscreen_run (Model, Statein, Stateout, Sfcprop, Coupling, & - 1 -Warning: Unused dummy argument ‘sfcprop’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:754:61: - - subroutine GFS_interstitialtoscreen_run (Model, Statein, Stateout, Sfcprop, Coupling, & - 1 -Warning: Unused dummy argument ‘statein’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:754:71: - - subroutine GFS_interstitialtoscreen_run (Model, Statein, Stateout, Sfcprop, Coupling, & - 1 -Warning: Unused dummy argument ‘stateout’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:755:52: - - Grid, Tbd, Cldprop, Radtend, Diag, Interstitial, & - 1 -Warning: Unused dummy argument ‘tbd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:294:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:294:48: otspt , lat , kdt , & 1 Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:294:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:294:38: otspt , lat , kdt , & 1 Warning: Unused dummy argument ‘lat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3547:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3547:0: SUBROUTINE CUMCLD & !! cloudiness Warning: ‘cumcld’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3806:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3806:0: SUBROUTINE CUMSBR & !! Tracer Subsidence Warning: ‘cumsbr’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3953:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3953:0: SUBROUTINE CUMFXR1 & ! Tracer mass fixer Warning: ‘cumfxr1’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90:4038:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90:4038:0: SUBROUTINE CUMCHK & ! check range of output values Warning: ‘cumchk’ defined but not used [-Wunused-function] -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90:31:55: +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90:31:55: gt0, gq0, save_t, save_q, prsi, cldfrac, subcldfrac, & 1 Warning: Unused dummy argument ‘cldfrac’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90:29:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90:29:58: subroutine cs_conv_aw_adj_run(im, levs, do_cscnv, do_aw, do_shoc, & 1 Warning: Unused dummy argument ‘do_aw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90:29:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90:29:51: subroutine cs_conv_aw_adj_run(im, levs, do_cscnv, do_aw, do_shoc, & 1 Warning: Unused dummy argument ‘do_cscnv’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90:30:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90:30:27: ntrac, ncld, ntcw, ntclamt, nncl, con_g, sigmafrac, & 1 Warning: Unused dummy argument ‘ncld’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90:30:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90:30:42: ntrac, ncld, ntcw, ntclamt, nncl, con_g, sigmafrac, & 1 Warning: Unused dummy argument ‘ntclamt’ at (1) [-Wunused-dummy-argument] [ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:88:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:88:38: integer, parameter :: ichoice=0 ! 0 2 5 13 8 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:90:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:90:40: integer, parameter :: ichoicem=13 ! 0 2 5 13 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:91:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:91:40: integer, parameter :: ichoice_s=3 ! 0 1 2 3 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:427:3: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:427:3: 123 format(1x,i2,1x,2(1x,f8.0),1x,2(1x,f8.3),3(1x,e13.5)) 1 Warning: Label 123 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:875:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:875:4: 100 continue 1 Warning: Label 100 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:150:79: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:150:79: real(kind=kind_phys), dimension (im) :: tau_ecmwf,edt,edtm,edtd,ter11,aa0,xlandi 1 Warning: Unused variable ‘aa0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:179:71: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:179:71: real(kind=kind_phys) :: clwtot,clwtot1,excess,tcrit,tscl_kf,dp,dq,sub_spread,subcenter 1 Warning: Unused variable ‘dq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:180:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:180:37: real(kind=kind_phys) :: dsubclw,dsubclws,dsubclwm,dtime_max,ztm,ztq,hfm,qfm,rkbcon,rktop 1 Warning: Unused variable ‘dsubclw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:180:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:180:55: real(kind=kind_phys) :: dsubclw,dsubclws,dsubclwm,dtime_max,ztm,ztq,hfm,qfm,rkbcon,rktop 1 Warning: Unused variable ‘dsubclwm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:180:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:180:46: real(kind=kind_phys) :: dsubclw,dsubclws,dsubclwm,dtime_max,ztm,ztq,hfm,qfm,rkbcon,rktop 1 Warning: Unused variable ‘dsubclws’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:93:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:93:33: real(kind=kind_phys) :: dts,fpi,fp 1 Warning: Unused variable ‘dts’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:179:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:179:51: real(kind=kind_phys) :: clwtot,clwtot1,excess,tcrit,tscl_kf,dp,dq,sub_spread,subcenter 1 Warning: Unused variable ‘excess’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:93:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:93:40: real(kind=kind_phys) :: dts,fpi,fp 1 Warning: Unused variable ‘fp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:93:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:93:37: real(kind=kind_phys) :: dts,fpi,fp 1 Warning: Unused variable ‘fpi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:151:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:151:68: real(kind=kind_phys), dimension (im) :: pret,prets,pretm,hexec 1 Warning: Unused variable ‘hexec’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:160:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:160:19: integer :: ibegc,iendc,jbegc,jendc,kstop 1 Warning: Unused variable ‘ibegc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:159:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:159:19: integer :: ibegh,iendh,jbegh,jendh 1 Warning: Unused variable ‘ibegh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:176:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:176:26: integer :: i,j,k,icldck,ipr,jpr,jpr_deep,ipr_deep 1 Warning: Unused variable ‘icldck’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:160:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:160:25: integer :: ibegc,iendc,jbegc,jendc,kstop 1 Warning: Unused variable ‘iendc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:159:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:159:25: integer :: ibegh,iendh,jbegh,jendh 1 Warning: Unused variable ‘iendh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:177:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:177:29: integer :: itf,jtf,ktf,iss,jss,nbegin,nend 1 Warning: Unused variable ‘iss’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:158:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:158:33: integer :: iens,ibeg,iend,jbeg,jend,n 1 Warning: Unused variable ‘jbeg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:160:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:160:31: integer :: ibegc,iendc,jbegc,jendc,kstop 1 Warning: Unused variable ‘jbegc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:159:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:159:31: integer :: ibegh,iendh,jbegh,jendh 1 Warning: Unused variable ‘jbegh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:158:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:158:38: integer :: iens,ibeg,iend,jbeg,jend,n 1 Warning: Unused variable ‘jend’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:160:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:160:37: integer :: ibegc,iendc,jbegc,jendc,kstop 1 Warning: Unused variable ‘jendc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:159:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:159:37: integer :: ibegh,iendh,jbegh,jendh 1 Warning: Unused variable ‘jendh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:177:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:177:33: integer :: itf,jtf,ktf,iss,jss,nbegin,nend 1 Warning: Unused variable ‘jss’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:140:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:140:40: integer, dimension(im) :: k22_shallow,kbcon_shallow,ktop_shallow 1 Warning: Unused variable ‘k22_shallow’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:140:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:140:54: integer, dimension(im) :: k22_shallow,kbcon_shallow,ktop_shallow 1 Warning: Unused variable ‘kbcon_shallow’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:140:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:140:67: integer, dimension(im) :: k22_shallow,kbcon_shallow,ktop_shallow 1 Warning: Unused variable ‘ktop_shallow’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:158:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:158:40: integer :: iens,ibeg,iend,jbeg,jend,n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:52: real(kind=kind_phys) :: pten,pqen,paph,zrho,pahfs,pqhfl,zkhvfl,pgeoh 1 Warning: Unused variable ‘pahfs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:41: real(kind=kind_phys) :: pten,pqen,paph,zrho,pahfs,pqhfl,zkhvfl,pgeoh 1 Warning: Unused variable ‘paph’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:71: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:71: real(kind=kind_phys) :: pten,pqen,paph,zrho,pahfs,pqhfl,zkhvfl,pgeoh 1 Warning: Unused variable ‘pgeoh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:144:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:144:64: real(kind=kind_phys), dimension (im,km) :: dhdt,zu,zus,zd,phf,zum,zdm,outum,outvm 1 Warning: Unused variable ‘phf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:143:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:143:65: real(kind=kind_phys), dimension (im,km) :: outt,outq,outqc,phh,subm,cupclw,cupclws 1 Warning: Unused variable ‘phh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:36: real(kind=kind_phys) :: pten,pqen,paph,zrho,pahfs,pqhfl,zkhvfl,pgeoh 1 Warning: Unused variable ‘pqen’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:58: real(kind=kind_phys) :: pten,pqen,paph,zrho,pahfs,pqhfl,zkhvfl,pgeoh 1 Warning: Unused variable ‘pqhfl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:31: real(kind=kind_phys) :: pten,pqen,paph,zrho,pahfs,pqhfl,zkhvfl,pgeoh 1 Warning: Unused variable ‘pten’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:180:88: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:180:88: real(kind=kind_phys) :: dsubclw,dsubclws,dsubclwm,dtime_max,ztm,ztq,hfm,qfm,rkbcon,rktop 1 Warning: Unused variable ‘rkbcon’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:180:94: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:180:94: real(kind=kind_phys) :: dsubclw,dsubclws,dsubclwm,dtime_max,ztm,ztq,hfm,qfm,rkbcon,rktop 1 Warning: Unused variable ‘rktop’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:179:82: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:179:82: real(kind=kind_phys) :: clwtot,clwtot1,excess,tcrit,tscl_kf,dp,dq,sub_spread,subcenter 1 Warning: Unused variable ‘sub_spread’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:146:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:146:70: real(kind=kind_phys), dimension (im,km) :: outtm,outqm,outqcm,submm,cupclwm 1 Warning: Unused variable ‘submm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:179:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:179:65: real(kind=kind_phys) :: clwtot,clwtot1,excess,tcrit,tscl_kf,dp,dq,sub_spread,subcenter 1 Warning: Unused variable ‘tscl_kf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:172:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:172:52: real(kind=kind_phys), dimension (im) :: ccn,z1,psur,cuten,cutens,cutenm 1 Warning: Unused variable ‘z1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:148:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:148:58: real(kind=kind_phys), dimension (im,km) :: hco,hcdo,zdo,zdd,hcom,hcdom,zdom 1 Warning: Unused variable ‘zdo’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:148:78: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:148:78: real(kind=kind_phys), dimension (im,km) :: hco,hcdo,zdo,zdd,hcom,hcdom,zdom 1 Warning: Unused variable ‘zdom’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:65: real(kind=kind_phys) :: pten,pqen,paph,zrho,pahfs,pqhfl,zkhvfl,pgeoh 1 Warning: Unused variable ‘zkhvfl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:46: real(kind=kind_phys) :: pten,pqen,paph,zrho,pahfs,pqhfl,zkhvfl,pgeoh 1 @@ -18908,522 +18907,522 @@ Warning: Unused variable ‘zrho’ declared at (1) [-Wunused-variable] [ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o [ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o [ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1544:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1544:27: zcbase(jl) = paph(jl,ik) + zdp 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1765:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1765:27: zcbase(jl) = paph(jl,ik) + zdp 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3625:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3625:37: & (klon, klev, klevm1, kk, pten,& 1 Warning: Unused dummy argument ‘klevm1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3665:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3665:37: integer jl,kk,klev,klon,klevp1,klevm1 1 Warning: Unused variable ‘klevp1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3626:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3626:35: & pqen, pqsen, puen, pven, pverv,& 1 Warning: Unused dummy argument ‘puen’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3629:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3629:34: & pqu, plu, puu, pvu, pmfus,& 1 Warning: Unused dummy argument ‘puu’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3626:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3626:44: & pqen, pqsen, puen, pven, pverv,& 1 Warning: Unused dummy argument ‘pven’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3629:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3629:43: & pqu, plu, puu, pvu, pmfus,& 1 Warning: Unused dummy argument ‘pvu’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3533:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3533:19: integer isum,kcall,kk 1 Warning: Unused variable ‘isum’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3532:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3532:20: integer jl,jk 1 Warning: Unused variable ‘jk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3343:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3343:65: logical , dimension(:,:) , allocatable :: llcumask , llcumbas 1 Warning: Unused variable ‘llcumbas’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3338:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3338:28: real(kind=kind_phys) zzp , zmfa , zerate , zposi 1 Warning: Unused variable ‘zzp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3219:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3219:57: subroutine cududvn(klon,klev,ktopm2,ktype,kcbot,kctop,ldcum, & 1 Warning: Unused dummy argument ‘kctop’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3239:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3239:39: real(kind=kind_phys) zzp, zdtdt 1 Warning: Unused variable ‘zdtdt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3220:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3220:25: ztmst,paph,puen,pven,pmfu,pmfd,puu,pud,pvu,pvd,ptenu, & 1 Warning: Unused dummy argument ‘ztmst’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3158:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3158:20: integer jk , ik , jl 1 Warning: Unused variable ‘ik’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3135:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3135:46: subroutine cudtdqn(klon,klev,ktopm2,kctop,kdtop,ldcum, & 1 Warning: Unused dummy argument ‘kctop’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3135:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3135:52: subroutine cudtdqn(klon,klev,ktopm2,kctop,kdtop,ldcum, & 1 Warning: Unused dummy argument ‘kdtop’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3136:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3136:27: lddraf,ztmst,paph,pgeoh,pgeo,pten,ptenh,pqen, & 1 Warning: Unused dummy argument ‘lddraf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3136:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3136:49: lddraf,ztmst,paph,pgeoh,pgeo,pten,ptenh,pqen, & 1 Warning: Unused dummy argument ‘pgeo’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3136:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3136:44: lddraf,ztmst,paph,pgeoh,pgeo,pten,ptenh,pqen, & 1 Warning: Unused dummy argument ‘pgeoh’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3137:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3137:55: pqenh,pqsen,plglac,plude,pmfu,pmfd,pmfus,pmfds, & 1 Warning: Unused dummy argument ‘pmfd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3137:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3137:50: pqenh,pqsen,plglac,plude,pmfu,pmfd,pmfus,pmfds, & 1 Warning: Unused dummy argument ‘pmfu’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3136:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3136:65: lddraf,ztmst,paph,pgeoh,pgeo,pten,ptenh,pqen, & 1 Warning: Unused dummy argument ‘pqen’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3137:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3137:26: pqenh,pqsen,plglac,plude,pmfu,pmfd,pmfus,pmfds, & 1 Warning: Unused dummy argument ‘pqenh’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3137:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3137:32: pqenh,pqsen,plglac,plude,pmfu,pmfd,pmfus,pmfds, & 1 Warning: Unused dummy argument ‘pqsen’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3136:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3136:60: lddraf,ztmst,paph,pgeoh,pgeo,pten,ptenh,pqen, & 1 Warning: Unused dummy argument ‘ptenh’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3136:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3136:33: lddraf,ztmst,paph,pgeoh,pgeo,pten,ptenh,pqen, & 1 Warning: Unused dummy argument ‘ztmst’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3159:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3159:39: real(kind=kind_phys) zalv , zzp 1 Warning: Unused variable ‘zzp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2919:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2919:26: integer is,ik,icall,ike,ikb 1 Warning: Unused variable ‘icall’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2919:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2919:30: integer is,ik,icall,ike,ikb 1 Warning: Unused variable ‘ike’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2919:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2919:17: integer is,ik,icall,ike,ikb 1 Warning: Unused variable ‘is’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2679:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2679:30: integer is,ik,icall,ike, itopde(klon) 1 Warning: Unused variable ‘ike’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2676:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2676:19: logical llo1 1 Warning: Unused variable ‘llo1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2587:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2587:34: & , ptd, pqd, pud, pvd, pmfu & 1 Warning: Unused dummy argument ‘pud’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2585:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2585:35: & , ptenh, pqenh, puen, pven & 1 Warning: Unused dummy argument ‘puen’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2587:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2587:44: & , ptd, pqd, pud, pvd, pmfu & 1 Warning: Unused dummy argument ‘pvd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2585:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2585:45: & , ptenh, pqenh, puen, pven & 1 Warning: Unused dummy argument ‘pven’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2681:69: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2681:69: real(kind=kind_phys) zmfdsk,zmfdqk,zbuo,zrain,zbuoyz,zmfduk,zmfdvk 1 Warning: Unused variable ‘zmfduk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2681:76: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2681:76: real(kind=kind_phys) zmfdsk,zmfdqk,zbuo,zrain,zbuoyz,zmfduk,zmfdvk 1 Warning: Unused variable ‘zmfdvk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2356:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2356:35: & kcbot, kctop, lndj, ldcum, & 1 Warning: Unused dummy argument ‘lndj’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2359:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2359:54: & pgeoh, paph, ptu, pqu, plu,& 1 Warning: Unused dummy argument ‘plu’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2361:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2361:34: & ptd, pqd, pud, pvd, & 1 Warning: Unused dummy argument ‘pud’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2357:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2357:35: & ptenh, pqenh, puen, pven, & 1 Warning: Unused dummy argument ‘puen’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2360:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2360:14: & puu, pvu, pmfub, prfl, & 1 Warning: Unused dummy argument ‘puu’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2361:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2361:44: & ptd, pqd, pud, pvd, & 1 Warning: Unused dummy argument ‘pvd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2357:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2357:45: & ptenh, pqenh, puen, pven, & 1 Warning: Unused dummy argument ‘pven’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2360:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2360:24: & puu, pvu, pmfub, prfl, & 1 Warning: Unused dummy argument ‘pvu’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1979:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1979:47: real(kind=kind_phys) atop1,atop2,abot 1 Warning: Unused variable ‘abot’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1979:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1979:36: real(kind=kind_phys) atop1,atop2,abot 1 Warning: Unused variable ‘atop1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1979:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1979:42: real(kind=kind_phys) atop1,atop2,abot 1 Warning: Unused variable ‘atop2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1977:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1977:56: real(kind=kind_phys) zrnew,zz,zdmfeu,zdmfdu,dp 1 Warning: Unused variable ‘dp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1956:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1956:49: real(kind=kind_phys) eta(klon),dz(klon) 1 Warning: Unused variable ‘dz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1956:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1956:40: real(kind=kind_phys) eta(klon),dz(klon) 1 Warning: Unused variable ‘eta’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1970:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1970:23: integer ikb,icum,itopm2,ik,icall,is,kcum,jlm,jll 1 Warning: Unused variable ‘icum’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1970:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1970:30: integer ikb,icum,itopm2,ik,icall,is,kcum,jlm,jll 1 Warning: Unused variable ‘itopm2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1858:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1858:45: & kcbot, kctop, kctop0, kcum, ztmst,& 1 Warning: Unused dummy argument ‘kcum’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1854:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1854:37: & pqte, pverv, klwmin, ldcum, phcbase,& 1 Warning: Unused dummy argument ‘klwmin’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1963:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1963:19: logical llo2,llo3, llo1(klon) 1 Warning: Unused variable ‘llo2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1854:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1854:58: & pqte, pverv, klwmin, ldcum, phcbase,& 1 Warning: Unused dummy argument ‘phcbase’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1859:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1859:17: & pqsenh, plglac, lndj, wup, wbase, kdpl, pmfude_rate) 1 Warning: Unused dummy argument ‘pqsenh’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1854:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1854:15: & pqte, pverv, klwmin, ldcum, phcbase,& 1 Warning: Unused dummy argument ‘pqte’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1977:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1977:53: real(kind=kind_phys) zrnew,zz,zdmfeu,zdmfdu,dp 1 Warning: Unused variable ‘zdmfdu’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1977:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1977:46: real(kind=kind_phys) zrnew,zz,zdmfeu,zdmfdu,dp 1 Warning: Unused variable ‘zdmfeu’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1947:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1947:26: & zmfuu(klon), zmfuv(klon),& 1 Warning: Unused variable ‘zmfuu’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1947:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1947:50: & zmfuu(klon), zmfuv(klon),& 1 Warning: Unused variable ‘zmfuv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1953:72: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1953:72: real(kind=kind_phys) wbase(klon), zodetr(klon,klev) 1 Warning: Unused variable ‘zodetr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1948:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1948:27: & zpbase(klon), zqold(klon) 1 Warning: Unused variable ‘zpbase’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1977:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1977:39: real(kind=kind_phys) zrnew,zz,zdmfeu,zdmfdu,dp 1 Warning: Unused variable ‘zz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1399:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1399:44: real(kind=kind_phys) fscale,crirh1,pp 1 Warning: Unused variable ‘crirh1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1320:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1320:25: & pten, lndj, cutu, cuqu, culab,& 1 Warning: Unused dummy argument ‘lndj’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1393:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1393:47: real(kind=kind_phys) plude(klon,klev) 1 Warning: Unused variable ‘plude’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1399:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1399:47: real(kind=kind_phys) fscale,crirh1,pp 1 Warning: Unused variable ‘pp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1318:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1318:37: & ptenh, pqenh, pqsenh, pgeoh, paph,& 1 Warning: Unused dummy argument ‘pqsenh’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1398:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1398:39: real(kind=kind_phys) zz,zdken,zdq 1 Warning: Unused variable ‘zdken’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1405:80: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1405:80: real(kind=kind_phys) zqsu,zcor,zdp,zesdp,zalfaw,zfacw,zfaci,zfac,zdsdp,zdqsdt,zdtdp 1 Warning: Unused variable ‘zdsdp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1398:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1398:33: real(kind=kind_phys) zz,zdken,zdq 1 Warning: Unused variable ‘zz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1196:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1196:37: & pmfdq, pdmfup, pdmfdp, pdpmel, plu,& 1 Warning: Unused dummy argument ‘pdmfdp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1196:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1196:27: & pmfdq, pdmfup, pdmfdp, pdpmel, plu,& 1 Warning: Unused dummy argument ‘pdmfup’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1196:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1196:47: & pmfdq, pdmfup, pdmfdp, pdpmel, plu,& 1 Warning: Unused dummy argument ‘pdpmel’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1197:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1197:16: & plude, klab) 1 Warning: Unused dummy argument ‘plude’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1195:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1195:25: & pmfu, pmfd, pmfus, pmfds, pmfuq,& 1 Warning: Unused dummy argument ‘pmfd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1196:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1196:16: & pmfdq, pdmfup, pdmfdp, pdpmel, plu,& 1 Warning: Unused dummy argument ‘pmfdq’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1195:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1195:46: & pmfu, pmfd, pmfus, pmfds, pmfuq,& 1 Warning: Unused dummy argument ‘pmfds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1195:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1195:15: & pmfu, pmfd, pmfus, pmfds, pmfuq,& 1 Warning: Unused dummy argument ‘pmfu’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1195:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1195:56: & pmfu, pmfd, pmfus, pmfds, pmfuq,& 1 Warning: Unused dummy argument ‘pmfuq’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1195:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1195:36: & pmfu, pmfd, pmfus, pmfds, pmfuq,& 1 Warning: Unused dummy argument ‘pmfus’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:37: real(kind=kind_phys) zalfaw,zalv,zqalv,zc5ldcp,zc4les,zhsat,zgam,zzz,zhhat 1 Warning: Unused variable ‘zalfaw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:42: real(kind=kind_phys) zalfaw,zalv,zqalv,zc5ldcp,zc4les,zhsat,zgam,zzz,zhhat 1 Warning: Unused variable ‘zalv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:63: real(kind=kind_phys) zalfaw,zalv,zqalv,zc5ldcp,zc4les,zhsat,zgam,zzz,zhhat 1 Warning: Unused variable ‘zc4les’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:56: real(kind=kind_phys) zalfaw,zalv,zqalv,zc5ldcp,zc4les,zhsat,zgam,zzz,zhhat 1 Warning: Unused variable ‘zc5ldcp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:471:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:471:66: real(kind=kind_phys) wup(klon), zdqcv(klon) 1 Warning: Unused variable ‘zdqcv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:74: real(kind=kind_phys) zalfaw,zalv,zqalv,zc5ldcp,zc4les,zhsat,zgam,zzz,zhhat 1 Warning: Unused variable ‘zgam’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:84: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:84: real(kind=kind_phys) zalfaw,zalv,zqalv,zc5ldcp,zc4les,zhsat,zgam,zzz,zhhat 1 Warning: Unused variable ‘zhhat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:69: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:69: real(kind=kind_phys) zalfaw,zalv,zqalv,zc5ldcp,zc4les,zhsat,zgam,zzz,zhhat 1 Warning: Unused variable ‘zhsat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:479:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:479:43: real(kind=kind_phys) zmfuvb(klon),zsum12(klon),zsum22(klon) 1 Warning: Unused variable ‘zmfuvb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:48: real(kind=kind_phys) zalfaw,zalv,zqalv,zc5ldcp,zc4les,zhsat,zgam,zzz,zhhat 1 Warning: Unused variable ‘zqalv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:491:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:491:41: real(kind=kind_phys) zpbmpt,zro,zdz,zdp,zeps,zfac,wspeed 1 Warning: Unused variable ‘zro’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:465:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:465:41: real(kind=kind_phys) zsfl(klon), zdpmel(klon,klev),& 1 Warning: Unused variable ‘zsfl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:78: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:78: real(kind=kind_phys) zalfaw,zalv,zqalv,zc5ldcp,zc4les,zhsat,zgam,zzz,zhhat 1 Warning: Unused variable ‘zzz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:197:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:197:15: integer i,j,k,k1,n,km1 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:196:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:196:51: real(kind=kind_phys) ztmst,fliq,fice,ztc,zalf,tt 1 Warning: Unused variable ‘zalf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:196:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:196:46: real(kind=kind_phys) ztmst,fliq,fice,ztc,zalf,tt 1 Warning: Unused variable ‘ztc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:198:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:198:32: real(kind=kind_phys) ztpp1 1 @@ -19431,6376 +19430,6375 @@ Warning: Unused variable ‘ztpp1’ declared at (1) [-Wunused-variable] [ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o [ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o [ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/drag_suite.F90:201:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/drag_suite.F90:201:41: & THETA,SIGMA,GAMMA,ELVMAX, & 1 Warning: Unused dummy argument ‘elvmax’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/drag_suite.F90:201:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/drag_suite.F90:201:34: & THETA,SIGMA,GAMMA,ELVMAX, & 1 Warning: Unused dummy argument ‘gamma’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/drag_suite.F90:209:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/drag_suite.F90:209:27: & lprnt, ipr, rdxzb, dx, gwd_opt, errmsg, errflg ) 1 Warning: Unused dummy argument ‘ipr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/drag_suite.F90:197:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/drag_suite.F90:197:22: & IM,IX,KM,dvdt,dudt,dtdt,U1,V1,T1,Q1,KPBL, & 1 Warning: Unused dummy argument ‘ix’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/drag_suite.F90:198:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/drag_suite.F90:198:57: & PRSI,DEL,PRSL,PRSLK,PHII,PHIL,DELTIM,KDT, & 1 Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/drag_suite.F90:209:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/drag_suite.F90:209:22: & lprnt, ipr, rdxzb, dx, gwd_opt, errmsg, errflg ) 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/drag_suite.F90:198:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/drag_suite.F90:198:41: & PRSI,DEL,PRSL,PRSLK,PHII,PHIL,DELTIM,KDT, & 1 Warning: Unused dummy argument ‘phii’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/drag_suite.F90:208:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/drag_suite.F90:208:30: & g, cp, rd, rv, fv, pi, imx, cdmbgwd, me, master, & 1 Warning: Unused dummy argument ‘rv’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/drag_suite.F90:201:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/drag_suite.F90:201:28: & THETA,SIGMA,GAMMA,ELVMAX, & 1 Warning: Unused dummy argument ‘sigma’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/drag_suite.F90:201:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/drag_suite.F90:201:22: & THETA,SIGMA,GAMMA,ELVMAX, & 1 Warning: Unused dummy argument ‘theta’ at (1) [-Wunused-dummy-argument] [ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1875:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1875:11: real t ! temperature (K) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1888:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1888:11: real t ! temperature (K) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1889:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1889:11: real p ! pressure (Pa) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1900:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1900:11: real t ! temperature (K) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1920:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1920:11: real t ! temperature (K) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1921:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1921:11: real p ! pressure (Pa) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1931:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1931:11: real t ! temperature (K) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1943:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1943:11: real t ! temperature (K) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1944:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1944:11: real p ! pressure (Pa) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1950:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1950:11: real t ! temperature (K) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1971:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1971:11: real t ! temperature (K) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1972:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1972:11: real p ! pressure (Pa) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1164:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1164:27: integer i, j, k, kb, ks, zend 1 Warning: Unused variable ‘ks’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1164:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1164:33: integer i, j, k, kb, ks, zend 1 Warning: Unused variable ‘zend’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:858:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:858:44: integer i, j, k, kk, kl, ku, kb, kc, kli, kui 1 Warning: Unused variable ‘kli’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:858:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:858:49: integer i, j, k, kk, kl, ku, kb, kc, kli, kui 1 Warning: Unused variable ‘kui’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:857:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:857:33: real wrk, wrk1, wrk2, wrk3 1 Warning: Unused variable ‘wrk3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:824:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:824:34: real rdzw, wrku, wrkv, wrkw 1 Warning: Unused variable ‘wrkw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:652:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:652:66: buoy_sgs,ratio,a_prod_sh,a_prod_bu,a_diss,a_prod_bu_debug, buoy_sgs_debug, & 1 Warning: Unused variable ‘a_prod_bu_debug’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:42: real grd,betdz,Cee,lstarn, lstarp, bbb, omn, omp,qsatt,dqsat, smix, & 1 Warning: Unused variable ‘bbb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:18: real grd,betdz,Cee,lstarn, lstarp, bbb, omn, omp,qsatt,dqsat, smix, & 1 Warning: Unused variable ‘betdz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:652:82: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:652:82: buoy_sgs,ratio,a_prod_sh,a_prod_bu,a_diss,a_prod_bu_debug, buoy_sgs_debug, & 1 Warning: Unused variable ‘buoy_sgs_debug’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:64: real grd,betdz,Cee,lstarn, lstarp, bbb, omn, omp,qsatt,dqsat, smix, & 1 Warning: Unused variable ‘dqsat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:29: real grd,betdz,Cee,lstarn, lstarp, bbb, omn, omp,qsatt,dqsat, smix, & 1 Warning: Unused variable ‘lstarn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:37: real grd,betdz,Cee,lstarn, lstarp, bbb, omn, omp,qsatt,dqsat, smix, & 1 Warning: Unused variable ‘lstarp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:47: real grd,betdz,Cee,lstarn, lstarp, bbb, omn, omp,qsatt,dqsat, smix, & 1 Warning: Unused variable ‘omn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:52: real grd,betdz,Cee,lstarn, lstarp, bbb, omn, omp,qsatt,dqsat, smix, & 1 Warning: Unused variable ‘omp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:58: real grd,betdz,Cee,lstarn, lstarp, bbb, omn, omp,qsatt,dqsat, smix, & 1 Warning: Unused variable ‘qsatt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:399:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:399:16: basetemp2, beta1, beta2, qs1, qs2, & 1 Warning: Unused variable ‘basetemp2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:395:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:395:68: thl_first, qw_first, w_first, Tl1_1, Tl1_2, betatest, pval, pkap, & 1 Warning: Unused variable ‘betatest’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:397:80: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:397:80: thec, thlsec, qwsec, qwthlsec, wqwsec, wthlsec, thestd,dum, & 1 Warning: Unused variable ‘dum’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:205:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:205:37: wthv_sec, lprnt, ipr, ncpl, ncpi, & 1 Warning: Unused dummy argument ‘ipr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:200:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:200:56: subroutine shoc_work (ix, nx, ny, nzm, nz, dtn, me, lat, & 1 Warning: Unused dummy argument ‘lat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:205:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:205:32: wthv_sec, lprnt, ipr, ncpl, ncpi, & 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:200:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:200:51: subroutine shoc_work (ix, nx, ny, nzm, nz, dtn, me, lat, & 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:205:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:205:49: wthv_sec, lprnt, ipr, ncpl, ncpi, & 1 Warning: Unused dummy argument ‘ncpi’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:205:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:205:43: wthv_sec, lprnt, ipr, ncpl, ncpi, & 1 Warning: Unused dummy argument ‘ncpl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:398:80: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:398:80: cqt1, cthl1, cqt2, cthl2, qn1, qn2, qi1, qi2, omn1, omn2, & 1 Warning: Unused variable ‘omn1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:398:86: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:398:86: cqt1, cthl1, cqt2, cthl2, qn1, qn2, qi1, qi2, omn1, omn2, & 1 Warning: Unused variable ‘omn2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:394:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:394:25: r_qwthl_1, r_wqw_1, r_wthl_1, testvar, s1, s2, std_s1, std_s2, C1, C2, & 1 Warning: Unused variable ‘r_wqw_1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:394:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:394:37: r_qwthl_1, r_wqw_1, r_wthl_1, testvar, s1, s2, std_s1, std_s2, C1, C2, & 1 Warning: Unused variable ‘r_wthl_1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:402:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:402:15: sqrtstd1, sqrtstd2, tsign, tvar, sqrtw2t, wqls, wqis, & 1 Warning: Unused variable ‘sqrtstd1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:402:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:402:26: sqrtstd1, sqrtstd2, tsign, tvar, sqrtw2t, wqls, wqis, & 1 Warning: Unused variable ‘sqrtstd2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:390:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:390:67: real lstarn, depth, omn, betdz, bbb, term, qsatt, dqsat, & 1 Warning: Unused variable ‘term’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:397:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:397:11: thec, thlsec, qwsec, qwthlsec, wqwsec, wthlsec, thestd,dum, & 1 Warning: Unused variable ‘thec’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:397:76: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:397:76: thec, thlsec, qwsec, qwthlsec, wqwsec, wthlsec, thestd,dum, & 1 Warning: Unused variable ‘thestd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:402:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:402:45: sqrtstd1, sqrtstd2, tsign, tvar, sqrtw2t, wqls, wqis, & 1 Warning: Unused variable ‘tvar’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:396:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:396:27: w2thl, w2qw,w2ql, w2ql_1, w2ql_2, & 1 Warning: Unused variable ‘w2ql’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:396:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:396:35: w2thl, w2qw,w2ql, w2ql_1, w2ql_2, & 1 Warning: Unused variable ‘w2ql_1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:396:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:396:47: w2thl, w2qw,w2ql, w2ql_1, w2ql_2, & 1 Warning: Unused variable ‘w2ql_2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:396:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:396:22: w2thl, w2qw,w2ql, w2ql_1, w2ql_2, & 1 Warning: Unused variable ‘w2qw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:396:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:396:12: w2thl, w2qw,w2ql, w2ql_1, w2ql_2, & 1 Warning: Unused variable ‘w2thl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:393:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:393:46: qw2_2, ql1, ql2, w_ql1, w_ql2, & 1 Warning: Unused variable ‘w_ql1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:393:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:393:58: qw2_2, ql1, ql2, w_ql1, w_ql2, & 1 Warning: Unused variable ‘w_ql2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:27:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:27:41: subroutine shoc_run (ix, nx, nzm, do_shoc, shocaftcnv, mg3_as_mg2, imp_physics, imp_physics_gfdl, imp_physics_zhao_carr, & 1 Warning: Unused dummy argument ‘do_shoc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:31:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:31:14: skip_macro, clw_ice, clw_liquid, gq0_cloud_liquid, ncpl, ncpi, gt0, gq0_water_vapor, cld_sgs, tke, tkh, wthv_sec, & 1 Warning: Unused dummy argument ‘skip_macro’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1119:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1119:0: subroutine conv_scale() Warning: ‘conv_scale’ defined but not used [-Wunused-function] [ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gscond.f:46:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gscond.f:46:54: &, tp1, qp1, psp1, u, lprnt, ipr, errmsg, errflg) 1 Warning: Unused dummy argument ‘ipr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gscond.f:46:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gscond.f:46:49: &, tp1, qp1, psp1, u, lprnt, ipr, errmsg, errflg) 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] [ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o [ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gwdc.f:146:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gwdc.f:146:57: & grav,cp,rd,fv,pi,dlength,lprnt,ipr,fhour, & 1 Warning: Unused dummy argument ‘fhour’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gwdc.f:258:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gwdc.f:258:34: integer i,ii,k,k1,kk,kb,ilev,npt,kcb,kcldm,npr 1 Warning: Unused variable ‘ilev’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gwdc.f:258:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gwdc.f:258:42: integer i,ii,k,k1,kk,kb,ilev,npt,kcb,kcldm,npr 1 Warning: Unused variable ‘kcb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gwdc.f:144:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gwdc.f:144:39: subroutine gwdc_run (im,ix,km,lat,u1,v1,t1,q1,deltim, & 1 Warning: Unused dummy argument ‘lat’ at (1) [-Wunused-dummy-argument] [ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro.F90:1968:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro.F90:1968:49: real :: stab, cfcrit, cf00, cfp1 1 Warning: Unused variable ‘cf00’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro.F90:1968:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro.F90:1968:35: real :: stab, cfcrit, cf00, cfp1 1 Warning: Unused variable ‘stab’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro.F90:310:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro.F90:310:46: & dummyW , wparc_cgw, cfaux, dpre8, & 1 Warning: Unused variable ‘cfaux’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro.F90:238:71: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro.F90:238:71: & TMAXLL, USURF,LTS_UP, LTS_LOW, MIN_EXP, fracover, c2_gw, est3 1 Warning: Unused variable ‘est3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro.F90:309:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro.F90:309:49: & tm_gw, pm_gw, nm_gw, h_gw, rho_gw, khaux, qcaux, & 1 Warning: Unused variable ‘khaux’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro.F90:363:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro.F90:363:64: real(kind=kind_phys):: k_gw, maxkh, tausurf_gw, overscale, tx1, rh1_r8 1 Warning: Unused variable ‘overscale’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro.F90:128:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro.F90:128:38: &, TAUGWX, TAUGWY & 1 Warning: Unused dummy argument ‘taugwx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro.F90:128:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro.F90:128:48: &, TAUGWX, TAUGWY & 1 Warning: Unused dummy argument ‘taugwy’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro.F90:238:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro.F90:238:23: & TMAXLL, USURF,LTS_UP, LTS_LOW, MIN_EXP, fracover, c2_gw, est3 1 Warning: Unused variable ‘usurf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro.F90:308:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro.F90:308:64: real(kind=kind_phys), dimension (LM) :: uwind_gw,vwind_gw, & 1 Warning: Unused variable ‘vwind_gw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro.F90:1961:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro.F90:1961:0: subroutine find_cldtop(ncol, pver, cf, kcldtop) Warning: ‘find_cldtop’ defined but not used [-Wunused-function] [ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:26:72: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:26:72: qrn, qsnw, qgl, ncpr, ncps, ncgl, cld_frc_MG, qlcn, qicn, cf_upi, clw_water, clw_ice, clcn, errmsg, errflg ) 1 Warning: Unused dummy argument ‘cf_upi’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:25:87: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:25:87: gq0_snow, gq0_graupel, gq0_rain_nc, gq0_snow_nc, gq0_graupel_nc, cld_shoc, cnvc, cnvw, tcr, tcrf, gt0, & 1 Warning: Unused dummy argument ‘cnvc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:25:93: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:25:93: gq0_snow, gq0_graupel, gq0_rain_nc, gq0_snow_nc, gq0_graupel_nc, cld_shoc, cnvc, cnvw, tcr, tcrf, gt0, & 1 Warning: Unused dummy argument ‘cnvw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:25:109: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:25:109: gq0_snow, gq0_graupel, gq0_rain_nc, gq0_snow_nc, gq0_graupel_nc, cld_shoc, cnvc, cnvw, tcr, tcrf, gt0, & 1 Warning: Unused dummy argument ‘gt0’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:26:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:26:64: qrn, qsnw, qgl, ncpr, ncps, ncgl, cld_frc_MG, qlcn, qicn, cf_upi, clw_water, clw_ice, clcn, errmsg, errflg ) 1 Warning: Unused dummy argument ‘qicn’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:26:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:26:58: qrn, qsnw, qgl, ncpr, ncps, ncgl, cld_frc_MG, qlcn, qicn, cf_upi, clw_water, clw_ice, clcn, errmsg, errflg ) 1 Warning: Unused dummy argument ‘qlcn’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:25:98: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:25:98: gq0_snow, gq0_graupel, gq0_rain_nc, gq0_snow_nc, gq0_graupel_nc, cld_shoc, cnvc, cnvw, tcr, tcrf, gt0, & 1 Warning: Unused dummy argument ‘tcr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:25:104: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:25:104: gq0_snow, gq0_graupel, gq0_rain_nc, gq0_snow_nc, gq0_graupel_nc, cld_shoc, cnvc, cnvw, tcr, tcrf, gt0, & 1 Warning: Unused dummy argument ‘tcrf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:54:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:54:33: real(kind=kind_phys) :: tem 1 Warning: Unused variable ‘tem’ declared at (1) [-Wunused-variable] [ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:132:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:132:16: elflx,mixht,ct 1 Warning: Unused variable ‘elflx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:25:10: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:25:10: & ix,im,levs,dt_phs, & 1 Warning: Unused dummy argument ‘ix’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:43:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:43:17: & me, lprnt, errmsg, errflg ) 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:27:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:27:32: & ntcw,ntiw,ntrw,ntsw,ntgl, & 1 Warning: Unused dummy argument ‘ntgl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:27:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:27:17: & ntcw,ntiw,ntrw,ntsw,ntgl, & 1 Warning: Unused dummy argument ‘ntiw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:27:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:27:22: & ntcw,ntiw,ntrw,ntsw,ntgl, & 1 Warning: Unused dummy argument ‘ntrw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:27:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:27:27: & ntcw,ntiw,ntrw,ntsw,ntgl, & 1 Warning: Unused dummy argument ‘ntsw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:30:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:30:32: & prsik_1, prslk_1, prslki, tsfc, qsfc, & 1 Warning: Unused dummy argument ‘prslki’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:153:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:153:23: & ,rho,qfc1,gdx,xkzm_hx,xkzm_mx,tx1, tx2 1 Warning: Unused variable ‘qfc1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:153:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:153:18: & ,rho,qfc1,gdx,xkzm_hx,xkzm_mx,tx1, tx2 1 Warning: Unused variable ‘rho’ declared at (1) [-Wunused-variable] [ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:39:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:39:40: & landfrac,lakefrac,oceanfrac,fice, & 1 Warning: Unused dummy argument ‘fice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:25:10: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:25:10: & ix,im,levs, & 1 Warning: Unused dummy argument ‘ix’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:39:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:39:25: & landfrac,lakefrac,oceanfrac,fice, & 1 Warning: Unused dummy argument ‘lakefrac’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:39:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:39:16: & landfrac,lakefrac,oceanfrac,fice, & 1 Warning: Unused dummy argument ‘landfrac’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:51:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:51:17: & me, lprnt, errmsg, errflg ) ! intent(inout) 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:39:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:39:35: & landfrac,lakefrac,oceanfrac,fice, & 1 Warning: Unused dummy argument ‘oceanfrac’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:31:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:31:15: & prsik_1, prslk_1, tsfc, qsfc, & 1 Warning: Unused dummy argument ‘prsik_1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:31:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:31:24: & prsik_1, prslk_1, tsfc, qsfc, & 1 Warning: Unused dummy argument ‘prslk_1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:244:61: +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:244:61: REAL(kind=kind_phys), DIMENSION( levs, nchem ) :: chem1 1 Warning: Unused variable ‘chem1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:242:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:242:57: real(kind=kind_phys), dimension(im,nchem) :: chem3d 1 Warning: Unused variable ‘chem3d’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:56:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:56:34: & dqdt_ice_cloud, dqdt_ozone, & 1 Warning: Unused dummy argument ‘dqdt_ozone’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:193:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:193:24: INTEGER :: IDS,IDE,JDS,JDE,KDS,KDE, & 1 Warning: Unused variable ‘ide’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:193:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:193:20: INTEGER :: IDS,IDE,JDS,JDE,KDS,KDE, & 1 Warning: Unused variable ‘ids’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:194:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:194:25: & IMS,IME,JMS,JME,KMS,KME, & 1 Warning: Unused variable ‘ime’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:194:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:194:21: & IMS,IME,JMS,JME,KMS,KME, & 1 Warning: Unused variable ‘ims’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:195:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:195:25: & ITS,ITE,JTS,JTE,KTS,KTE 1 Warning: Unused variable ‘ite’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:195:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:195:21: & ITS,ITE,JTS,JTE,KTS,KTE 1 Warning: Unused variable ‘its’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:26:10: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:26:10: & ix,im,levs, & 1 Warning: Unused dummy argument ‘ix’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:193:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:193:32: INTEGER :: IDS,IDE,JDS,JDE,KDS,KDE, & 1 Warning: Unused variable ‘jde’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:193:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:193:28: INTEGER :: IDS,IDE,JDS,JDE,KDS,KDE, & 1 Warning: Unused variable ‘jds’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:194:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:194:33: & IMS,IME,JMS,JME,KMS,KME, & 1 Warning: Unused variable ‘jme’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:194:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:194:29: & IMS,IME,JMS,JME,KMS,KME, & 1 Warning: Unused variable ‘jms’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:195:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:195:33: & ITS,ITE,JTS,JTE,KTS,KTE 1 Warning: Unused variable ‘jte’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:195:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:195:29: & ITS,ITE,JTS,JTE,KTS,KTE 1 Warning: Unused variable ‘jts’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:193:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:193:40: INTEGER :: IDS,IDE,JDS,JDE,KDS,KDE, & 1 Warning: Unused variable ‘kde’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:193:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:193:36: INTEGER :: IDS,IDE,JDS,JDE,KDS,KDE, & 1 Warning: Unused variable ‘kds’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:196:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:196:22: INTEGER :: kdvel, num_vert_mix 1 Warning: Unused variable ‘kdvel’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:194:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:194:41: & IMS,IME,JMS,JME,KMS,KME, & 1 Warning: Unused variable ‘kme’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:194:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:194:37: & IMS,IME,JMS,JME,KMS,KME, & 1 Warning: Unused variable ‘kms’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:195:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:195:41: & ITS,ITE,JTS,JTE,KTS,KTE 1 Warning: Unused variable ‘kte’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:195:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:195:37: & ITS,ITE,JTS,JTE,KTS,KTE 1 Warning: Unused variable ‘kts’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:196:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:196:36: INTEGER :: kdvel, num_vert_mix 1 Warning: Unused variable ‘num_vert_mix’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:234:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:234:22: & dz, w, p, rho, th, qv, tke_pbl, & 1 Warning: Unused variable ‘p’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:245:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:245:67: REAL(kind=kind_phys), DIMENSION( levs+1, nchem ) :: s_awchem1 1 Warning: Unused variable ‘s_awchem1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:246:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:246:53: REAL(kind=kind_phys), DIMENSION( ndvel ) :: vd1 1 Warning: Unused variable ‘vd1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:243:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:243:55: real(kind=kind_phys), dimension(im,ndvel) :: vd3d 1 Warning: Unused variable ‘vd3d’ declared at (1) [-Wunused-variable] -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:141:34: +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:141:34: & Sh3D, EL_PBL, EXCH_H, & 1 Warning: Unused variable ‘exch_h’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:132:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:132:24: INTEGER :: IDS,IDE,JDS,JDE,KDS,KDE, & 1 Warning: Unused variable ‘ide’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:132:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:132:20: INTEGER :: IDS,IDE,JDS,JDE,KDS,KDE, & 1 Warning: Unused variable ‘ids’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:133:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:133:25: & IMS,IME,JMS,JME,KMS,KME, & 1 Warning: Unused variable ‘ime’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:133:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:133:21: & IMS,IME,JMS,JME,KMS,KME, & 1 Warning: Unused variable ‘ims’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:134:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:134:25: & ITS,ITE,JTS,JTE,KTS,KTE 1 Warning: Unused variable ‘ite’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:134:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:134:21: & ITS,ITE,JTS,JTE,KTS,KTE 1 Warning: Unused variable ‘its’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:23:10: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:23:10: & ix,im,levs, & 1 Warning: Unused dummy argument ‘ix’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:132:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:132:32: INTEGER :: IDS,IDE,JDS,JDE,KDS,KDE, & 1 Warning: Unused variable ‘jde’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:132:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:132:28: INTEGER :: IDS,IDE,JDS,JDE,KDS,KDE, & 1 Warning: Unused variable ‘jds’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:133:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:133:33: & IMS,IME,JMS,JME,KMS,KME, & 1 Warning: Unused variable ‘jme’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:133:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:133:29: & IMS,IME,JMS,JME,KMS,KME, & 1 Warning: Unused variable ‘jms’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:134:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:134:33: & ITS,ITE,JTS,JTE,KTS,KTE 1 Warning: Unused variable ‘jte’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:134:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:134:29: & ITS,ITE,JTS,JTE,KTS,KTE 1 Warning: Unused variable ‘jts’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:132:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:132:40: INTEGER :: IDS,IDE,JDS,JDE,KDS,KDE, & 1 Warning: Unused variable ‘kde’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:132:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:132:36: INTEGER :: IDS,IDE,JDS,JDE,KDS,KDE, & 1 Warning: Unused variable ‘kds’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:133:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:133:41: & IMS,IME,JMS,JME,KMS,KME, & 1 Warning: Unused variable ‘kme’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:133:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:133:37: & IMS,IME,JMS,JME,KMS,KME, & 1 Warning: Unused variable ‘kms’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:134:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:134:41: & ITS,ITE,JTS,JTE,KTS,KTE 1 Warning: Unused variable ‘kte’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:134:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:134:37: & ITS,ITE,JTS,JTE,KTS,KTE 1 Warning: Unused variable ‘kts’ declared at (1) [-Wunused-variable] -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90:24:13: +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90:24:13: & ix,im,levs, & 1 Warning: Unused dummy argument ‘ix’ at (1) [-Wunused-dummy-argument] -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90:67:37: +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90:67:37: real :: Tc, iwc 1 Warning: Unused variable ‘iwc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90:34:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90:34:13: & ix,im,levs, & 1 Warning: Unused dummy argument ‘ix’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninshoc.f:90:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninshoc.f:90:40: real(kind=kind_phys) dsdz2, dsdzq, dsdzt, dsig, dt2, rdt 1 Warning: Unused variable ‘dsdzq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninshoc.f:34:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninshoc.f:34:36: & lprnt,ipr,me, 1 Warning: Unused dummy argument ‘ipr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninshoc.f:34:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninshoc.f:34:32: & lprnt,ipr,me, 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninshoc.f:34:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninshoc.f:34:39: & lprnt,ipr,me, 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninshoc.f:35:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninshoc.f:35:35: & grav, rd, cp, hvap, fv, 1 Warning: Unused dummy argument ‘rd’ at (1) [-Wunused-dummy-argument] -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninshoc.f:33:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninshoc.f:33:54: & kinver,xkzm_m,xkzm_h,xkzm_s,xkzminv, 1 Warning: Unused dummy argument ‘xkzm_s’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mp_thompson.F90:149:37: +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mp_thompson.F90:149:37: mpicomm, mpirank, mpiroot, & 1 Warning: Unused dummy argument ‘mpicomm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mp_thompson.F90:149:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mp_thompson.F90:149:46: mpicomm, mpirank, mpiroot, & 1 Warning: Unused dummy argument ‘mpirank’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mp_thompson.F90:149:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mp_thompson.F90:149:55: mpicomm, mpirank, mpiroot, & 1 Warning: Unused dummy argument ‘mpiroot’ at (1) [-Wunused-dummy-argument] -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90:70:47: +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90:70:47: kdt, mpicomm, mpirank, mpiroot, errmsg, errflg) 1 Warning: Unused dummy argument ‘mpicomm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90:70:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90:70:56: kdt, mpicomm, mpirank, mpiroot, errmsg, errflg) 1 Warning: Unused dummy argument ‘mpirank’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90:70:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90:70:65: kdt, mpicomm, mpirank, mpiroot, errmsg, errflg) 1 Warning: Unused dummy argument ‘mpiroot’ at (1) [-Wunused-dummy-argument] -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/multi_gases.F90:106:17: +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/multi_gases.F90:106:17: vir (0) = ri(0)/rdgas 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/multi_gases.F90:107:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/multi_gases.F90:107:16: vicp(0) = cpi(0)/cp_air 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/multi_gases.F90:108:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/multi_gases.F90:108:16: vicv(0) = cvi(0)/cv_air 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/multi_gases.F90:116:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/multi_gases.F90:116:39: if( ri(n).gt.0.0 ) vir (n) = ri(n)/rdgas - vir (0) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/multi_gases.F90:118:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/multi_gases.F90:118:38: if( cpi(n).gt.0.0 ) vicp(n) = cpi(n)/cp_air - vicp(0) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/multi_gases.F90:120:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/multi_gases.F90:120:38: if( cvi(n).gt.0.0 ) vicv(n) = cvi(n)/cv_air - vicv(0) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] [ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozphys.f:54:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozphys.f:54:45: & prsl, prdout, oz_coeff, delp, ldiag3d, & 1 Warning: Unused dummy argument ‘ldiag3d’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozphys.f:55:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozphys.f:55:41: & ozp1, ozp2, ozp3, ozp4, con_g, me, errmsg, errflg) 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozphys.f:55:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozphys.f:55:12: & ozp1, ozp2, ozp3, ozp4, con_g, me, errmsg, errflg) 1 Warning: Unused dummy argument ‘ozp1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozphys.f:55:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozphys.f:55:18: & ozp1, ozp2, ozp3, ozp4, con_g, me, errmsg, errflg) 1 Warning: Unused dummy argument ‘ozp2’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozphys.f:55:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozphys.f:55:24: & ozp1, ozp2, ozp3, ozp4, con_g, me, errmsg, errflg) 1 Warning: Unused dummy argument ‘ozp3’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozphys.f:55:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozphys.f:55:30: & ozp1, ozp2, ozp3, ozp4, con_g, me, errmsg, errflg) 1 Warning: Unused dummy argument ‘ozp4’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/precpd.f:151:64: +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/precpd.f:151:64: &, crs1, crs2, cr, aa2, dtcp, c00, cmr 1 Warning: Unused variable ‘c00’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/precpd.f:144:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/precpd.f:144:37: real (kind=kind_phys) cclim(km) 1 Warning: Unused variable ‘cclim’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/precpd.f:50:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/precpd.f:50:39: &, wk1,lprnt,jpr,errmsg,errflg) 1 Warning: Unused dummy argument ‘jpr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/precpd.f:50:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/precpd.f:50:35: &, wk1,lprnt,jpr,errmsg,errflg) 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/precpd.f:158:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/precpd.f:158:50: &, rprs, erk, pps, sid, rid, amaxps 1 Warning: Unused variable ‘sid’ declared at (1) [-Wunused-variable] -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F:57:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F:57:18: & grav,rd,cp,rv,hvap,hfus,fv,eps,epsm1, & 1 Warning: Unused dummy argument ‘rd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F:192:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F:192:31: & zfac, zfmin, vk, spdk2, 1 Warning: Unused variable ‘zfac’ declared at (1) [-Wunused-variable] -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1031:59: +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1031:59: isot, soiltyp, vegtype, fice, & ! in 1 Warning: Unused dummy argument ‘fice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1110:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1110:19: integer :: ii,jj 1 Warning: Unused variable ‘ii’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1031:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1031:35: isot, soiltyp, vegtype, fice, & ! in 1 Warning: Unused dummy argument ‘isot’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1110:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1110:22: integer :: ii,jj 1 Warning: Unused variable ‘jj’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1104:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1104:41: i, j, k, l, num_soil_layers, ipr 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1037:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1037:50: wetness, me, master, errmsg, errflg) 1 Warning: Unused dummy argument ‘master’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1037:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1037:42: wetness, me, master, errmsg, errflg) 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1106:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1106:57: real(kind=kind_phys), dimension(1:lsoil_ruc) :: zs2, dzs 1 Warning: Unused variable ‘zs2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:148:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:148:44: & smcwlt2, smcref2, do_mynnsfclay, & 1 Warning: Unused dummy argument ‘do_mynnsfclay’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:236:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:236:20: & dew, drip, ec, edir, ett, lh, esnow, etp, qfx, & 1 Warning: Unused variable ‘drip’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:192:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:192:56: real (kind=kind_phys), dimension(lsoil_ruc) :: dzs 1 Warning: Unused variable ‘dzs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:236:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:236:25: & dew, drip, ec, edir, ett, lh, esnow, etp, qfx, & 1 Warning: Unused variable ‘ec’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:236:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:236:31: & dew, drip, ec, edir, ett, lh, esnow, etp, qfx, & 1 Warning: Unused variable ‘edir’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:236:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:236:47: & dew, drip, ec, edir, ett, lh, esnow, etp, qfx, & 1 Warning: Unused variable ‘esnow’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:224:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:224:55: real (kind=kind_phys), dimension(lsoil_ruc) :: et 1 Warning: Unused variable ‘et’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:236:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:236:52: & dew, drip, ec, edir, ett, lh, esnow, etp, qfx, & 1 Warning: Unused variable ‘etp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:236:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:236:36: & dew, drip, ec, edir, ett, lh, esnow, etp, qfx, & 1 Warning: Unused variable ‘ett’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:151:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:151:31: & rainnc, rainc, ice, snow, graupel, & ! in 1 Warning: Unused dummy argument ‘ice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:264:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:264:18: integer :: l, k, i, j, fractional_seaice 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:267:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:267:29: logical :: rdlai2d, myj, frpcpn 1 Warning: Unused variable ‘myj’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:218:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:218:49: real (kind=kind_phys), dimension(im) :: rch, rho, & 1 Warning: Unused variable ‘rch’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:143:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:143:42: & sfcemis, dlwflx, dswsfc, snet, delt, tg3, cm, ch, & 1 Warning: Unused dummy argument ‘snet’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:242:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:242:39: & sneqv, snoalb1d, snowh, snoh, tsnav, & 1 Warning: Unused variable ‘snoh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:243:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:243:32: & snomlt, sncovr, soilw, soilm, ssoil, soilt, tbot, & 1 Warning: Unused variable ‘soilw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:220:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:220:22: & tprcp_old, srflag_old, tskin_old, canopy_old, & 1 Warning: Unused variable ‘tprcp_old’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:244:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:244:15: & xlai, swdn, z0, znt, rhosnfr, infiltr, & 1 Warning: Unused variable ‘xlai’ declared at (1) [-Wunused-variable] -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:1191:72: +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:1191:72: real, parameter :: elcp = 2.4888e+3, lsubc = 2.501000e+6,cp = 1004.6 1 Warning: Line truncated at (1) [-Wline-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:1087:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:1087:29: parameters%nroot = nroot_table(vegtype) !number of soil layers with root present 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:1188:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:1188:68: real :: a, delta, fnet,rad,rho,emissi,elcp1,lvs 1 Warning: Unused variable ‘elcp1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:237:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:237:48: real (kind=kind_phys) :: alb, albedo, beta, chx, cmx, cmc, & 1 Warning: Unused variable ‘beta’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:238:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:238:16: & dew, drip, dqsdt2, ec, edir, ett, eta, esnow, etp, & 1 Warning: Unused variable ‘dew’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:238:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:238:22: & dew, drip, dqsdt2, ec, edir, ett, eta, esnow, etp, & 1 Warning: Unused variable ‘drip’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:238:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:238:34: & dew, drip, dqsdt2, ec, edir, ett, eta, esnow, etp, & 1 Warning: Unused variable ‘ec’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:218:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:218:48: real (kind=kind_phys), dimension(km) :: et,stsoil,smsoil, slsoil 1 Warning: Unused variable ‘et’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:238:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:238:45: & dew, drip, dqsdt2, ec, edir, ett, eta, esnow, etp, & 1 Warning: Unused variable ‘ett’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:239:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:239:17: & flx1, flx2, flx3, ffrozp, lwdn, pc, prcp, ptu, q2, & 1 Warning: Unused variable ‘flx1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:239:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:239:23: & flx1, flx2, flx3, ffrozp, lwdn, pc, prcp, ptu, q2, & 1 Warning: Unused variable ‘flx2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:239:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:239:29: & flx1, flx2, flx3, ffrozp, lwdn, pc, prcp, ptu, q2, & 1 Warning: Unused variable ‘flx3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:115:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:115:9: use noahmp_tables, only : isice_table, co2_table, o2_table, & 1 Warning: Unused module variable ‘isurban_table’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:79:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:79:26: & ( im, km, itime, ps, u1, v1, t1, q1, soiltyp, vegtype, & 1 Warning: Unused dummy argument ‘itime’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:198:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:198:57: integer, dimension(im) :: jsnowxy 1 Warning: Unused variable ‘jsnowxy’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:115:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:115:9: use noahmp_tables, only : isice_table, co2_table, o2_table, & 1 Warning: Unused module variable ‘laim_table’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:275:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:275:53: integer :: i, k, ice, stype, vtype ,slope,nroot,couple 1 Warning: Unused variable ‘nroot’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:239:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:239:47: & flx1, flx2, flx3, ffrozp, lwdn, pc, prcp, ptu, q2, & 1 Warning: Unused variable ‘pc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:240:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:240:30: & q2sat, solnet, rc, rcs, rct, rcq, rcsoil, rsmin, & 1 Warning: Unused variable ‘rc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:240:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:240:45: & q2sat, solnet, rc, rcs, rct, rcq, rcsoil, rsmin, & 1 Warning: Unused variable ‘rcq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:240:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:240:35: & q2sat, solnet, rc, rcs, rct, rcq, rcsoil, rsmin, & 1 Warning: Unused variable ‘rcs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:240:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:240:53: & q2sat, solnet, rc, rcs, rct, rcq, rcsoil, rsmin, & 1 Warning: Unused variable ‘rcsoil’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:240:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:240:40: & q2sat, solnet, rc, rcs, rct, rcq, rcsoil, rsmin, & 1 Warning: Unused variable ‘rct’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:240:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:240:60: & q2sat, solnet, rc, rcs, rct, rcq, rcsoil, rsmin, & 1 Warning: Unused variable ‘rsmin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:241:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:241:20: & runoff1, runoff2, runoff3, sfcspd, sfcprs, sfctmp, & 1 Warning: Unused variable ‘runoff1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:241:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:241:29: & runoff1, runoff2, runoff3, sfcspd, sfcprs, sfctmp, & 1 Warning: Unused variable ‘runoff2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:241:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:241:38: & runoff1, runoff2, runoff3, sfcspd, sfcprs, sfctmp, & 1 Warning: Unused variable ‘runoff3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:115:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:115:9: use noahmp_tables, only : isice_table, co2_table, o2_table, & 1 Warning: Unused module variable ‘saim_table’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:242:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:242:26: & sfcems, sheat, shdfac, shdmin1d, shdmax1d, smcwlt, & 1 Warning: Unused variable ‘sheat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:243:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:243:19: & smcdry, smcref, smcmax, sneqv, snoalb1d, snowh, & 1 Warning: Unused variable ‘smcdry’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:244:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:244:27: & snomlt, sncovr, soilw, soilm, ssoil, tsea, th2, & 1 Warning: Unused variable ‘sncovr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:199:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:199:56: real (kind=kind_phys),dimension(im) :: snodep 1 Warning: Unused variable ‘snodep’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:244:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:244:19: & snomlt, sncovr, soilw, soilm, ssoil, tsea, th2, & 1 Warning: Unused variable ‘snomlt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:244:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:244:41: & snomlt, sncovr, soilw, soilm, ssoil, tsea, th2, & 1 Warning: Unused variable ‘soilm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:244:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:244:34: & snomlt, sncovr, soilw, soilm, ssoil, tsea, th2, & 1 Warning: Unused variable ‘soilw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:218:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:218:55: real (kind=kind_phys), dimension(km) :: et,stsoil,smsoil, slsoil 1 Warning: Unused variable ‘stsoil’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:234:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:234:58: real(kind=kind_phys),dimension(im,-2:4) :: tsnso_old 1 Warning: Unused variable ‘tsnso_old’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:245:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:245:17: & xlai, zlvl, swdn, tem, psfc,fdown,t2v,tbot 1 Warning: Unused variable ‘xlai’ declared at (1) [-Wunused-variable] -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:34: +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:34: real(kind=kind_phys) :: aden,akqs,bden,besh,besm,cden,cf,dtozs,ell,eloq2,eloq4 1 Warning: Unused variable ‘aden’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:44: real(kind=kind_phys) :: aden,akqs,bden,besh,besm,cden,cf,dtozs,ell,eloq2,eloq4 1 Warning: Unused variable ‘bden’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:49: real(kind=kind_phys) :: aden,akqs,bden,besh,besm,cden,cf,dtozs,ell,eloq2,eloq4 1 Warning: Unused variable ‘besh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:54: real(kind=kind_phys) :: aden,akqs,bden,besh,besm,cden,cf,dtozs,ell,eloq2,eloq4 1 Warning: Unused variable ‘besm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:59: real(kind=kind_phys) :: aden,akqs,bden,besh,besm,cden,cf,dtozs,ell,eloq2,eloq4 1 Warning: Unused variable ‘cden’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1839:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1839:35: subroutine vdifq(lmh,dtdif,q2,el,z, & 1 Warning: Unused dummy argument ‘el’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:72: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:72: real(kind=kind_phys) :: aden,akqs,bden,besh,besm,cden,cf,dtozs,ell,eloq2,eloq4 1 Warning: Unused variable ‘ell’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:78: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:78: real(kind=kind_phys) :: aden,akqs,bden,besh,besm,cden,cf,dtozs,ell,eloq2,eloq4 1 Warning: Unused variable ‘eloq2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:84: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:84: real(kind=kind_phys) :: aden,akqs,bden,besh,besm,cden,cf,dtozs,ell,eloq2,eloq4 1 Warning: Unused variable ‘eloq4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:35: real(kind=kind_phys) :: elqdz,esh,esm,esqhf,ghl,gml,q1l,rden,rdz 1 Warning: Unused variable ‘elqdz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:39: real(kind=kind_phys) :: elqdz,esh,esm,esqhf,ghl,gml,q1l,rden,rdz 1 Warning: Unused variable ‘esh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:43: real(kind=kind_phys) :: elqdz,esh,esm,esqhf,ghl,gml,q1l,rden,rdz 1 Warning: Unused variable ‘esm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:53: real(kind=kind_phys) :: elqdz,esh,esm,esqhf,ghl,gml,q1l,rden,rdz 1 Warning: Unused variable ‘ghl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:57: real(kind=kind_phys) :: elqdz,esh,esm,esqhf,ghl,gml,q1l,rden,rdz 1 Warning: Unused variable ‘gml’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:61: real(kind=kind_phys) :: elqdz,esh,esm,esqhf,ghl,gml,q1l,rden,rdz 1 Warning: Unused variable ‘q1l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:66: real(kind=kind_phys) :: elqdz,esh,esm,esqhf,ghl,gml,q1l,rden,rdz 1 Warning: Unused variable ‘rden’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:70: real(kind=kind_phys) :: elqdz,esh,esm,esqhf,ghl,gml,q1l,rden,rdz 1 Warning: Unused variable ‘rdz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1729:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1729:24: subroutine prodq2(lmh,dtturbl,ustar,s2,ri,q2,el,z,akm,akh, & 1 Warning: Unused dummy argument ‘lmh’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1581:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1581:58: real(kind=kind_phys) :: a,aden,b,bden,aubr,bubr,blmx,el0,eloq2x,ghl,s2l, & 1 Warning: Unused variable ‘blmx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1493:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1493:47: s2,gh,ri,el,hpbl,lpbl,lmxl,ct, & 1 Warning: Unused dummy argument ‘lmxl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:177:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:177:60: real(kind=kind_phys) :: amf1,amf2,bmf2,amf3,bmf3,amf4,bmf4,sflux0,snlflux0 1 Warning: Unused variable ‘amf4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:177:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:177:65: real(kind=kind_phys) :: amf1,amf2,bmf2,amf3,bmf3,amf4,bmf4,sflux0,snlflux0 1 Warning: Unused variable ‘bmf4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:33:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:33:36: g,rd,cp,rv,ep1,ep2,xlv, & 1 Warning: Unused dummy argument ‘ep2’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:185:77: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:185:77: real(kind=kind_phys), dimension(im) :: hol 1 Warning: Unused variable ‘hol’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:164:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:164:22: integer :: n,i,k,l,ic 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:164:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:164:16: integer :: n,i,k,l,ic 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:6713:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:6713:19: jtem = (aphi - blto) * dlati + 1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:3354:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:3354:22: kxs=sqrt(4*nx-2.5) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:3519:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:3519:20: kxs=sqrt(4*nx-2.5) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:7069:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:7069:19: fha4 = fha 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:7145:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:7145:15: fha4 = fha 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:8660:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:8660:5: 80 continue 1 Warning: Label 80 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:8472:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:8472:13: fha4=fha 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:6867:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:6867:5: 70 write(6,6000) 1 Warning: Label 70 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:5341:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:5341:55: & rla,rlo,len,mode,percrit,lgchek,me) 1 Warning: Unused dummy argument ‘lgchek’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:5341:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:5341:48: & rla,rlo,len,mode,percrit,lgchek,me) 1 Warning: Unused dummy argument ‘percrit’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:4607:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:4607:41: subroutine merge(len,lsoil,iy,im,id,ih,fh,deltsfc, & 1 Warning: Unused dummy argument ‘id’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:4607:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:4607:44: subroutine merge(len,lsoil,iy,im,id,ih,fh,deltsfc, & 1 Warning: Unused dummy argument ‘ih’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:4607:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:4607:38: subroutine merge(len,lsoil,iy,im,id,ih,fh,deltsfc, & 1 Warning: Unused dummy argument ‘im’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:4629:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:4629:43: & irtvet,irtsot,irtalf, landice, me) 1 Warning: Unused dummy argument ‘irtalf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:4627:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:4627:29: & irttg3,irtscv,irtacn,irtsmc,irtstc,irtveg, & 1 Warning: Unused dummy argument ‘irttg3’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:4607:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:4607:35: subroutine merge(len,lsoil,iy,im,id,ih,fh,deltsfc, & 1 Warning: Unused dummy argument ‘iy’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:4635:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:4635:43: & irtalb,irtsno,irttsf,irtwet,j & 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:4616:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:4616:36: & tsfanl,tsfan2,wetanl,snoanl,zoranl,albanl,aisanl,& 1 Warning: Unused dummy argument ‘tsfan2’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:4616:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:4616:43: & tsfanl,tsfan2,wetanl,snoanl,zoranl,albanl,aisanl,& 1 Warning: Unused dummy argument ‘wetanl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:4610:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:4610:36: & tsffcs,wetfcs,snofcs,zorfcs,albfcs,aisfcs, & 1 Warning: Unused dummy argument ‘wetfcs’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:5998:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:5998:47: & len,lsoil,snoanl,aisanl,slianl,tsfanl,albanl, & 1 Warning: Unused dummy argument ‘aisanl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:5998:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:5998:68: & len,lsoil,snoanl,aisanl,slianl,tsfanl,albanl, & 1 Warning: Unused dummy argument ‘albanl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:6000:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:6000:44: & smcclm,tsfsmx,albomx,zoromx, me) 1 Warning: Unused dummy argument ‘albomx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:6004:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:6004:24: integer kount,me,k,i,lsoil,len 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:5997:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:5997:58: subroutine qcbyfc(tsffcs,snofcs,qctsfs,qcsnos,qctsfi, & 1 Warning: Unused dummy argument ‘qctsfi’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:5999:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:5999:37: & zoranl,smcanl, & 1 Warning: Unused dummy argument ‘smcanl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:6000:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:6000:30: & smcclm,tsfsmx,albomx,zoromx, me) 1 Warning: Unused dummy argument ‘smcclm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:6000:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:6000:37: & smcclm,tsfsmx,albomx,zoromx, me) 1 Warning: Unused dummy argument ‘tsfsmx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:5999:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:5999:30: & zoranl,smcanl, & 1 Warning: Unused dummy argument ‘zoranl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:6000:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:6000:51: & smcclm,tsfsmx,albomx,zoromx, me) 1 Warning: Unused dummy argument ‘zoromx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:5205:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:5205:41: subroutine qcsice(ais,glacir,amxice,aicice,aicsea,sllnd,slmask, & 1 Warning: Unused dummy argument ‘amxice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:3719:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:3719:35: & tg3anl,cvanl ,cvbanl,cvtanl, & 1 Warning: Unused dummy argument ‘cvanl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:3719:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:3719:43: & tg3anl,cvanl ,cvbanl,cvtanl, & 1 Warning: Unused dummy argument ‘cvbanl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:3719:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:3719:50: & tg3anl,cvanl ,cvbanl,cvtanl, & 1 Warning: Unused dummy argument ‘cvtanl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:3740:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:3740:50: & kpdais,kpdzor,kpdtg3,kpdacn,kpdscv,j & 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:3725:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:3725:29: & kprvet,kpdsot,kpdalf, & 1 Warning: Unused dummy argument ‘kprvet’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:3720:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:3720:43: & smcanl,stcanl,slianl,scvanl,acnanl,veganl, & 1 Warning: Unused dummy argument ‘slianl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:8405:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:8405:55: & lgrib,j,ndata,i,inttyp,jmax,imax,ijmax,ij,jday,len,iret, & 1 Warning: Unused variable ‘ij’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:8407:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:8407:33: & monend,jy,iy4,kmami,iret2,jj,w3kindreal,w3kindint 1 Warning: Unused variable ‘kmami’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:6105:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:6105:47: real*4 :: dummy(imax,jmax) 1 Warning: Unused variable ‘dummy’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:2990:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:2990:20: integer i,j,ii,jj,jmax,imax,iret 1 Warning: Unused variable ‘ii’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:6910:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:6910:55: &, gaus, blno, blto, me,lprnt,iprnt, fnalbc2, ialb & 1 Warning: Unused dummy argument ‘iprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:6924:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:6924:53: & kpdvet,kpdsot,kpdstc,kpdveg,jmsk,imsk,j,ialb & 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:6908:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:6908:37: & deltsfc, lanom & 1 Warning: Unused dummy argument ‘lanom’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:6910:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:6910:49: &, gaus, blno, blto, me,lprnt,iprnt, fnalbc2, ialb & 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:6918:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:6918:44: & wei2s,fh,stcmon1s,blto,blno,deltsfc,rjdayh2 1 Warning: Unused variable ‘stcmon1s’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:8079:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:8079:46: character(len=80) :: errmsg 1 Warning: Unused variable ‘errmsg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:8231:69: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:8231:69: & jmsk,len,lugb,kpds5,mon,lskip,lgrib,ndata,lugi,me,kmami & 1 Warning: Unused variable ‘kmami’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:6586:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:6586:43: & rnlat,dxout,dphi,dlat,facns,tem,blno, & 1 Warning: Unused variable ‘dphi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:6586:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:6586:38: & rnlat,dxout,dphi,dlat,facns,tem,blno, & 1 Warning: Unused variable ‘dxout’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:6586:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:6586:54: & rnlat,dxout,dphi,dlat,facns,tem,blno, & 1 Warning: Unused variable ‘facns’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:6583:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:6583:28: integer i1,i2,j2,ishft,i,jj,j1,jtem,jmxout,imxin,jmxin,imxout, & 1 Warning: Unused variable ‘ishft’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:6586:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:6586:58: & rnlat,dxout,dphi,dlat,facns,tem,blno, & 1 Warning: Unused variable ‘tem’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:6580:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:6580:27: & wlon,rnlat,rlnout,rltout,gaus,blno, blto) 1 Warning: Unused dummy argument ‘wlon’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:2723:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:2723:36: & iret, me,kpds5,kdata,i,w3kindreal,w3kindint 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:487:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:487:35: & tg3fcs(len), acnfcs(len), cnpfcs(len), & 1 Warning: Unused variable ‘acnfcs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:115:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:115:53: & aislim,snwmin,snwmax,cplrl,cplrs, & 1 Warning: Unused variable ‘cplrl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:115:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:115:59: & aislim,snwmin,snwmax,cplrl,cplrs, & 1 Warning: Unused variable ‘cplrs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:117:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:117:38: & csotl,cvwgs,cvetl,cvets,calfs, & 1 Warning: Unused variable ‘cvwgs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:499:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:499:38: real (kind=kind_io8) f10m (len) 1 Warning: Unused variable ‘f10m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:118:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:118:40: & fcalfl,fcalfs,ccvt,ccnp,ccv,ccvb, & 1 Warning: Unused variable ‘fcalfs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:120:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:120:33: & grbmsk,ctsfl,deltf,caisl,caiss, & 1 Warning: Unused variable ‘grbmsk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:119:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:119:57: & calbl,calfl,calbs,ctsfs,grboro, & 1 Warning: Unused variable ‘grboro’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:526:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:526:24: character*32 label 1 Warning: Unused variable ‘label’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:70:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:70:55: &, cvfcs,cvbfcs,cvtfcs,me,nlunit & 1 Warning: Unused dummy argument ‘nlunit’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:161:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:161:25: integer num_parthds 1 Warning: Unused variable ‘num_parthds’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:128:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:128:62: & falfs,falfl,fh,crit,zsca,ztsfc,tem1,tem2 & 1 Warning: Unused variable ‘tem1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:128:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:128:67: & falfs,falfl,fh,crit,zsca,ztsfc,tem1,tem2 & 1 Warning: Unused variable ‘tem2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:4458:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:4458:17: integer i,j,len,lsoil,k 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:4454:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:4454:37: subroutine bktges(smcfcs,slianl,stcfcs,len,lsoil) 1 Warning: Unused dummy argument ‘slianl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F:3025:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F:3025:0: data(imax-i+1,jj) = work(i,j) Warning: ‘jj’ may be used uninitialized in this function [-Wmaybe-uninitialized] -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_read_2Ddecomp.h:101:29: - - data(:)=r8vals(:) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_read_2Ddecomp.h:103:29: - - data(:)=r8vals(:)*field%scale + field%add - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_unstructured_read.inc:520:21: - - real(MPP_FILL_INT)) then - 1 -Warning: Change of value in conversion from ‘INTEGER(4)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_unstructured_read.inc:340:21: - - real(MPP_FILL_INT)) then - 1 -Warning: Change of value in conversion from ‘INTEGER(4)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_unstructured_read.inc:160:21: - - real(MPP_FILL_INT)) then - 1 -Warning: Change of value in conversion from ‘INTEGER(4)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_write.inc:983:27: - - rval_i = rval - 1 -Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_write.inc:993:27: - - rval_i = rval - 1 -Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_read.inc:476:51: - - mpp_file(unit)%Att(i)%fatt(1:len)=r8vals(1:len) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_read.inc:575:61: - - mpp_file(unit)%Axis(dimid)%data(1:len) = r8vals(1:len) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_read.inc:727:66: - - mpp_file(unit)%Axis(dimid)%Att(j)%fatt(1:len)=r8vals(1:len) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_read.inc:791:65: - - bounds_name = mpp_file(unit)%Axis(j)%Att(i)%catt - 1 -Warning: CHARACTER expression will be truncated in assignment (128/1280) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_read.inc:860:69: - - mpp_file(unit)%Axis(j)%data_bounds(1:len) =r8vals(1:(2*len-1):2) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_read.inc:861:70: - - mpp_file(unit)%Axis(j)%data_bounds(len+1) = r8vals(2*len) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_read.inc:1025:63: - - mpp_file(unit)%Var(nv)%Att(j)%fatt(1:len)=r8vals(1:len) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_read.inc:1049:51: - - mpp_file(unit)%Var(nv)%pack=mpp_file(unit)%Var(nv)%Att(j)%fatt(1) - 1 -Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_read.inc:1054:75: - - checksum_char = mpp_file(unit)%Var(nv)%Att(j)%catt - 1 -Warning: CHARACTER expression will be truncated in assignment (64/1280) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_read_compressed.h:189:67: - - if (field%fill == MPP_FILL_DOUBLE .or. field%fill == real(MPP_FILL_INT) ) then - 1 -Warning: Change of value in conversion from ‘INTEGER(4)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_read_compressed.h:97:67: - - if (field%fill == MPP_FILL_DOUBLE .or. field%fill == real(MPP_FILL_INT) ) then - 1 -Warning: Change of value in conversion from ‘INTEGER(4)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_util.inc:673:23: - - v%max = nearest(nearest(real(v%max,8),-1.0),-1.0) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_util.inc:687:23: - - v%min = nearest(nearest(real(v%min,8),+1.0),+1.0) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_util.inc:367:26: - - time_values(i) = mpp_file(unit)%time_values(i) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/mpp_io.F90:1048:61: - - integer :: mpp_io_stack_size=0, mpp_io_stack_hwm=0 - 1 -Warning: Unused PRIVATE module variable ‘mpp_io_stack_hwm’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_unstructured_write.inc:503:55: - - integer(INT_KIND) :: compute_size ! NULL() - 1 -Warning: Unused variable ‘io_domain’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_write.inc:624:22: - - integer :: istat - 1 -Warning: Unused variable ‘istat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_write.inc:612:78: - - subroutine mpp_write_meta_axis_unlimited(unit, axis, name, data, unlimited, units, longname) - 1 -Warning: Unused dummy argument ‘unlimited’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_write.inc:553:29: - - logical :: domain_exist - 1 -Warning: Unused variable ‘domain_exist’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_write.inc:554:42: - - type(domain2d), pointer :: io_domain => NULL() - 1 -Warning: Unused variable ‘io_domain’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_read.inc:320:48: - - integer :: error, i, j, istat, check_exist - 1 -Warning: Unused variable ‘check_exist’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_read_2Ddecomp.h:145:25: - - integer :: i, error, is, ie, js, je, isg, ieg, jsg, jeg - 1 -Warning: Unused variable ‘error’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_read_2Ddecomp.h:145:25: - - integer :: i, error, is, ie, js, je, isg, ieg, jsg, jeg - 1 -Warning: Unused variable ‘error’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_connect.inc:219:51: - - integer :: comm - 1 -Warning: Unused variable ‘comm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_connect.inc:225:52: - - integer ::f_size, f_stat - 1 -Warning: Unused variable ‘f_size’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_connect.inc:225:60: - - integer ::f_size, f_stat - 1 -Warning: Unused variable ‘f_stat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_connect.inc:227:53: - - character(len=128) :: f_test - 1 -Warning: Unused variable ‘f_test’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_connect.inc:221:55: - - integer,dimension(:), allocatable :: glist(:) - 1 -Warning: Unused variable ‘glist’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_connect.inc:220:59: - - integer :: info, ierror - 1 -Warning: Unused variable ‘ierror’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_connect.inc:220:51: - - integer :: info, ierror - 1 -Warning: Unused variable ‘info’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_connect.inc:222:50: - - integer ::lena, lenb - 1 -Warning: Unused variable ‘lena’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_connect.inc:222:56: - - integer ::lena, lenb - 1 -Warning: Unused variable ‘lenb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_connect.inc:218:51: - - integer*8 :: lenp - 1 -Warning: Unused variable ‘lenp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_misc.inc:221:27: - - integer :: unit,istat - 1 -Warning: Unused variable ‘istat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_misc.inc:51:45: - - logical :: opened - 1 -Warning: Unused variable ‘opened’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_misc.inc:49:47: - - integer :: unit_nml, io_status, iunit - 1 -Warning: Unused variable ‘unit_nml’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_io_util.inc:519:43: - - subroutine mpp_get_iospec( unit, iospec ) - 1 -Warning: Unused dummy argument ‘iospec’ at (1) [-Wunused-dummy-argument] -mpif.h:561:54: - -Warning: Unused variable ‘mpi_statuses_ignore’ declared at (1) [-Wunused-variable] -mpif.h:561:54: - -Warning: Unused variable ‘mpi_statuses_ignore’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/drifters/drifters_comm.F90:114:0: - - subroutine drifters_comm_set_data_bounds(self, xmin, ymin, xmax, ymax) - -Warning: ‘drifters_comm_set_data_bounds’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/drifters/drifters_comm.F90:127:0: - - subroutine drifters_comm_set_comp_bounds(self, xmin, ymin, xmax, ymax) - -Warning: ‘drifters_comm_set_comp_bounds’ defined but not used [-Wunused-function] -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:2085:69: +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:2085:69: real(kind=kind_phys) :: S(levs), S1(levs), F(levs), F1(levs) 1 Warning: Unused variable ‘f1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:2087:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:2087:31: integer :: i, k 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:2085:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:2085:49: real(kind=kind_phys) :: S(levs), S1(levs), F(levs), F1(levs) 1 Warning: Unused variable ‘s1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:2049:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:2049:31: integer :: i, k 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:370:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:370:48: real(kind=kind_phys) :: belpmin, dsmin, dsmax 1 Warning: Unused variable ‘belpmin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:292:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:292:46: & DUSFC, DVSFC, xlatd, sinlat, coslat, sparea, & 1 Warning: Unused dummy argument ‘coslat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:404:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:404:70: & ROLL, bnv2bar, SCOR, DTFAC, XLINV, DELKS, DELKS1 1 Warning: Unused variable ‘delks1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:407:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:407:68: real(kind=kind_phys) :: taub(im), taulin(im), heff, hsat, hdis 1 Warning: Unused variable ‘hdis’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:428:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:428:43: &, kmps, idir, nwd, klcap, kp1, kmpbl, kmll 1 Warning: Unused variable ‘klcap’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:429:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:429:48: &, k_mtb, k_zlow, ktrial, klevm1, i, j, k 1 Warning: Unused variable ‘klevm1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:429:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:429:40: &, k_mtb, k_zlow, ktrial, klevm1, i, j, k 1 Warning: Unused variable ‘ktrial’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:315:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:315:9: use cires_ugwp_module, only : kxw, max_kdis, max_axyz 1 Warning: Unused module variable ‘kxw’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:369:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:369:48: real(kind=kind_phys) :: shilmin, sgrmax, sgrmin 1 Warning: Unused variable ‘shilmin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:418:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:418:62: &, scork, rscor, hd, fro, sira 1 Warning: Unused variable ‘sira’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:416:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:416:32: &, ti, rdz, dw2, shr2, bvf2 1 Warning: Unused variable ‘ti’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:420:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:420:50: &, grav2, rcpdt, windik, wdir 1 Warning: Unused variable ‘windik’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:380:69: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:380:69: real(kind=kind_phys), dimension(im) :: OA, CLX , elvmax, wk 1 Warning: Unused variable ‘wk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1379:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1379:45: real :: kzw2, kzw3, kdsat, cdf2, cdf1, wdop2 1 Warning: Unused variable ‘cdf1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1278:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1278:59: & prsl, prsi, philg, xlatd, sinlat, coslat, & 1 Warning: Unused dummy argument ‘coslat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1276:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1276:52: subroutine fv3_ugwp_solv2_v0(klon, klev, dtime, & 1 Warning: Unused dummy argument ‘dtime’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1379:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1379:33: real :: kzw2, kzw3, kdsat, cdf2, cdf1, wdop2 1 Warning: Unused variable ‘kdsat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1379:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1379:26: real :: kzw2, kzw3, kdsat, cdf2, cdf1, wdop2 1 Warning: Unused variable ‘kzw3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1278:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1278:21: & prsl, prsi, philg, xlatd, sinlat, coslat, & 1 Warning: Unused dummy argument ‘prsl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1401:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1401:45: real :: v_kzi, v_kzw, v_cdp, v_wdp, sc, tx1 1 Warning: Unused variable ‘sc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1278:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1278:43: & prsl, prsi, philg, xlatd, sinlat, coslat, & 1 Warning: Unused dummy argument ‘xlatd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1384:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1384:21: real :: zatmp, zfluxs, zdep, zfluxsq, zulm, zdft, ze1, ze2 1 Warning: Unused variable ‘zatmp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1388:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1388:38: real :: zthstd,zrhostd,zbvfstd 1 Warning: Unused variable ‘zbvfstd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1384:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1384:56: real :: zatmp, zfluxs, zdep, zfluxsq, zulm, zdft, ze1, ze2 1 Warning: Unused variable ‘zdft’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1384:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1384:44: real :: zatmp, zfluxs, zdep, zfluxsq, zulm, zdft, ze1, ze2 1 Warning: Unused variable ‘zfluxsq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1390:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1390:28: real :: zhook_handle 1 Warning: Unused variable ‘zhook_handle’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1387:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1387:28: real :: zdelp,zrgpts 1 Warning: Unused variable ‘zrgpts’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1388:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1388:30: real :: zthstd,zrhostd,zbvfstd 1 Warning: Unused variable ‘zrhostd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1388:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1388:22: real :: zthstd,zrhostd,zbvfstd 1 Warning: Unused variable ‘zthstd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1384:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1384:50: real :: zatmp, zfluxs, zdep, zfluxsq, zulm, zdft, ze1, ze2 1 Warning: Unused variable ‘zulm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1935:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1935:47: real(kind=kind_phys) :: eps_shr, eps_bn2, eps_dis 1 Warning: Unused variable ‘eps_bn2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1935:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1935:56: real(kind=kind_phys) :: eps_shr, eps_bn2, eps_dis 1 Warning: Unused variable ‘eps_dis’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1935:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1935:38: real(kind=kind_phys) :: eps_shr, eps_bn2, eps_dis 1 Warning: Unused variable ‘eps_shr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1879:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1879:46: & me, master, kdt ) 1 Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1879:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1879:41: & me, master, kdt ) 1 Warning: Unused dummy argument ‘master’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1879:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1879:33: & me, master, kdt ) 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1876:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1876:42: & prsl, prsi, phil, prslk, & 1 Warning: Unused dummy argument ‘prsi’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1957:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1957:37: real(kind=kind_phys) :: w1, w2, w3 1 Warning: Unused variable ‘w2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1957:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1957:41: real(kind=kind_phys) :: w1, w2, w3 1 Warning: Unused variable ‘w3’ declared at (1) [-Wunused-variable] -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ysuvdif.F90:102:77: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_read_2Ddecomp.h:101:29: + + data(:)=r8vals(:) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_read_2Ddecomp.h:103:29: + + data(:)=r8vals(:)*field%scale + field%add + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_unstructured_read.inc:520:21: + + real(MPP_FILL_INT)) then + 1 +Warning: Change of value in conversion from ‘INTEGER(4)’ to ‘REAL(4)’ at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_unstructured_read.inc:340:21: + + real(MPP_FILL_INT)) then + 1 +Warning: Change of value in conversion from ‘INTEGER(4)’ to ‘REAL(4)’ at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_unstructured_read.inc:160:21: + + real(MPP_FILL_INT)) then + 1 +Warning: Change of value in conversion from ‘INTEGER(4)’ to ‘REAL(4)’ at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_write.inc:983:27: + + rval_i = rval + 1 +Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_write.inc:993:27: + + rval_i = rval + 1 +Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_read.inc:476:51: + + mpp_file(unit)%Att(i)%fatt(1:len)=r8vals(1:len) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_read.inc:575:61: + + mpp_file(unit)%Axis(dimid)%data(1:len) = r8vals(1:len) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_read.inc:727:66: + + mpp_file(unit)%Axis(dimid)%Att(j)%fatt(1:len)=r8vals(1:len) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_read.inc:791:65: + + bounds_name = mpp_file(unit)%Axis(j)%Att(i)%catt + 1 +Warning: CHARACTER expression will be truncated in assignment (128/1280) at (1) [-Wcharacter-truncation] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_read.inc:860:69: + + mpp_file(unit)%Axis(j)%data_bounds(1:len) =r8vals(1:(2*len-1):2) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_read.inc:861:70: + + mpp_file(unit)%Axis(j)%data_bounds(len+1) = r8vals(2*len) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_read.inc:1025:63: + + mpp_file(unit)%Var(nv)%Att(j)%fatt(1:len)=r8vals(1:len) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_read.inc:1049:51: + + mpp_file(unit)%Var(nv)%pack=mpp_file(unit)%Var(nv)%Att(j)%fatt(1) + 1 +Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_read.inc:1054:75: + + checksum_char = mpp_file(unit)%Var(nv)%Att(j)%catt + 1 +Warning: CHARACTER expression will be truncated in assignment (64/1280) at (1) [-Wcharacter-truncation] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_read_compressed.h:189:67: + + if (field%fill == MPP_FILL_DOUBLE .or. field%fill == real(MPP_FILL_INT) ) then + 1 +Warning: Change of value in conversion from ‘INTEGER(4)’ to ‘REAL(4)’ at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_read_compressed.h:97:67: + + if (field%fill == MPP_FILL_DOUBLE .or. field%fill == real(MPP_FILL_INT) ) then + 1 +Warning: Change of value in conversion from ‘INTEGER(4)’ to ‘REAL(4)’ at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_util.inc:673:23: + + v%max = nearest(nearest(real(v%max,8),-1.0),-1.0) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_util.inc:687:23: + + v%min = nearest(nearest(real(v%min,8),+1.0),+1.0) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_util.inc:367:26: + + time_values(i) = mpp_file(unit)%time_values(i) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/mpp_io.F90:1048:61: + + integer :: mpp_io_stack_size=0, mpp_io_stack_hwm=0 + 1 +Warning: Unused PRIVATE module variable ‘mpp_io_stack_hwm’ declared at (1) [-Wunused-value] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_unstructured_write.inc:503:55: + + integer(INT_KIND) :: compute_size ! NULL() + 1 +Warning: Unused variable ‘io_domain’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_write.inc:624:22: + + integer :: istat + 1 +Warning: Unused variable ‘istat’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_write.inc:612:78: + + subroutine mpp_write_meta_axis_unlimited(unit, axis, name, data, unlimited, units, longname) + 1 +Warning: Unused dummy argument ‘unlimited’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_write.inc:553:29: + + logical :: domain_exist + 1 +Warning: Unused variable ‘domain_exist’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_write.inc:554:42: + + type(domain2d), pointer :: io_domain => NULL() + 1 +Warning: Unused variable ‘io_domain’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_read.inc:320:48: + + integer :: error, i, j, istat, check_exist + 1 +Warning: Unused variable ‘check_exist’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_read_2Ddecomp.h:145:25: + + integer :: i, error, is, ie, js, je, isg, ieg, jsg, jeg + 1 +Warning: Unused variable ‘error’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_read_2Ddecomp.h:145:25: + + integer :: i, error, is, ie, js, je, isg, ieg, jsg, jeg + 1 +Warning: Unused variable ‘error’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_connect.inc:219:51: + + integer :: comm + 1 +Warning: Unused variable ‘comm’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_connect.inc:225:52: + + integer ::f_size, f_stat + 1 +Warning: Unused variable ‘f_size’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_connect.inc:225:60: + + integer ::f_size, f_stat + 1 +Warning: Unused variable ‘f_stat’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_connect.inc:227:53: + + character(len=128) :: f_test + 1 +Warning: Unused variable ‘f_test’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_connect.inc:221:55: + + integer,dimension(:), allocatable :: glist(:) + 1 +Warning: Unused variable ‘glist’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_connect.inc:220:59: + + integer :: info, ierror + 1 +Warning: Unused variable ‘ierror’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_connect.inc:220:51: + + integer :: info, ierror + 1 +Warning: Unused variable ‘info’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_connect.inc:222:50: + + integer ::lena, lenb + 1 +Warning: Unused variable ‘lena’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_connect.inc:222:56: + + integer ::lena, lenb + 1 +Warning: Unused variable ‘lenb’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_connect.inc:218:51: + + integer*8 :: lenp + 1 +Warning: Unused variable ‘lenp’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_misc.inc:221:27: + + integer :: unit,istat + 1 +Warning: Unused variable ‘istat’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_misc.inc:51:45: + + logical :: opened + 1 +Warning: Unused variable ‘opened’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_misc.inc:49:47: + + integer :: unit_nml, io_status, iunit + 1 +Warning: Unused variable ‘unit_nml’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_io_util.inc:519:43: + + subroutine mpp_get_iospec( unit, iospec ) + 1 +Warning: Unused dummy argument ‘iospec’ at (1) [-Wunused-dummy-argument] +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +mpif.h:561:54: + +Warning: Unused variable ‘mpi_statuses_ignore’ declared at (1) [-Wunused-variable] +mpif.h:561:54: + +Warning: Unused variable ‘mpi_statuses_ignore’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ysuvdif.F90:102:77: real(kind=kind_phys), dimension( im ) :: hol 1 Warning: Unused variable ‘hol’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ysuvdif.F90:162:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ysuvdif.F90:162:28: integer :: n,i,k,l,ic,is,kk 1 Warning: Unused variable ‘is’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ysuvdif.F90:163:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ysuvdif.F90:163:29: integer :: klpbl, ktrace1, ktrace2, ktrace3 1 Warning: Unused variable ‘ktrace1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ysuvdif.F90:163:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ysuvdif.F90:163:38: integer :: klpbl, ktrace1, ktrace2, ktrace3 1 Warning: Unused variable ‘ktrace2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ysuvdif.F90:163:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ysuvdif.F90:163:47: integer :: klpbl, ktrace1, ktrace2, ktrace3 1 Warning: Unused variable ‘ktrace3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ysuvdif.F90:162:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ysuvdif.F90:162:22: integer :: n,i,k,l,ic,is,kk 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ysuvdif.F90:162:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ysuvdif.F90:162:16: integer :: n,i,k,l,ic,is,kk 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:524:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/drifters/drifters_comm.F90:114:0: + + subroutine drifters_comm_set_data_bounds(self, xmin, ymin, xmax, ymax) + +Warning: ‘drifters_comm_set_data_bounds’ defined but not used [-Wunused-function] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/drifters/drifters_comm.F90:127:0: + + subroutine drifters_comm_set_comp_bounds(self, xmin, ymin, xmax, ymax) + +Warning: ‘drifters_comm_set_comp_bounds’ defined but not used [-Wunused-function] +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:524:1: rhq(lev) = rh(l) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:879:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:879:45: subroutine calwxt_bourg(lm,lp1,rn,g,t,q,pmid,pint,zint,ptype) 1 Warning: Unused dummy argument ‘q’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:495:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:495:17: integer*4 i, k1, lll, k2, toodry 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:505:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:505:24: integer j,l,lev,ii 1 Warning: Unused variable ‘ii’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:505:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:505:15: integer j,l,lev,ii 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:476:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:476:56: subroutine calwxt_ramer(lm,lp1,t,q,pmid,rh,td,pint,ptyp) 1 Warning: Unused dummy argument ‘pint’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:476:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:476:40: subroutine calwxt_ramer(lm,lp1,t,q,pmid,rh,td,pint,ptyp) 1 Warning: Unused dummy argument ‘q’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:53:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:53:45: time_dominant,btim,timef,ranl(2) 1 Warning: Unused variable ‘btim’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:50:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:50:28: integer i,iwx,isno,iip,izr,irain,k,k1 1 Warning: Unused variable ‘iip’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:50:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:50:38: integer i,iwx,isno,iip,izr,irain,k,k1 1 Warning: Unused variable ‘irain’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:50:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:50:24: integer i,iwx,isno,iip,izr,irain,k,k1 1 Warning: Unused variable ‘isno’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:50:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:50:32: integer i,iwx,isno,iip,izr,irain,k,k1 1 Warning: Unused variable ‘izr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:10:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:10:34: subroutine calpreciptype(kdt,nrcm,im,ix,lm,lp1,randomno, & 1 Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:52:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:52:68: time_vert,time_ncep,time_ramer,time_bourg,time_revised,& 1 Warning: Unused variable ‘time_bourg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:53:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:53:40: time_dominant,btim,timef,ranl(2) 1 Warning: Unused variable ‘time_dominant’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:52:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:52:46: time_vert,time_ncep,time_ramer,time_bourg,time_revised,& 1 Warning: Unused variable ‘time_ncep’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:52:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:52:57: time_vert,time_ncep,time_ramer,time_bourg,time_revised,& 1 Warning: Unused variable ‘time_ramer’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:52:81: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:52:81: time_vert,time_ncep,time_ramer,time_bourg,time_revised,& 1 Warning: Unused variable ‘time_revised’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:52:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:52:36: time_vert,time_ncep,time_ramer,time_bourg,time_revised,& 1 Warning: Unused variable ‘time_vert’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:53:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:53:51: time_dominant,btim,timef,ranl(2) 1 Warning: Unused variable ‘timef’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:13:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:13:41: phii,tskin, & !input 1 Warning: Unused dummy argument ‘tskin’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:11:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:11:35: xlat,xlon, & 1 Warning: Unused dummy argument ‘xlat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:11:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:11:40: xlat,xlon, & 1 Warning: Unused dummy argument ‘xlon’ at (1) [-Wunused-dummy-argument] -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcycle.F90:61:21: +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcycle.F90:61:21: SMCFC1 (Model%nx*Model%ny*Model%lsoil), & 1 Warning: Unused variable ‘exists’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcycle.F90:60:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcycle.F90:60:45: ALBFC1 (Model%nx*Model%ny*4), & 1 Warning: Unused variable ‘ios’ declared at (1) [-Wunused-variable] -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o [ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfpbl.f:69:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfpbl.f:69:20: integer i, j, k, n, kmpbl 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfpbl.f:79:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfpbl.f:79:50: & ptem, ptem1, ptem2, 1 Warning: Unused variable ‘ptem2’ declared at (1) [-Wunused-variable] [ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:456:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:456:20: klev(i) = k 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:227:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:227:61: dcheat3d, precip2d, cld_klevs2d, scheat3d) 1 Warning: Unused dummy argument ‘cld_klevs2d’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:227:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:227:38: dcheat3d, precip2d, cld_klevs2d, scheat3d) 1 Warning: Unused dummy argument ‘dcheat3d’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:67: subroutine trig3d_dconv(nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_conv, & 1 Warning: Unused dummy argument ‘delp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:73: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:73: subroutine trig3d_dconv(nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_conv, & 1 Warning: Unused dummy argument ‘delz’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:241:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:241:18: integer :: k 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:83: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:83: subroutine trig3d_dconv(nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_conv, & 1 Warning: Unused dummy argument ‘lat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:78: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:78: subroutine trig3d_dconv(nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_conv, & 1 Warning: Unused dummy argument ‘lon’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:57: subroutine trig3d_dconv(nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_conv, & 1 Warning: Unused dummy argument ‘p3d’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:89: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:89: subroutine trig3d_dconv(nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_conv, & 1 Warning: Unused dummy argument ‘pmid’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:227:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:227:48: dcheat3d, precip2d, cld_klevs2d, scheat3d) 1 Warning: Unused dummy argument ‘precip2d’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:61: subroutine trig3d_dconv(nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_conv, & 1 Warning: Unused dummy argument ‘ps’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:52: subroutine trig3d_dconv(nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_conv, & 1 Warning: Unused dummy argument ‘q’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:227:71: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:227:71: dcheat3d, precip2d, cld_klevs2d, scheat3d) 1 Warning: Unused dummy argument ‘scheat3d’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:49: subroutine trig3d_dconv(nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_conv, & 1 Warning: Unused dummy argument ‘t’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:102: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:102: subroutine trig3d_dconv(nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_conv, & 1 Warning: Unused dummy argument ‘trig3d_conv’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:43: subroutine trig3d_dconv(nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_conv, & 1 Warning: Unused dummy argument ‘u’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:46: subroutine trig3d_dconv(nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_conv, & 1 Warning: Unused dummy argument ‘v’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:176:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:176:68: subroutine trig3d_okubo( nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_okw) 1 Warning: Unused dummy argument ‘delp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:176:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:176:74: subroutine trig3d_okubo( nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_okw) 1 Warning: Unused dummy argument ‘delz’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:189:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:189:21: integer :: k, i, j 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:189:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:189:24: integer :: k, i, j 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:176:90: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:176:90: subroutine trig3d_okubo( nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_okw) 1 Warning: Unused dummy argument ‘pmid’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:176:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:176:62: subroutine trig3d_okubo( nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_okw) 1 Warning: Unused dummy argument ‘ps’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:176:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:176:53: subroutine trig3d_okubo( nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_okw) 1 Warning: Unused dummy argument ‘q’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:194:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:194:58: real :: rlon(nx), rlat(ny) , cosv(ny), tanlat(ny) 1 Warning: Unused variable ‘tanlat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:129:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:129:68: subroutine trig3d_fjets( nx, ny, nz, U, V, T, Q, P3D, PS, delp, delz, lon, lat, pmid, trig3d_fgf) 1 Warning: Unused dummy argument ‘delp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:129:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:129:74: subroutine trig3d_fjets( nx, ny, nz, U, V, T, Q, P3D, PS, delp, delz, lon, lat, pmid, trig3d_fgf) 1 Warning: Unused dummy argument ‘delz’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:142:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:142:21: integer :: k, i, j 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:142:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:142:24: integer :: k, i, j 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:129:90: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:129:90: subroutine trig3d_fjets( nx, ny, nz, U, V, T, Q, P3D, PS, delp, delz, lon, lat, pmid, trig3d_fgf) 1 Warning: Unused dummy argument ‘pmid’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:129:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:129:62: subroutine trig3d_fjets( nx, ny, nz, U, V, T, Q, P3D, PS, delp, delz, lon, lat, pmid, trig3d_fgf) 1 Warning: Unused dummy argument ‘ps’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:129:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:129:53: subroutine trig3d_fjets( nx, ny, nz, U, V, T, Q, P3D, PS, delp, delz, lon, lat, pmid, trig3d_fgf) 1 Warning: Unused dummy argument ‘q’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:147:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:147:58: real :: rlon(nx), rlat(ny) , cosv(ny), tanlat(ny) 1 Warning: Unused variable ‘tanlat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:18:65: - - subroutine ugwp_oro(im, levs, dtp, kdt,me, lprnt, fcor, c2f2, & - 1 -Warning: Unused dummy argument ‘c2f2’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:34:10: - - use ugwp_oro_init, only : cdmb, cleff, sigfac, hncrit, hpmin, hminmt - 1 -Warning: Unused module variable ‘cdmb’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:34:10: - - use ugwp_oro_init, only : cdmb, cleff, sigfac, hncrit, hpmin, hminmt - 1 -Warning: Unused module variable ‘cleff’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:109:76: - - real(kind=kind_phys), dimension(levs) :: drlee, drmtb, drlow, drogw - 1 -Warning: Unused variable ‘drogw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:103:24: - - logical icrilv(im) - 1 -Warning: Unused variable ‘icrilv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:246:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:246:46: U, V, W, T, Q, delp, delz, p3d, PS, HS, Hyam, Hybm, Hyai, Hybi, & 1 Warning: Unused dummy argument ‘hs’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:246:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:246:64: U, V, W, T, Q, delp, delz, p3d, PS, HS, Hyam, Hybm, Hyai, Hybi, & 1 Warning: Unused dummy argument ‘hyai’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:246:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:246:52: U, V, W, T, Q, delp, delz, p3d, PS, HS, Hyam, Hybm, Hyai, Hybi, & 1 Warning: Unused dummy argument ‘hyam’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:246:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:246:58: U, V, W, T, Q, delp, delz, p3d, PS, HS, Hyam, Hybm, Hyai, Hybi, & 1 Warning: Unused dummy argument ‘hybm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:18:43: - - subroutine ugwp_oro(im, levs, dtp, kdt,me, lprnt, fcor, c2f2, & - 1 -Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:18:53: - - subroutine ugwp_oro(im, levs, dtp, kdt,me, lprnt, fcor, c2f2, & - 1 -Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:18:46: - - subroutine ugwp_oro(im, levs, dtp, kdt,me, lprnt, fcor, c2f2, & - 1 -Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:246:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:246:15: U, V, W, T, Q, delp, delz, p3d, PS, HS, Hyam, Hybm, Hyai, Hybi, & 1 Warning: Unused dummy argument ‘w’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:94:55: - - real(kind_phys), dimension(levs+1) :: taudz, rhoi, rim_z, pint1, zpi - 1 -Warning: Unused variable ‘rhoi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:94:62: - - real(kind_phys), dimension(levs+1) :: taudz, rhoi, rim_z, pint1, zpi - 1 -Warning: Unused variable ‘rim_z’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:94:49: - - real(kind_phys), dimension(levs+1) :: taudz, rhoi, rim_z, pint1, zpi - 1 -Warning: Unused variable ‘taudz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:86:28: - - real(kind_phys) wk(im) - 1 -Warning: Unused variable ‘wk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:317:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:317:35: real :: dtot, dmax, daver 1 Warning: Unused variable ‘daver’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:300:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:300:9: (nw, im, levs, dcheat, scheat, precip, icld, xlatd, sinlat, coslat,taub, klev, if_src, nf_src) 1 Warning: Unused dummy argument ‘nw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:300:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:300:65: (nw, im, levs, dcheat, scheat, precip, icld, xlatd, sinlat, coslat,taub, klev, if_src, nf_src) 1 Warning: Unused dummy argument ‘sinlat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:369:84: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:369:84: subroutine get_spectra_tau_nstgw(nw, im, levs, trig_fgf, xlatd, sinlat, coslat, taub, klev, if_src, nf_src) 1 Warning: Unused dummy argument ‘coslat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:384:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:384:35: real :: dtot, dmax, daver 1 Warning: Unused variable ‘daver’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:369:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:369:41: subroutine get_spectra_tau_nstgw(nw, im, levs, trig_fgf, xlatd, sinlat, coslat, taub, klev, if_src, nf_src) 1 Warning: Unused dummy argument ‘nw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:369:76: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:369:76: subroutine get_spectra_tau_nstgw(nw, im, levs, trig_fgf, xlatd, sinlat, coslat, taub, klev, if_src, nf_src) 1 Warning: Unused dummy argument ‘sinlat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:430:83: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:430:83: subroutine get_spectra_tau_okw(nw, im, levs, trig_okw, xlatd, sinlat, coslat, taub, klev, if_src, nf_src) 1 Warning: Unused dummy argument ‘coslat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:445:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:445:35: real :: dtot, dmax, daver 1 Warning: Unused variable ‘daver’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:430:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:430:39: subroutine get_spectra_tau_okw(nw, im, levs, trig_okw, xlatd, sinlat, coslat, taub, klev, if_src, nf_src) 1 Warning: Unused dummy argument ‘nw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:430:75: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:430:75: subroutine get_spectra_tau_okw(nw, im, levs, trig_okw, xlatd, sinlat, coslat, taub, klev, if_src, nf_src) 1 Warning: Unused dummy argument ‘sinlat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:430:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:430:67: subroutine get_spectra_tau_okw(nw, im, levs, trig_okw, xlatd, sinlat, coslat, taub, klev, if_src, nf_src) 1 Warning: Unused dummy argument ‘xlatd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:389:50: +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:462:0: + + if (dtot >= tlim_fgf ) kex = kex+1 + +Warning: ‘tlim_fgf’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:18:65: + + subroutine ugwp_oro(im, levs, dtp, kdt,me, lprnt, fcor, c2f2, & + 1 +Warning: Unused dummy argument ‘c2f2’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:34:10: + + use ugwp_oro_init, only : cdmb, cleff, sigfac, hncrit, hpmin, hminmt + 1 +Warning: Unused module variable ‘cdmb’ which has been explicitly imported at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:34:10: + + use ugwp_oro_init, only : cdmb, cleff, sigfac, hncrit, hpmin, hminmt + 1 +Warning: Unused module variable ‘cleff’ which has been explicitly imported at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:109:76: + + real(kind=kind_phys), dimension(levs) :: drlee, drmtb, drlow, drogw + 1 +Warning: Unused variable ‘drogw’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:103:24: + + logical icrilv(im) + 1 +Warning: Unused variable ‘icrilv’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:18:43: + + subroutine ugwp_oro(im, levs, dtp, kdt,me, lprnt, fcor, c2f2, & + 1 +Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:18:53: + + subroutine ugwp_oro(im, levs, dtp, kdt,me, lprnt, fcor, c2f2, & + 1 +Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:18:46: + + subroutine ugwp_oro(im, levs, dtp, kdt,me, lprnt, fcor, c2f2, & + 1 +Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:94:55: + + real(kind_phys), dimension(levs+1) :: taudz, rhoi, rim_z, pint1, zpi + 1 +Warning: Unused variable ‘rhoi’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:94:62: + + real(kind_phys), dimension(levs+1) :: taudz, rhoi, rim_z, pint1, zpi + 1 +Warning: Unused variable ‘rim_z’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:94:49: + + real(kind_phys), dimension(levs+1) :: taudz, rhoi, rim_z, pint1, zpi + 1 +Warning: Unused variable ‘taudz’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:86:28: + + real(kind_phys) wk(im) + 1 +Warning: Unused variable ‘wk’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:389:50: subroutine gw_solver_linsatdis(im, levs, dtp, kdt, me, & 1 Warning: Unused dummy argument ‘dtp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:389:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:389:55: subroutine gw_solver_linsatdis(im, levs, dtp, kdt, me, & 1 Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:389:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:389:59: subroutine gw_solver_linsatdis(im, levs, dtp, kdt, me, & 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:390:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:390:34: taub, klev, if_src, nf_src, nw, ch, naz, spf, xaz, yaz, & 1 Warning: Unused dummy argument ‘nf_src’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:415:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:415:68: real, dimension(levs) :: u1, v1, t1, dp, pmid, zmid, pex1, & 1 Warning: Unused variable ‘pex1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:391:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:391:56: fcor, c2f2, u, v, t, q, prsi, delp, prsl, prslk, phii, phil, & 1 Warning: Unused dummy argument ‘prslk’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:423:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:423:42: real :: chm, ss 1 Warning: Unused variable ‘ss’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:531:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:531:47: subroutine gw_solver_wmsdis(im, levs, dtp, kdt, me, & 1 Warning: Unused dummy argument ‘dtp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:560:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:560:35: integer :: i, j, k, ksrc 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:531:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:531:52: subroutine gw_solver_wmsdis(im, levs, dtp, kdt, me, & 1 Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:531:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:531:56: subroutine gw_solver_wmsdis(im, levs, dtp, kdt, me, & 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:532:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:532:34: taub, klev, if_src, nf_src, nw, ch, naz, spf, xaz, yaz, & 1 Warning: Unused dummy argument ‘nf_src’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:557:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:557:66: real, dimension(levs) :: u1, v1, t1, dp, pmid, zmid, pex1, q1, rho 1 Warning: Unused variable ‘pex1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:533:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:533:56: fcor, c2f2, u, v, t, q, prsi, delp, prsl, prslk, phii, phil, & 1 Warning: Unused dummy argument ‘prslk’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:462:0: - - if (dtot >= tlim_fgf ) kex = kex+1 - -Warning: ‘tlim_fgf’ may be used uninitialized in this function [-Wmaybe-uninitialized] [ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:133:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:133:4: 121 format(i5, 2x, 3(2x, F10.3), 2(2x, E10.3)) 1 Warning: Label 121 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:4:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:4:59: subroutine um_flow(nz, klow, ktop, up, vp, tp, qp, dp, zpm, zpi, & 1 Warning: Unused dummy argument ‘dp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:4:69: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:4:69: subroutine um_flow(nz, klow, ktop, up, vp, tp, qp, dp, zpm, zpi, & 1 Warning: Unused dummy argument ‘zpi’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:78:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:78:44: real :: zul, bvl 1 Warning: Unused variable ‘bvl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:67:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:67:52: subroutine mflow_tauz(levs, up, vp, tp, qp, dp, zpm, zpi, & 1 Warning: Unused dummy argument ‘dp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:82:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:82:31: real :: vtkp, vtk, dzp 1 Warning: Unused variable ‘dzp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:81:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:81:26: real :: vtj, rhok, bnv2, rdz 1 Warning: Unused variable ‘rhok’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:77:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:77:42: real, dimension(levs) :: zdelpi, zdelpm 1 Warning: Unused variable ‘zdelpi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:77:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:77:50: real, dimension(levs) :: zdelpi, zdelpm 1 Warning: Unused variable ‘zdelpm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:67:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:67:62: subroutine mflow_tauz(levs, up, vp, tp, qp, dp, zpm, zpi, & 1 Warning: Unused dummy argument ‘zpi’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:78:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:78:39: real :: zul, bvl 1 Warning: Unused variable ‘zul’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:294:18: +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:294:18: integer :: i, j, k 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:294:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:294:21: integer :: i, j, k 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:279:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:279:26: & delp, rho, bn2, uzi, rhoi, ktur, kalp, dzi, xn, yn) 1 Warning: Unused dummy argument ‘rho’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:34:46: +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:34:46: real(kind=kind_phys) :: belps, aelps, nhills, selps 1 Warning: Unused variable ‘aelps’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:34:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:34:39: real(kind=kind_phys) :: belps, aelps, nhills, selps 1 Warning: Unused variable ‘belps’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:67:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:67:44: real :: uz, bv, bv2,kxsp, fcor2, cf2 1 Warning: Unused variable ‘cf2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:2:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:2:12: & dtp,dxres, taub, u1, v1, t1, xn, yn, bn2, rho, prsi, prsL, 1 Warning: Unused dummy argument ‘dtp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:2:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:2:18: & dtp,dxres, taub, u1, v1, t1, xn, yn, bn2, rho, prsi, prsL, 1 Warning: Unused dummy argument ‘dxres’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:3:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:3:34: & del, sigma, hprime, gamma, theta, 1 Warning: Unused dummy argument ‘gamma’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:3:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:3:27: & del, sigma, hprime, gamma, theta, 1 Warning: Unused dummy argument ‘hprime’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:39:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:39:29: integer :: i, j, k, isp, iw 1 Warning: Unused variable ‘isp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:67:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:67:32: real :: uz, bv, bv2,kxsp, fcor2, cf2 1 Warning: Unused variable ‘kxsp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:1:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:1:66: subroutine oro_wam_2017(im, levs,npt,ipt, kref,kdt,me,master, 1 Warning: Unused dummy argument ‘master’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:1:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:1:59: subroutine oro_wam_2017(im, levs,npt,ipt, kref,kdt,me,master, 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:34:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:34:54: real(kind=kind_phys) :: belps, aelps, nhills, selps 1 Warning: Unused variable ‘nhills’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:34:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:34:61: real(kind=kind_phys) :: belps, aelps, nhills, selps 1 Warning: Unused variable ‘selps’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:3:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:3:19: & del, sigma, hprime, gamma, theta, 1 Warning: Unused dummy argument ‘sigma’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:3:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:3:41: & del, sigma, hprime, gamma, theta, 1 Warning: Unused dummy argument ‘theta’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:4:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:4:22: & sinlat, xlatd, taup, taud, pkdis) 1 Warning: Unused dummy argument ‘xlatd’ at (1) [-Wunused-dummy-argument] -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:522:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:522:1: real, dimension(levs) :: ax, ay,eps 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:523:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:523:1: real, dimension(levs+1) :: ked 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:524:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:524:1: real, parameter :: xtiny = 1.e-30 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:148:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:148:41: real, dimension(levs) :: a_mkz 1 Warning: Unused variable ‘a_mkz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:160:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:160:20: real :: Chnorm, Cx, Cs, Cxs, Cx2sat 1 Warning: Unused variable ‘chnorm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:160:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:160:28: real :: Chnorm, Cx, Cs, Cxs, Cx2sat 1 Warning: Unused variable ‘cs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:179:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:179:17: real :: dzi, keff, keff_m, keff_t, keffs 1 Warning: Unused variable ‘dzi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:168:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:168:24: real :: epss, epsk 1 Warning: Unused variable ‘epsk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:168:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:168:18: real :: epss, epsk 1 Warning: Unused variable ‘epss’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:109:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:109:14: fcor, c2f2, zm, zi, rho, um, tm, bn2, bn, rhoi, & 1 Warning: Unused dummy argument ‘fcor’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:147:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:147:39: real :: Fd1, Fd2 1 Warning: Unused variable ‘fd1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:147:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:147:44: real :: Fd1, Fd2 1 Warning: Unused variable ‘fd2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:161:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:161:26: real :: Fdis, Fdisat 1 Warning: Unused variable ‘fdisat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:184:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:184:26: integer :: i, k, igw 1 Warning: Unused variable ‘igw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:169:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:169:22: real :: kds, kdk 1 Warning: Unused variable ‘kdk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:179:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:179:23: real :: dzi, keff, keff_m, keff_t, keffs 1 Warning: Unused variable ‘keff’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:179:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:179:46: real :: dzi, keff, keff_m, keff_t, keffs 1 Warning: Unused variable ‘keffs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:110:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:110:50: dzirho, dzpi, kvg, ktg, krad, kion, kmol, eps, ked, tau ) 1 Warning: Unused dummy argument ‘kmol’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:185:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:185:22: integer :: ksat1, ksat2 1 Warning: Unused variable ‘ksat1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:185:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:185:29: integer :: ksat1, ksat2 1 Warning: Unused variable ‘ksat2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:182:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:182:19: real :: Lzkm, Lzsat 1 Warning: Unused variable ‘lzkm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:182:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:182:26: real :: Lzkm, Lzsat 1 Warning: Unused variable ‘lzsat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:190:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:190:24: real :: rab1, rab2, rab3, rab4, cd_ulim2 1 Warning: Unused variable ‘rab2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:190:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:190:30: real :: rab1, rab2, rab3, rab4, cd_ulim2 1 Warning: Unused variable ‘rab3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:190:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:190:36: real :: rab1, rab2, rab3, rab4, cd_ulim2 1 Warning: Unused variable ‘rab4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:109:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:109:33: fcor, c2f2, zm, zi, rho, um, tm, bn2, bn, rhoi, & 1 Warning: Unused dummy argument ‘rho’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:181:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:181:20: real :: sf2k2, cf2 1 Warning: Unused variable ‘sf2k2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:166:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:166:33: real :: taus, tauk, tau_lin 1 Warning: Unused variable ‘tau_lin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:109:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:109:41: fcor, c2f2, zm, zi, rho, um, tm, bn2, bn, rhoi, & 1 Warning: Unused dummy argument ‘tm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:171:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:171:17: real :: wfd, wfi ! 1 Warning: Unused variable ‘wfd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:171:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:171:22: real :: wfd, wfi ! 1 Warning: Unused variable ‘wfi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:109:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:109:24: fcor, c2f2, zm, zi, rho, um, tm, bn2, bn, rhoi, & 1 Warning: Unused dummy argument ‘zm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:187:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:187:22: real :: zsat1, zsat2 1 Warning: Unused variable ‘zsat1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:187:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:187:29: real :: zsat1, zsat2 1 Warning: Unused variable ‘zsat2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:5:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:5:28: fcor, c2f2, dp, zmid, zint, pmid, pint, rho, ui, vi, ti, & 1 Warning: Unused dummy argument ‘dp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:5:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:5:46: fcor, c2f2, dp, zmid, zint, pmid, pint, rho, ui, vi, ti, & 1 Warning: Unused dummy argument ‘pmid’ at (1) [-Wunused-dummy-argument] [ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:42:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:42:30: real :: vtj, rhok, bnv2, rdz, vtkp, vtk, dzp 1 Warning: Unused variable ‘bnv2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:9:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:9:58: elvpd, elvp, hprime , sigma, theta, oc, oa4, clx4, gam, zpbl, & 1 Warning: Unused dummy argument ‘clx4’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:42:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:42:51: real :: vtj, rhok, bnv2, rdz, vtkp, vtk, dzp 1 Warning: Unused variable ‘dzp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:9:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:9:13: elvpd, elvp, hprime , sigma, theta, oc, oa4, clx4, gam, zpbl, & 1 Warning: Unused dummy argument ‘elvpd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:9:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:9:52: elvpd, elvp, hprime , sigma, theta, oc, oa4, clx4, gam, zpbl, & 1 Warning: Unused dummy argument ‘oa4’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:9:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:9:46: elvpd, elvp, hprime , sigma, theta, oc, oa4, clx4, gam, zpbl, & 1 Warning: Unused dummy argument ‘oc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:42:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:42:35: real :: vtj, rhok, bnv2, rdz, vtkp, vtk, dzp 1 Warning: Unused variable ‘rdz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:42:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:42:24: real :: vtj, rhok, bnv2, rdz, vtkp, vtk, dzp 1 Warning: Unused variable ‘rhok’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:42:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:42:18: real :: vtj, rhok, bnv2, rdz, vtkp, vtk, dzp 1 Warning: Unused variable ‘vtj’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:42:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:42:46: real :: vtj, rhok, bnv2, rdz, vtkp, vtk, dzp 1 Warning: Unused variable ‘vtk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:42:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:42:41: real :: vtj, rhok, bnv2, rdz, vtkp, vtk, dzp 1 Warning: Unused variable ‘vtkp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:330:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:330:60: real :: fr, frlin, frlin2, frlin3, frlocal, dfr 1 Warning: Unused variable ‘dfr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:352:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:352:54: real :: c2f2, umag2, dzwidth, udir 1 Warning: Unused variable ‘dzwidth’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:331:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:331:47: real :: betamax, betaf, frlwb, frmtb 1 Warning: Unused variable ‘frmtb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:274:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:274:53: hprime , sigma, theta, oc, oa4, clx4, gamm, & 1 Warning: Unused dummy argument ‘gamm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:353:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:353:53: real :: hogwi, hdswi, hogwz, hdswz ! height*height wave-amp 1 Warning: Unused variable ‘hogwz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:334:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:334:20: integer :: i, j, k, nwd, ind4, idir 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:334:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:334:23: integer :: i, j, k, nwd, ind4, idir 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:337:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:337:56: real :: mkz, mkz2, zbr_mkz, mkzi 1 Warning: Unused variable ‘mkzi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:274:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:274:31: hprime , sigma, theta, oc, oa4, clx4, gamm, & 1 Warning: Unused dummy argument ‘theta’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:354:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:354:46: real :: uogwi, udswi, uogwz, udswz ! wind2 wave-rms 1 Warning: Unused variable ‘udswi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:354:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:354:39: real :: uogwi, udswi, uogwz, udswz ! wind2 wave-rms 1 Warning: Unused variable ‘uogwi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:354:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:354:53: real :: uogwi, udswi, uogwz, udswz ! wind2 wave-rms 1 Warning: Unused variable ‘uogwz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:337:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:337:50: real :: mkz, mkz2, zbr_mkz, mkzi 1 Warning: Unused variable ‘zbr_mkz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:806:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:806:50: real :: mkzm, mkz, dkz, mkz2, ch, kzw3 1 Warning: Unused variable ‘dkz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:810:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:810:46: real :: fsat, hsat, hsat2, kds , c2f2 1 Warning: Unused variable ‘hsat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:804:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:804:37: integer :: i, j, k, kcrit, kref 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:804:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:804:40: integer :: i, j, k, kcrit, kref 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:804:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:804:56: integer :: i, j, k, kcrit, kref 1 Warning: Unused variable ‘kref’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:806:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:806:45: real :: mkzm, mkz, dkz, mkz2, ch, kzw3 1 Warning: Unused variable ‘mkz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:773:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:773:74: subroutine ugwp_oro_lsatdis( krefj, levs, tauogw, tautot, tau_src, & 1 Warning: Unused dummy argument ‘tau_src’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:773:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:773:64: subroutine ugwp_oro_lsatdis( krefj, levs, tauogw, tautot, tau_src, & 1 Warning: Unused dummy argument ‘tautot’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:799:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:799:57: real :: uref, udir, uf2, ufd, uf2p 1 Warning: Unused variable ‘ufd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:775:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:775:23: xn, yn, umag, drtau, kdis) 1 Warning: Unused dummy argument ‘umag’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:935:50: +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:935:50: subroutine ugwp_tofd(im, levs, sigflt, elvmax, zpbl, u, v, zmid, & 1 Warning: Unused dummy argument ‘elvmax’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:984:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:984:48: subroutine ugwp_tofd1d(levs, sigflt, elvmax, zsurf, zpbl, u, v, & 1 Warning: Unused dummy argument ‘elvmax’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:998:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:998:17: integer :: i, k 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:224:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:224:0: pe = pe + bn2(k) * (elvp - zpm(k)) *(zpi(k+1) - zpi(k)) Warning: ‘pe’ may be used uninitialized in this function [-Wmaybe-uninitialized] -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90:189:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90:189:1: tau(1:levs+1) = tau_bulk ! constant flux for all layers kNULL() 1 Warning: Unused variable ‘io_domain’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:5521:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:5521:44: type(domain2d), pointer, save :: io_domain =>NULL() 1 Warning: Unused variable ‘io_domain’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:5516:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:5516:50: integer :: unit, siz_in(4) 1 Warning: Unused variable ‘siz_in’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90:161:29: - - Interstitial%bdt = dt_atmos/real(abs(p_split)) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90:163:29: - - Interstitial%mdt = Interstitial%bdt/real(k_split) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:3671:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:3671:32: character(len=200) :: filepath ! The path (dir/file) to the file being opened. 1 Warning: Unused variable ‘filepath’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:3684:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:3684:47: integer :: ishift, jshift, i_add, j_add 1 Warning: Unused variable ‘ishift’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:3684:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:3684:55: integer :: ishift, jshift, i_add, j_add 1 Warning: Unused variable ‘jshift’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:3678:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:3678:45: integer :: j, n, l, k, unit 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:3675:75: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:3675:75: integer :: ndim, nvar, natt, ntime, tlev, siz 1 Warning: Unused variable ‘siz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:3394:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:3394:47: integer :: is, ie, js, je 1 Warning: Unused variable ‘ie’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:3394:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:3394:43: integer :: is, ie, js, je 1 Warning: Unused variable ‘is’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:3394:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:3394:55: integer :: is, ie, js, je 1 Warning: Unused variable ‘je’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:3394:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:3394:51: integer :: is, ie, js, je 1 Warning: Unused variable ‘js’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:3007:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:3007:54: character(len=256) :: checksum_char 1 Warning: Unused variable ‘checksum_char’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:3000:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:3000:47: type(domain2d) :: domain 1 Warning: Unused variable ‘domain’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:2999:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:2999:50: integer :: meta_size 1 Warning: Unused variable ‘meta_size’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:2994:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:2994:56: integer :: i, j, k, l, siz, ind_dom 1 Warning: Unused variable ‘siz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:2979:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:2979:44: integer :: var_sz, size_in_file ! The size in bytes of each variable and of the variables already in a file. 1 Warning: Unused variable ‘size_in_file’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:2978:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:2978:30: character(len=8) :: suffix ! A suffix (like _2) that is appended to the name of files after the first. 1 Warning: Unused variable ‘suffix’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:2979:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:2979:30: integer :: var_sz, size_in_file ! The size in bytes of each variable and of the variables already in a file. 1 Warning: Unused variable ‘var_sz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:2899:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:2899:54: character(len=256) :: checksum_char 1 Warning: Unused variable ‘checksum_char’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:2896:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:2896:42: integer :: i, j, k, l, num_var_axes, cpack, idx 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:2896:77: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:2896:77: integer :: i, j, k, l, num_var_axes, cpack, idx 1 Warning: Unused variable ‘idx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:2896:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:2896:48: integer :: i, j, k, l, num_var_axes, cpack, idx 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:2896:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:2896:51: integer :: i, j, k, l, num_var_axes, cpack, idx 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:2597:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:2597:54: character(len=256) :: checksum_char 1 Warning: Unused variable ‘checksum_char’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:2598:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:2598:55: logical :: domain_present, write_meta_data, write_field_data 1 Warning: Unused variable ‘domain_present’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:2591:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:2591:51: integer :: i, j, k, l, num_var_axes, cpack, idx, mpp_action 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:1365:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:1365:59: subroutine register_restart_axis_unlimited(fileObj,filename,fieldname,nelem,units,longname) 1 Warning: Unused dummy argument ‘filename’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:1294:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:1294:53: subroutine register_restart_axis_i1d(fileObj,filename,fieldname,data,compressed, & 1 Warning: Unused dummy argument ‘filename’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:1234:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:1234:53: subroutine register_restart_axis_r1d(fileObj,filename,fieldname,data,cartesian,units,longname,sense,min,calendar) 1 Warning: Unused dummy argument ‘filename’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:639:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:639:67: integer :: i, unit, io_status, logunit 1 Warning: Unused variable ‘logunit’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:640:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:640:46: integer, allocatable, dimension(:) :: pelist 1 Warning: Unused variable ‘pelist’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io.F90:639:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io.F90:639:47: integer :: i, unit, io_status, logunit 1 Warning: Unused variable ‘unit’ declared at (1) [-Wunused-variable] -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io_unstructured_read.inc:362:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io_unstructured_read.inc:362:0: if (tlevel .le. 0) then Warning: ‘tlevel’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms_io_unstructured_read.inc:50:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms_io_unstructured_read.inc:50:0: if (tlevel .le. 0) then Warning: ‘tlevel’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:4849:47: - - subroutine cldprop_create (Cldprop, IM, Model) - 1 -Warning: Unused dummy argument ‘model’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2874:45: - - integer :: bl_mynn_tkebudget = 0 - 1 -Warning: Unused variable ‘bl_mynn_tkebudget’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2828:35: - - logical :: do_awdd = .false. !< AW scale-aware option in cs convection - 1 -Warning: Unused variable ‘do_awdd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2752:37: - - logical :: do_cldliq = .true. - 1 -Warning: Unused variable ‘do_cldliq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2820:34: - - logical :: do_gwd = .false. !< flag for running gravity wave drag - 1 -Warning: Unused variable ‘do_gwd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2656:21: - - logical :: exists - 1 -Warning: Unused variable ‘exists’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2829:36: - - logical :: flx_form = .false. !< AW scale-aware option in cs convection - 1 -Warning: Unused variable ‘flx_form’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2715:40: - - logical :: norad_precip = .false. !< radiation precip flag for Ferrier/Moorthi - 1 -Warning: Unused variable ‘norad_precip’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:3018:25: - - integer :: skeb_npass = 11 - 1 -Warning: Unused variable ‘skeb_npass’ declared at (1) [-Wunused-variable] -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_diagnostics.F90:65:44: +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/GFS_layer/GFS_diagnostics.F90:65:44: Grid, Tbd, Cldprop, Radtend, IntDiag, Init_parm) 1 Warning: Unused dummy argument ‘grid’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_diagnostics.F90:65:87: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/GFS_layer/GFS_diagnostics.F90:65:87: Grid, Tbd, Cldprop, Radtend, IntDiag, Init_parm) 1 Warning: Unused dummy argument ‘init_parm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_diagnostics.F90:65:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/GFS_layer/GFS_diagnostics.F90:65:67: Grid, Tbd, Cldprop, Radtend, IntDiag, Init_parm) 1 Warning: Unused dummy argument ‘radtend’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_diagnostics.F90:64:73: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/GFS_layer/GFS_diagnostics.F90:64:73: subroutine GFS_externaldiag_populate (ExtDiag, Model, Statein, Stateout, Sfcprop, Coupling, & 1 Warning: Unused dummy argument ‘stateout’ at (1) [-Wunused-dummy-argument] -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms.F90:235:36: +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms.F90:235:36: character(len=64) :: iospec_ieee32 = '-N ieee_32' 1 Warning: Unused PRIVATE module variable ‘iospec_ieee32’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fms/fms.F90:232:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fms/fms.F90:232:34: logical :: read_all_pe = .true. 1 Warning: Unused PRIVATE module variable ‘read_all_pe’ declared at (1) [-Wunused-value] -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/time_manager.F90:2913:30: +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/horiz_interp/horiz_interp_bicubic.F90:80:44: + + logical :: initialized_bicubic = .false. + 1 +Warning: Unused PRIVATE module variable ‘initialized_bicubic’ declared at (1) [-Wunused-value] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/horiz_interp/horiz_interp_bicubic.F90:83:32: + + real, save :: missing = -1e33 + 1 +Warning: Unused PRIVATE module variable ‘missing’ declared at (1) [-Wunused-value] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/time_manager.F90:2913:30: days = days_in_400_year_period / 400 1 Warning: Integer division truncated to constant ‘365’ at (1) [-Winteger-division] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/time_manager.F90:2914:10: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/horiz_interp/horiz_interp_bicubic.F90:452:78: + + subroutine horiz_interp_bicubic( Interp, data_in, data_out, verbose, mask_in, mask_out, missing_value, missing_permit) + 1 +Warning: Unused dummy argument ‘mask_in’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/horiz_interp/horiz_interp_bicubic.F90:452:119: + + subroutine horiz_interp_bicubic( Interp, data_in, data_out, verbose, mask_in, mask_out, missing_value, missing_permit) + 1 +Warning: Unused dummy argument ‘missing_permit’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/horiz_interp/horiz_interp_bicubic.F90:452:103: + + subroutine horiz_interp_bicubic( Interp, data_in, data_out, verbose, mask_in, mask_out, missing_value, missing_permit) + 1 +Warning: Unused dummy argument ‘missing_value’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/time_manager.F90:2914:10: seconds = 86400*(days_in_400_year_period/400. - days) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/time_manager.F90:1158:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/time_manager.F90:1158:14: time_divide = d1 / d2 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/time_manager.F90:1064:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/time_manager.F90:1064:12: num_sec = tick_prod/dble(ticks_per_second) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/time_manager.F90:1066:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/time_manager.F90:1066:12: ticks = tick_prod - num_sec * ticks_per_second 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/time_manager.F90:1078:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/time_manager.F90:1078:7: days = sec_prod / dble(seconds_per_day) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/time_manager.F90:1079:10: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/time_manager.F90:1079:10: seconds = sec_prod - dble(days) * dble(seconds_per_day) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/time_manager.F90:1362:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/time_manager.F90:1362:7: days = div/(dseconds_per_day*dticks_per_second) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/time_manager.F90:1363:10: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/time_manager.F90:1363:10: seconds = div/dticks_per_second - days*dseconds_per_day 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/time_manager.F90:1364:8: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/time_manager.F90:1364:8: ticks = div - (days*dseconds_per_day + dble(seconds))*dticks_per_second 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/time_manager.F90:1304:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/time_manager.F90:1304:13: big = real(huge(ival)) 1 Warning: Change of value in conversion from ‘INTEGER(4)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/time_manager.F90:3042:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/time_manager.F90:3042:34: function days_in_year_no_leap(Time) 1 Warning: Unused dummy argument ‘time’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/time_manager.F90:3002:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/time_manager.F90:3002:33: function days_in_year_thirty(Time) 1 Warning: Unused dummy argument ‘time’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/time_manager.F90:2848:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/time_manager.F90:2848:31: function leap_year_no_leap(Time) 1 Warning: Unused dummy argument ‘time’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/time_manager.F90:2835:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/time_manager.F90:2835:30: function leap_year_thirty(Time) 1 Warning: Unused dummy argument ‘time’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/time_manager.F90:2719:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/time_manager.F90:2719:34: function days_in_month_thirty(Time) 1 Warning: Unused dummy argument ‘time’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/time_manager.F90:2623:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/time_manager.F90:2623:0: if(error_handler('function decrement_date', err_msg_local, err_msg)) return Warning: control reaches end of non-void function [-Wreturn-type] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/time_manager.F90:2440:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/time_manager.F90:2440:0: if(error_handler('function increment_time', err_msg_local, err_msg)) return Warning: control reaches end of non-void function [-Wreturn-type] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/time_manager.F90:2132:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/time_manager.F90:2132:0: end function set_date_c Warning: control reaches end of non-void function [-Wreturn-type] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/time_manager.F90:704:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/time_manager.F90:704:0: if(error_handler('function decrement_time', err_msg_local, err_msg)) return Warning: control reaches end of non-void function [-Wreturn-type] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/time_manager.F90:600:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/time_manager.F90:600:0: if(error_handler('function increment_time', err_msg_local, err_msg)) return Warning: control reaches end of non-void function [-Wreturn-type] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/time_manager.F90:417:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/time_manager.F90:417:0: end function set_time_c Warning: control reaches end of non-void function [-Wreturn-type] -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/horiz_interp/horiz_interp_bicubic.F90:80:44: - - logical :: initialized_bicubic = .false. - 1 -Warning: Unused PRIVATE module variable ‘initialized_bicubic’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/horiz_interp/horiz_interp_bicubic.F90:83:32: - - real, save :: missing = -1e33 - 1 -Warning: Unused PRIVATE module variable ‘missing’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/horiz_interp/horiz_interp_bicubic.F90:452:78: - - subroutine horiz_interp_bicubic( Interp, data_in, data_out, verbose, mask_in, mask_out, missing_value, missing_permit) - 1 -Warning: Unused dummy argument ‘mask_in’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/horiz_interp/horiz_interp_bicubic.F90:452:119: - - subroutine horiz_interp_bicubic( Interp, data_in, data_out, verbose, mask_in, mask_out, missing_value, missing_permit) - 1 -Warning: Unused dummy argument ‘missing_permit’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/horiz_interp/horiz_interp_bicubic.F90:452:103: - - subroutine horiz_interp_bicubic( Interp, data_in, data_out, verbose, mask_in, mask_out, missing_value, missing_permit) - 1 -Warning: Unused dummy argument ‘missing_value’ at (1) [-Wunused-dummy-argument] -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o [ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/horiz_interp/horiz_interp_conserve.F90:728:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/horiz_interp/horiz_interp_conserve.F90:728:33: Interp%area_frac_dst(i) = xgrid_area(i)/dst_area(Interp%i_dst(i), Interp%j_dst(i) ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/horiz_interp/horiz_interp_conserve.F90:516:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/horiz_interp/horiz_interp_conserve.F90:516:33: Interp%area_frac_dst(i) = xgrid_area(i)/dst_area(Interp%i_dst(i), Interp%j_dst(i) ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/horiz_interp/horiz_interp_conserve.F90:967:80: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/horiz_interp/horiz_interp_conserve.F90:967:80: subroutine horiz_interp_conserve_version2 ( Interp, data_in, data_out, verbose ) 1 Warning: Unused dummy argument ‘verbose’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/horiz_interp/horiz_interp_conserve.F90:632:73: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/horiz_interp/horiz_interp_conserve.F90:632:73: mask_in, mask_out, verbose) 1 Warning: Unused dummy argument ‘verbose’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/horiz_interp/horiz_interp_conserve.F90:536:73: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/horiz_interp/horiz_interp_conserve.F90:536:73: mask_in, mask_out, verbose) 1 Warning: Unused dummy argument ‘verbose’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/horiz_interp/horiz_interp_conserve.F90:346:73: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/horiz_interp/horiz_interp_conserve.F90:346:73: mask_in, mask_out, verbose) 1 Warning: Unused dummy argument ‘verbose’ at (1) [-Wunused-dummy-argument] [ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:655:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:655:22: step_size = sqrt(real(map_src_size) ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:519:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:519:37: real :: min_in, max_in, avg_in, min_out, max_out, avg_out, sum 1 Warning: Unused variable ‘avg_in’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:519:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:519:64: real :: min_in, max_in, avg_in, min_out, max_out, avg_out, sum 1 Warning: Unused variable ‘avg_out’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:518:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:518:22: integer :: m, n, i, j, k, miss_in, miss_out, i1, i2, j1, j2, iverbose 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:518:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:518:25: integer :: m, n, i, j, k, miss_in, miss_out, i1, i2, j1, j2, iverbose 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:506:80: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:506:80: subroutine horiz_interp_spherical_wght( Interp, wt, verbose, mask_in, mask_out, missing_value) 1 Warning: Unused dummy argument ‘mask_out’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:519:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:519:29: real :: min_in, max_in, avg_in, min_out, max_out, avg_out, sum 1 Warning: Unused variable ‘max_in’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:519:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:519:55: real :: min_in, max_in, avg_in, min_out, max_out, avg_out, sum 1 Warning: Unused variable ‘max_out’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:519:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:519:21: real :: min_in, max_in, avg_in, min_out, max_out, avg_out, sum 1 Warning: Unused variable ‘min_in’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:519:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:519:46: real :: min_in, max_in, avg_in, min_out, max_out, avg_out, sum 1 Warning: Unused variable ‘min_out’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:518:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:518:37: integer :: m, n, i, j, k, miss_in, miss_out, i1, i2, j1, j2, iverbose 1 Warning: Unused variable ‘miss_in’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:518:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:518:47: integer :: m, n, i, j, k, miss_in, miss_out, i1, i2, j1, j2, iverbose 1 Warning: Unused variable ‘miss_out’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:506:95: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:506:95: subroutine horiz_interp_spherical_wght( Interp, wt, verbose, mask_in, mask_out, missing_value) 1 Warning: Unused dummy argument ‘missing_value’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:97:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:97:19: integer :: unit, ierr, io 1 Warning: Unused variable ‘unit’ declared at (1) [-Wunused-variable] [ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/axis_utils/axis_utils.F90:709:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/axis_utils/axis_utils.F90:709:46: integer :: n1, n2, m1, m2, k2, i, n, m 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/axis_utils/axis_utils.F90:710:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/axis_utils/axis_utils.F90:710:26: real :: w, y1, y2 1 Warning: Unused variable ‘w’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/axis_utils/axis_utils.F90:682:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/axis_utils/axis_utils.F90:682:24: integer :: n1, n2, i, n, k2, ks, ke 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/axis_utils/axis_utils.F90:683:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/axis_utils/axis_utils.F90:683:13: real :: w 1 Warning: Unused variable ‘w’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/axis_utils/axis_utils.F90:525:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/axis_utils/axis_utils.F90:525:32: integer :: n1, n2, i, n, ext 1 Warning: Unused variable ‘ext’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/axis_utils/axis_utils.F90:148:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/axis_utils/axis_utils.F90:148:49: subroutine get_axis_bounds(axis,axis_bound,axes,bnd_name,err_msg) 1 Warning: Unused dummy argument ‘axes’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/axis_utils/axis_utils.F90:148:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/axis_utils/axis_utils.F90:148:58: subroutine get_axis_bounds(axis,axis_bound,axes,bnd_name,err_msg) 1 Warning: Unused dummy argument ‘bnd_name’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/axis_utils/axis_utils.F90:90:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/axis_utils/axis_utils.F90:90:18: integer :: i,j 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/mosaic.F90:187:15: - - i1(n) = tile1_cell(1,n) - 1 -Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/mosaic.F90:188:15: - - j1(n) = tile1_cell(2,n) - 1 -Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/mosaic.F90:189:15: - - i2(n) = tile2_cell(1,n) - 1 -Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/mosaic.F90:190:15: - - j2(n) = tile2_cell(2,n) - 1 -Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/mosaic.F90:579:41: - - real, dimension(size(lon2(:))) :: x2, y2, z2 - 1 -Warning: Unused variable ‘x2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/mosaic.F90:579:45: - - real, dimension(size(lon2(:))) :: x2, y2, z2 - 1 -Warning: Unused variable ‘y2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/mosaic.F90:579:49: - - real, dimension(size(lon2(:))) :: x2, y2, z2 - 1 -Warning: Unused variable ‘z2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/mosaic.F90:242:51: - - character(len=len_trim(mosaic_file)+1) :: mfile - 1 -Warning: Unused variable ‘mfile’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/mosaic.F90:244:67: - - integer :: read_mosaic_ncontacts - 1 -Warning: Unused variable ‘read_mosaic_ncontacts’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/mosaic.F90:243:52: - - integer :: strlen - 1 -Warning: Unused variable ‘strlen’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/mosaic.F90:88:0: - - subroutine mosaic_init() - -Warning: ‘mosaic_init’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/field_manager/field_manager.F90:2398:22: +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/field_manager/field_manager.F90:2398:22: this_list = rest 1 Warning: CHARACTER expression will be truncated in assignment (48/512) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/field_manager/field_manager.F90:6149:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/field_manager/field_manager.F90:6149:42: integer :: depthp1 1 Warning: Unused variable ‘depthp1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/field_manager/field_manager.F90:6150:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/field_manager/field_manager.F90:6150:40: integer :: first 1 Warning: Unused variable ‘first’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/field_manager/field_manager.F90:6152:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/field_manager/field_manager.F90:6152:39: integer :: last 1 Warning: Unused variable ‘last’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/field_manager/field_manager.F90:6106:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/field_manager/field_manager.F90:6106:48: recursive function find_method(list_p, recursive, num_meth, method, control) & 1 Warning: Unused dummy argument ‘recursive’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/field_manager/field_manager.F90:5700:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/field_manager/field_manager.F90:5700:55: recursive function query_method(list_p, recursive, name, method_name, method_control) & 1 Warning: Unused dummy argument ‘name’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/field_manager/field_manager.F90:5519:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/field_manager/field_manager.F90:5519:14: integer :: ier 1 Warning: Unused variable ‘ier’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/field_manager/field_manager.F90:5425:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/field_manager/field_manager.F90:5425:14: integer :: ier 1 Warning: Unused variable ‘ier’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/field_manager/field_manager.F90:4961:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/field_manager/field_manager.F90:4961:61: integer :: i, ier 1 Warning: Unused variable ‘ier’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/field_manager/field_manager.F90:4724:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/field_manager/field_manager.F90:4724:42: integer :: i, ier 1 Warning: Unused variable ‘ier’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/field_manager/field_manager.F90:4489:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/field_manager/field_manager.F90:4489:46: integer :: i, ier 1 Warning: Unused variable ‘ier’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/field_manager/field_manager.F90:4253:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/field_manager/field_manager.F90:4253:42: integer :: i, ier 1 Warning: Unused variable ‘ier’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/field_manager/field_manager.F90:3920:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/field_manager/field_manager.F90:3920:46: type (field_def), pointer, save :: temp_list_p 1 Warning: Unused variable ‘temp_list_p’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/field_manager/field_manager.F90:3719:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/field_manager/field_manager.F90:3719:44: integer :: n, ier 1 Warning: Unused variable ‘ier’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/field_manager/field_manager.F90:1785:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/field_manager/field_manager.F90:1785:35: integer :: ier 1 Warning: Unused variable ‘ier’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/field_manager/field_manager.F90:1606:71: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/field_manager/field_manager.F90:1606:71: character(len=fm_path_name_len), dimension(size(methods(:))) :: control 1 Warning: Unused variable ‘control’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/field_manager/field_manager.F90:1608:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/field_manager/field_manager.F90:1608:74: logical :: found_methods 1 Warning: Unused variable ‘found_methods’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/field_manager/field_manager.F90:1607:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/field_manager/field_manager.F90:1607:70: character(len=fm_path_name_len), dimension(size(methods(:))) :: method 1 Warning: Unused variable ‘method’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/field_manager/field_manager.F90:1447:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/field_manager/field_manager.F90:1447:12: integer :: i 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/field_manager/field_manager.F90:1102:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/field_manager/field_manager.F90:1102:42: character(len=fm_string_len) :: val_list 1 Warning: Unused variable ‘val_list’ declared at (1) [-Wunused-variable] -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/topography/gaussian_topog.F90:265:17: +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/mosaic.F90:187:15: + + i1(n) = tile1_cell(1,n) + 1 +Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/mosaic.F90:188:15: + + j1(n) = tile1_cell(2,n) + 1 +Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/mosaic.F90:189:15: + + i2(n) = tile2_cell(1,n) + 1 +Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/mosaic.F90:190:15: + + j2(n) = tile2_cell(2,n) + 1 +Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/mosaic.F90:579:41: + + real, dimension(size(lon2(:))) :: x2, y2, z2 + 1 +Warning: Unused variable ‘x2’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/mosaic.F90:579:45: + + real, dimension(size(lon2(:))) :: x2, y2, z2 + 1 +Warning: Unused variable ‘y2’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/mosaic.F90:579:49: + + real, dimension(size(lon2(:))) :: x2, y2, z2 + 1 +Warning: Unused variable ‘z2’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/mosaic.F90:242:51: + + character(len=len_trim(mosaic_file)+1) :: mfile + 1 +Warning: Unused variable ‘mfile’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/mosaic.F90:244:67: + + integer :: read_mosaic_ncontacts + 1 +Warning: Unused variable ‘read_mosaic_ncontacts’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/mosaic.F90:243:52: + + integer :: strlen + 1 +Warning: Unused variable ‘strlen’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/mosaic.F90:88:0: + + subroutine mosaic_init() + +Warning: ‘mosaic_init’ defined but not used [-Wunused-function] +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/field_manager/field_manager.F90:1196:0: + + val_name = val_name(2:length-1) + +Warning: ‘__builtin_memmove’ reading 128 bytes from a region of size 127 [-Wstringop-overflow=] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/topography/gaussian_topog.F90:265:17: real :: dtr 1 Warning: Unused variable ‘dtr’ declared at (1) [-Wunused-variable] -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/get_cal_time.F90:305:22: +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/get_cal_time.F90:305:22: increment_seconds = 86400*(time_increment - increment_days) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/get_cal_time.F90:308:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/get_cal_time.F90:308:22: increment_seconds = 86400*(time_increment/24 - increment_days) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/get_cal_time.F90:311:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/get_cal_time.F90:311:22: increment_seconds = 86400*(time_increment/1440 - increment_days) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/get_cal_time.F90:314:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/get_cal_time.F90:314:22: increment_seconds = 86400*(time_increment/86400 - increment_days) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/get_cal_time.F90:325:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/get_cal_time.F90:325:22: increment_seconds = dt - increment_days*86400 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/get_cal_time.F90:334:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/get_cal_time.F90:334:22: increment_seconds = dt - increment_days*86400 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/field_manager/field_manager.F90:1196:0: - - val_name = val_name(2:length-1) - -Warning: ‘__builtin_memmove’ reading 128 bytes from a region of size 127 [-Wstringop-overflow=] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/get_cal_time.F90:181:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/get_cal_time.F90:181:74: type(time_type) :: base_time, base_time_plus_one_yr, base_time_plus_one_mo 1 Warning: Unused variable ‘base_time_plus_one_mo’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/get_cal_time.F90:180:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/get_cal_time.F90:180:25: character(len=4) :: formt='(i )' 1 Warning: Unused variable ‘formt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/get_cal_time.F90:174:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/get_cal_time.F90:174:17: integer :: i1, i2, i3, i4, i5, i6, increment_seconds, increment_days, increment_years, increment_months 1 Warning: Unused variable ‘i2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/get_cal_time.F90:174:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/get_cal_time.F90:174:21: integer :: i1, i2, i3, i4, i5, i6, increment_seconds, increment_days, increment_years, increment_months 1 Warning: Unused variable ‘i3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/get_cal_time.F90:174:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/get_cal_time.F90:174:25: integer :: i1, i2, i3, i4, i5, i6, increment_seconds, increment_days, increment_years, increment_months 1 Warning: Unused variable ‘i4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/get_cal_time.F90:174:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/get_cal_time.F90:174:29: integer :: i1, i2, i3, i4, i5, i6, increment_seconds, increment_days, increment_years, increment_months 1 Warning: Unused variable ‘i5’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/get_cal_time.F90:174:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/get_cal_time.F90:174:33: integer :: i1, i2, i3, i4, i5, i6, increment_seconds, increment_days, increment_years, increment_months 1 Warning: Unused variable ‘i6’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_manager/get_cal_time.F90:176:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_manager/get_cal_time.F90:176:54: integer :: calendar_tm_i, calendar_in_i, namelist_unit, ierr, io, logunit 1 Warning: Unused variable ‘namelist_unit’ declared at (1) [-Wunused-variable] -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/horiz_interp/horiz_interp.F90:305:57: +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/horiz_interp/horiz_interp.F90:305:57: grid_at_center, mask_in, mask_out) 1 Warning: Unused dummy argument ‘mask_in’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/horiz_interp/horiz_interp.F90:305:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/horiz_interp/horiz_interp.F90:305:67: grid_at_center, mask_in, mask_out) 1 Warning: Unused dummy argument ‘mask_out’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_interp/time_interp.F90:754:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_interp/time_interp.F90:754:14: weight = (T-Timelist(index1)) // (Timelist(index2)-Timelist(index1)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_interp/time_interp.F90:769:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_interp/time_interp.F90:769:14: weight = 1. - ((Ts-T) // (Period-Td)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_interp/time_interp.F90:802:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_interp/time_interp.F90:802:14: weight = (T-Te) // (Period-Td) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_interp/time_interp.F90:625:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_interp/time_interp.F90:625:14: weight = (T-Timelist(ie))//(Period-(Timelist(ie)-Timelist(is))) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_interp/time_interp.F90:629:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_interp/time_interp.F90:629:14: weight = 1.0-((Timelist(is)-T)//(Period-(Timelist(ie)-Timelist(is)))) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_interp/time_interp.F90:632:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_interp/time_interp.F90:632:14: weight = (T-Timelist(index1)) // (Timelist(index2)-Timelist(index1)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_interp/time_interp.F90:331:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_interp/time_interp.F90:331:20: weight = (Time - Mid_year) // (Mid_year2 - Mid_year) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_interp/time_interp.F90:337:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_interp/time_interp.F90:337:20: weight = (Time - Mid_year1) // (Mid_year - Mid_year1) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_interp/time_interp.F90:281:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_interp/time_interp.F90:281:14: weight = (Time - Year_beg) // (Year_end - Year_beg) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_interp/time_interp.F90:230:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_interp/time_interp.F90:230:37: integer :: ierr, io, namelist_unit, logunit 1 Warning: Unused variable ‘namelist_unit’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_interp/time_interp.F90:886:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_interp/time_interp.F90:886:0: subroutine error_handler (string) Warning: ‘error_handler’ defined but not used [-Wunused-function] -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_interp/time_interp_external.F90:1100:10: +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_interp/time_interp_external.F90:1100:10: field%data(1,1,:,ib)*field%slope + field%intercept 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_interp/time_interp_external.F90:1064:10: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_interp/time_interp_external.F90:1064:10: field%data(isw:iew,jsw:jew,:,ib)*field%slope + field%intercept 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_interp/time_interp_external.F90:1278:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_interp/time_interp_external.F90:1278:21: real :: missing 1 Warning: Unused variable ‘missing’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_interp/time_interp_external.F90:968:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_interp/time_interp_external.F90:968:64: integer :: is_region, ie_region, js_region, je_region, i, j, n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/time_interp/time_interp_external.F90:152:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/time_interp/time_interp_external.F90:152:21: integer :: ioun, io_status, logunit, ierr 1 Warning: Unused variable ‘ioun’ declared at (1) [-Wunused-variable] -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/diag_manager/diag_axis.F90:1339:33: +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/diag_manager/diag_axis.F90:1339:33: CHARACTER(len=512) :: err_msg 1 Warning: Unused variable ‘err_msg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/diag_manager/diag_axis.F90:1338:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/diag_manager/diag_axis.F90:1338:34: INTEGER :: num_attributes, len 1 Warning: Unused variable ‘len’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/diag_manager/diag_axis.F90:1338:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/diag_manager/diag_axis.F90:1338:29: INTEGER :: num_attributes, len 1 Warning: Unused variable ‘num_attributes’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/diag_manager/diag_axis.F90:1137:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/diag_manager/diag_axis.F90:1137:34: INTEGER :: istat, length, i, j, this_attribute, out_field 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/diag_manager/diag_axis.F90:1137:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/diag_manager/diag_axis.F90:1137:61: INTEGER :: istat, length, i, j, this_attribute, out_field 1 Warning: Unused variable ‘out_field’ declared at (1) [-Wunused-variable] -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o [ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/write_ocean_data.F90:43:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/write_ocean_data.F90:43:39: integer :: ref_seconds, ref_days, chid, wmo_id 1 Warning: Unused PRIVATE module variable ‘chid’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/write_ocean_data.F90:43:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/write_ocean_data.F90:43:47: integer :: ref_seconds, ref_days, chid, wmo_id 1 Warning: Unused PRIVATE module variable ‘wmo_id’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/write_ocean_data.F90:238:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/write_ocean_data.F90:238:16: logical :: debug=.false. 1 Warning: Unused variable ‘debug’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/write_ocean_data.F90:232:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/write_ocean_data.F90:232:55: real :: profile_flag, profile_flag_s, days_since, error, nvar, station 1 Warning: Unused variable ‘error’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/write_ocean_data.F90:237:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/write_ocean_data.F90:237:34: integer :: isc,iec,jsc,jec,isd,ied,jsd,jed 1 Warning: Unused variable ‘ied’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/write_ocean_data.F90:237:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/write_ocean_data.F90:237:30: integer :: isc,iec,jsc,jec,isd,ied,jsd,jed 1 Warning: Unused variable ‘isd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/write_ocean_data.F90:231:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/write_ocean_data.F90:231:35: integer :: levels, secs, days, i, j, nlinks 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/write_ocean_data.F90:237:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/write_ocean_data.F90:237:42: integer :: isc,iec,jsc,jec,isd,ied,jsd,jed 1 Warning: Unused variable ‘jed’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/write_ocean_data.F90:237:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/write_ocean_data.F90:237:38: integer :: isc,iec,jsc,jec,isd,ied,jsd,jed 1 Warning: Unused variable ‘jsd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/write_ocean_data.F90:232:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/write_ocean_data.F90:232:36: real :: profile_flag, profile_flag_s, days_since, error, nvar, station 1 Warning: Unused variable ‘profile_flag_s’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/data_override/data_override.F90:263:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/data_override/data_override.F90:263:35: default_table%gridname = 'none' 1 Warning: CHARACTER expression will be truncated in assignment (3/4) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/data_override/data_override.F90:386:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/data_override/data_override.F90:386:35: default_array%gridname = 'NONE' 1 Warning: CHARACTER expression will be truncated in assignment (3/4) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/data_override/data_override.F90:701:34: +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/data_override/data_override.F90:701:34: integer :: isw, iew, jsw, jew, n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/data_override/data_override.F90:702:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/data_override/data_override.F90:702:52: integer :: omp_get_num_threads, omp_get_thread_num, thread_id, window_id 1 Warning: Unused variable ‘omp_get_thread_num’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/data_override/data_override.F90:702:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/data_override/data_override.F90:702:63: integer :: omp_get_num_threads, omp_get_thread_num, thread_id, window_id 1 Warning: Unused variable ‘thread_id’ declared at (1) [-Wunused-variable] -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/diag_manager/diag_output.F90:561:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/diag_manager/diag_output.F90:561:45: aux_axes(i) = get_axis_aux(axes(i)) 1 Warning: CHARACTER expression will be truncated in assignment (40/128) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/diag_manager/diag_output.F90:516:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/diag_manager/diag_output.F90:516:49: INTEGER :: i, indexx, num, ipack, np, att_len 1 Warning: Unused variable ‘att_len’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/diag_manager/diag_output.F90:508:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/diag_manager/diag_output.F90:508:34: CHARACTER(len=1280) :: att_str 1 Warning: Unused variable ‘att_str’ declared at (1) [-Wunused-variable] -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/diag_manager/diag_util.F90:1797:30: +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/diag_manager/diag_util.F90:1797:30: CHARACTER(len=7) :: prefix 1 Warning: Unused variable ‘prefix’ declared at (1) [-Wunused-variable] -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_restart.F90:37:49: +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/GFS_layer/GFS_restart.F90:37:49: Coupling, Grid, Tbd, Cldprop, Radtend, IntDiag, Init_parm, ExtDiag) 1 Warning: Unused dummy argument ‘grid’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_restart.F90:37:81: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/GFS_layer/GFS_restart.F90:37:81: Coupling, Grid, Tbd, Cldprop, Radtend, IntDiag, Init_parm, ExtDiag) 1 Warning: Unused dummy argument ‘intdiag’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_restart.F90:37:72: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/GFS_layer/GFS_restart.F90:37:72: Coupling, Grid, Tbd, Cldprop, Radtend, IntDiag, Init_parm, ExtDiag) 1 Warning: Unused dummy argument ‘radtend’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_restart.F90:36:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/GFS_layer/GFS_restart.F90:36:58: subroutine GFS_restart_populate (Restart, Model, Statein, Stateout, Sfcprop, & 1 Warning: Unused dummy argument ‘statein’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_restart.F90:36:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/GFS_layer/GFS_restart.F90:36:68: subroutine GFS_restart_populate (Restart, Model, Statein, Stateout, Sfcprop, & 1 Warning: Unused dummy argument ‘stateout’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/diag_manager/diag_table.F90:558:0: +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/diag_manager/diag_table.F90:558:0: SUBROUTINE open_diag_table(iunit, iostat, err_msg) Warning: ‘open_diag_table’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/diag_manager/diag_table.F90:597:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/diag_manager/diag_table.F90:597:0: SUBROUTINE close_diag_table(iunit) Warning: ‘close_diag_table’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/diag_manager/diag_table.F90:1011:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/diag_manager/diag_table.F90:1011:0: SUBROUTINE initialize_output_arrays() Warning: ‘initialize_output_arrays’ defined but not used [-Wunused-function] -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/diag_manager/diag_manager.F90:1624:16: - - field_out = field - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/diag_manager/diag_manager.F90:1582:25: - - field_out(:, :, 1) = field - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/diag_manager/diag_manager.F90:4285:33: - - CHARACTER(len=512) :: err_msg - 1 -Warning: Unused variable ‘err_msg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/diag_manager/diag_manager.F90:4284:34: - - INTEGER :: num_attributes, len - 1 -Warning: Unused variable ‘len’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/diag_manager/diag_manager.F90:4284:29: - - INTEGER :: num_attributes, len - 1 -Warning: Unused variable ‘num_attributes’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/diag_manager/diag_manager.F90:4085:34: - - CHARACTER(len=1024) :: err_msg - 1 -Warning: Unused variable ‘err_msg’ declared at (1) [-Wunused-variable] -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/diag_manager/diag_manager.F90:553:37: - - INTEGER :: i, cm_ind, cm_file_num - 1 -Warning: Unused variable ‘cm_file_num’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/diag_manager/diag_manager.F90:557:23: - - LOGICAL :: cm_found - 1 -Warning: Unused variable ‘cm_found’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/diag_manager/diag_manager.F90:553:24: - - INTEGER :: i, cm_ind, cm_file_num - 1 -Warning: Unused variable ‘cm_ind’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/diag_manager/diag_manager.F90:553:16: - - INTEGER :: i, cm_ind, cm_file_num - 1 -Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/physics/set_soilveg.f:36:9: +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/physics/set_soilveg.f:36:9: & 0.63, 0.0, 0.0, 0.0, 0.0, 0.0, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/physics/set_soilveg.f:37:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/physics/set_soilveg.f:37:9: & 0.0 , 0.0, 0.0, 0.0, 0.0, 0.0, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/physics/set_soilveg.f:38:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/physics/set_soilveg.f:38:9: & 0.0 , 0.0, 0.0, 0.0, 0.0, 0.0, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/physics/set_soilveg.f:39:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/physics/set_soilveg.f:39:9: & 0.0 , 0.0, 0.0, 0.0, 0.0, 0.0/) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/physics/set_soilveg.f:42:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/physics/set_soilveg.f:42:9: & 150.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/physics/set_soilveg.f:43:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/physics/set_soilveg.f:43:9: & 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/physics/set_soilveg.f:44:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/physics/set_soilveg.f:44:9: & 0.0, 0.0, 0.0, 0.0, 0.0, 0.0/) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/physics/set_soilveg.f:47:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/physics/set_soilveg.f:47:9: & 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/physics/set_soilveg.f:48:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/physics/set_soilveg.f:48:9: & 100.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/physics/set_soilveg.f:49:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/physics/set_soilveg.f:49:9: & 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/physics/set_soilveg.f:50:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/physics/set_soilveg.f:50:9: & 0.0, 0.0, 0.0, 0.0, 0.0, 0.0/) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/physics/set_soilveg.f:52:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/physics/set_soilveg.f:52:9: & 36.35, 42.00, 42.00, 42.00, 42.00, 36.35, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/physics/set_soilveg.f:53:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/physics/set_soilveg.f:53:9: & 42.00, 0.00, 0.00, 0.00, 0.00, 0.00, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/physics/set_soilveg.f:54:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/physics/set_soilveg.f:54:9: & 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/physics/set_soilveg.f:55:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/physics/set_soilveg.f:55:9: & 0.00, 0.00, 0.00, 0.00, 0.00, 0.00/) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/physics/set_soilveg.f:63:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/physics/set_soilveg.f:63:9: & 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/physics/set_soilveg.f:64:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/physics/set_soilveg.f:64:9: & 0.000, 0.000, 0.000, 0.000, 0.000, 0.000/) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/physics/set_soilveg.f:1:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/physics/set_soilveg.f:1:31: subroutine set_soilveg(me,isot,ivet,nlunit) 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/physics/set_soilveg.f:1:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/physics/set_soilveg.f:1:48: subroutine set_soilveg(me,isot,ivet,nlunit) 1 Warning: Unused dummy argument ‘nlunit’ at (1) [-Wunused-dummy-argument] -[ 64%] Linking Fortran static library libgfsphysics.a -[ 64%] Built target gfsphysics +[ 62%] Linking Fortran static library libgfsphysics.a +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/diag_manager/diag_manager.F90:1624:16: + + field_out = field + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/diag_manager/diag_manager.F90:1582:25: + + field_out(:, :, 1) = field + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +[ 62%] Built target gfsphysics +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/diag_manager/diag_manager.F90:4285:33: + + CHARACTER(len=512) :: err_msg + 1 +Warning: Unused variable ‘err_msg’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/diag_manager/diag_manager.F90:4284:34: + + INTEGER :: num_attributes, len + 1 +Warning: Unused variable ‘len’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/diag_manager/diag_manager.F90:4284:29: + + INTEGER :: num_attributes, len + 1 +Warning: Unused variable ‘num_attributes’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/diag_manager/diag_manager.F90:4085:34: + + CHARACTER(len=1024) :: err_msg + 1 +Warning: Unused variable ‘err_msg’ declared at (1) [-Wunused-variable] Scanning dependencies of target ipd Scanning dependencies of target ccppdriver -[ 64%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 64%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 64%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ipd/IPD_driver.F90:99:54: +[ 62%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 62%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/diag_manager/diag_manager.F90:553:37: + + INTEGER :: i, cm_ind, cm_file_num + 1 +Warning: Unused variable ‘cm_file_num’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/diag_manager/diag_manager.F90:557:23: + + LOGICAL :: cm_found + 1 +Warning: Unused variable ‘cm_found’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/diag_manager/diag_manager.F90:553:24: + + INTEGER :: i, cm_ind, cm_file_num + 1 +Warning: Unused variable ‘cm_ind’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/diag_manager/diag_manager.F90:553:16: + + INTEGER :: i, cm_ind, cm_file_num + 1 +Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] +[ 62%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ipd/IPD_driver.F90:99:54: subroutine IPD_step (IPD_Control, IPD_Data, IPD_Diag, IPD_Restart, IPD_func0d, IPD_func1d) 1 Warning: Unused dummy argument ‘ipd_diag’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ipd/IPD_driver.F90:99:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ipd/IPD_driver.F90:99:67: subroutine IPD_step (IPD_Control, IPD_Data, IPD_Diag, IPD_Restart, IPD_func0d, IPD_func1d) 1 Warning: Unused dummy argument ‘ipd_restart’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ipd/IPD_driver.F90:40:73: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ipd/IPD_driver.F90:40:73: subroutine IPD_initialize (IPD_Control, IPD_Data, IPD_Diag, IPD_Restart, & 1 Warning: Unused dummy argument ‘ipd_restart’ at (1) [-Wunused-dummy-argument] -[ 65%] Linking Fortran static library libccppdriver.a -[ 65%] Built target ccppdriver -[ 66%] Linking Fortran static library libipd.a -[ 66%] Built target ipd -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/stock_constants.F90:162:37: +[ 63%] Linking Fortran static library libccppdriver.a +[ 63%] Built target ccppdriver +[ 64%] Linking Fortran static library libipd.a +[ 64%] Built target ipd +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/stock_constants.F90:162:37: type(time_type) :: timeSinceStart 1 Warning: Unused variable ‘timesincestart’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/coupler/coupler_types.F90:3185:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/coupler/coupler_types.F90:3185:34: integer :: f, n, m, id_restart 1 Warning: Unused variable ‘id_restart’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/coupler/coupler_types.F90:2325:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/coupler/coupler_types.F90:2325:22: integer :: i, j, k, halo, i_off, j_off 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/coupler/coupler_types.F90:508:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/coupler/coupler_types.F90:508:40: character(len=400) :: error_msg 1 Warning: Unused variable ‘error_msg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/coupler/coupler_types.F90:509:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/coupler/coupler_types.F90:509:32: integer :: m, n 1 Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/coupler/coupler_types.F90:509:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/coupler/coupler_types.F90:509:35: integer :: m, n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/coupler/coupler_types.F90:473:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/coupler/coupler_types.F90:473:40: character(len=400) :: error_msg 1 Warning: Unused variable ‘error_msg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/coupler/coupler_types.F90:474:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/coupler/coupler_types.F90:474:32: integer :: m, n 1 Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/coupler/coupler_types.F90:474:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/coupler/coupler_types.F90:474:35: integer :: m, n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/coupler/coupler_types.F90:439:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/coupler/coupler_types.F90:439:40: character(len=400) :: error_msg 1 Warning: Unused variable ‘error_msg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/coupler/coupler_types.F90:440:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/coupler/coupler_types.F90:440:32: integer :: m, n 1 Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/coupler/coupler_types.F90:440:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/coupler/coupler_types.F90:440:35: integer :: m, n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/coupler/coupler_types.F90:404:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/coupler/coupler_types.F90:404:40: character(len=400) :: error_msg 1 Warning: Unused variable ‘error_msg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/coupler/coupler_types.F90:405:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/coupler/coupler_types.F90:405:32: integer :: m, n 1 Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/coupler/coupler_types.F90:405:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/coupler/coupler_types.F90:405:35: integer :: m, n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/coupler/coupler_types.F90:370:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/coupler/coupler_types.F90:370:40: character(len=400) :: error_msg 1 Warning: Unused variable ‘error_msg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/coupler/coupler_types.F90:371:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/coupler/coupler_types.F90:371:32: integer :: m, n 1 Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/coupler/coupler_types.F90:371:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/coupler/coupler_types.F90:371:35: integer :: m, n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/coupler/coupler_types.F90:334:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/coupler/coupler_types.F90:334:40: character(len=400) :: error_msg 1 Warning: Unused variable ‘error_msg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/coupler/coupler_types.F90:335:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/coupler/coupler_types.F90:335:32: integer :: m, n 1 Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/coupler/coupler_types.F90:335:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/coupler/coupler_types.F90:335:35: integer :: m, n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/astronomy/astronomy.F90:559:19: +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/astronomy/astronomy.F90:559:19: period_out = seconds_per_day*days + seconds 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/astronomy/astronomy.F90:492:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/astronomy/astronomy.F90:492:17: period = seconds_per_day*days + seconds 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/astronomy/astronomy.F90:1779:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/astronomy/astronomy.F90:1779:21: integer :: n, i 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/astronomy/astronomy.F90:1764:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/astronomy/astronomy.F90:1764:39: subroutine annual_mean_solar_2d (js, je, lat, cosz, solar, fracday, & 1 Warning: Unused dummy argument ‘je’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/astronomy/astronomy.F90:1764:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/astronomy/astronomy.F90:1764:35: subroutine annual_mean_solar_2d (js, je, lat, cosz, solar, fracday, & 1 Warning: Unused dummy argument ‘js’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/amip_interp/amip_interp.F90:657:3: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/amip_interp/amip_interp.F90:657:3: 300 format(a35, 3(f7.3,2x)) 1 Warning: Label 300 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/amip_interp/amip_interp.F90:1554:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/amip_interp/amip_interp.F90:1554:16: idat = nint(dat*100.) ! reconstruct packed data for reproducibity 1 Warning: Possible change of value in conversion from INTEGER(4) to INTEGER(2) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/amip_interp/amip_interp.F90:981:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/amip_interp/amip_interp.F90:981:15: ice_crit = nint((tice_crit_k-TFREEZE)*100.) 1 Warning: Possible change of value in conversion from INTEGER(4) to INTEGER(2) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/amip_interp/amip_interp.F90:900:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/amip_interp/amip_interp.F90:900:47: function amip_interp_new_2d ( lon , lat , mask , use_climo, use_annual, & 1 Warning: Unused dummy argument ‘mask’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/amip_interp/amip_interp.F90:850:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/amip_interp/amip_interp.F90:850:47: function amip_interp_new_1d ( lon , lat , mask , use_climo, use_annual, & 1 Warning: Unused dummy argument ‘mask’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/amip_interp/amip_interp.F90:1339:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/amip_interp/amip_interp.F90:1339:0: subroutine get_sst_grid_size (nlon, nlat) Warning: ‘get_sst_grid_size’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/amip_interp/amip_interp.F90:1380:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/amip_interp/amip_interp.F90:1380:0: subroutine get_sst_grid_boundary (blon, blat, mask) Warning: ‘get_sst_grid_boundary’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/astronomy/astronomy.F90:2202:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/astronomy/astronomy.F90:2202:0: function half_day_0d(latitude, dec) result(h) Warning: ‘half_day_0d’ defined but not used [-Wunused-function] -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/column_diagnostics/column_diagnostics.F90:503:29: +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/column_diagnostics/column_diagnostics.F90:503:29: mon = month_name(month) 1 Warning: CHARACTER expression will be truncated in assignment (8/9) at (1) [-Wcharacter-truncation] -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o [ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/coupler/ensemble_manager.F90:73:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/coupler/ensemble_manager.F90:73:33: integer :: i, io_status, ioun, npes, ierr 1 Warning: Unused variable ‘ioun’ declared at (1) [-Wunused-variable] [ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/drifters/drifters.F90:132:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/drifters/drifters.F90:132:29: real :: DRFT_EMPTY_ARRAY(0) 1 Warning: Unused PRIVATE module variable ‘drft_empty_array’ declared at (1) [-Wunused-value] +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o [ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fft/fft.F90:733:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fft/fft.F90:733:19: integer :: ifail 1 Warning: Unused variable ‘ifail’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fft/fft.F90:731:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fft/fft.F90:731:15: integer :: j, k, num, len_fourier 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fft/fft.F90:731:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fft/fft.F90:731:18: integer :: j, k, num, len_fourier 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fft/fft.F90:596:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fft/fft.F90:596:19: integer :: ifail 1 Warning: Unused variable ‘ifail’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fft/fft.F90:594:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fft/fft.F90:594:15: integer :: j, k, num, len_grid 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fft/fft.F90:594:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fft/fft.F90:594:18: integer :: j, k, num, len_grid 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fft/fft.F90:453:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fft/fft.F90:453:15: integer :: j, k, num, len_fourier 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fft/fft.F90:453:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fft/fft.F90:453:18: integer :: j, k, num, len_fourier 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fft/fft.F90:317:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fft/fft.F90:317:15: integer :: j, k, num, len_grid 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fft/fft.F90:317:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fft/fft.F90:317:18: integer :: j, k, num, len_grid 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:2801:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:2801:36: comm%send(pos)%i(n) = recv_buf(buffer_pos+1) - grid1%is_me + 1 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:2802:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:2802:36: comm%send(pos)%j(n) = recv_buf(buffer_pos+2) - grid1%js_me + 1 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:2803:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:2803:39: comm%send(pos)%tile(n) = recv_buf(buffer_pos+3) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:2484:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:2484:21: i = recv_buf(buffer_pos+1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:2485:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:2485:21: j = recv_buf(buffer_pos+2) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:2488:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:2488:42: comm%recv(pos)%tile(n) = recv_buf(buffer_pos+3) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:2497:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:2497:39: comm%recv(pos)%i(n) = recv_buf(buffer_pos+1) - grid1%is_me + 1 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:2498:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:2498:39: comm%recv(pos)%j(n) = recv_buf(buffer_pos+2) - grid1%js_me + 1 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:2499:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:2499:42: comm%recv(pos)%tile(n) = recv_buf(buffer_pos+3) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:747:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:747:17: i1_tmp = tmp(:,1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:749:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:749:17: j1_tmp = tmp(:,1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:751:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:751:17: i2_tmp = tmp(:,1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:753:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:753:17: j2_tmp = tmp(:,1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:767:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:767:26: i1_tmp(isc:iec) = tmp(1, isc:iec) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:768:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:768:26: j1_tmp(isc:iec) = tmp(2, isc:iec) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:770:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:770:26: i2_tmp(isc:iec) = tmp(1, isc:iec) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:771:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:771:26: j2_tmp(isc:iec) = tmp(2, isc:iec) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:1014:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:1014:20: i1(l2) = recv_buffer(pos+1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:1015:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:1015:20: j1(l2) = recv_buffer(pos+2) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:1016:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:1016:20: i2(l2) = recv_buffer(pos+3) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:1017:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:1017:20: j2(l2) = recv_buffer(pos+4) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:1028:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:1028:26: i1_side1(l1) = recv_buffer(pos+1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:1029:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:1029:26: j1_side1(l1) = recv_buffer(pos+2) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:1030:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:1030:26: i2_side1(l1) = recv_buffer(pos+3) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:1031:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:1031:26: j2_side1(l1) = recv_buffer(pos+4) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fft/fft99.F90:1114:5: - - 130 ia=1 - 1 -Warning: Label 130 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fft/fft99.F90:1036:5: - - 90 ia=1 - 1 -Warning: Label 90 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fft/fft99.F90:971:5: - - 50 ia=1 - 1 -Warning: Label 50 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fft/fft99.F90:923:5: - - 10 ia=1 - 1 -Warning: Label 10 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fft/fft99.F90:675:5: - - 50 continue - 1 -Warning: Label 50 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/fft/fft99.F90:346:5: - - 50 continue - 1 -Warning: Label 50 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:217:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:217:15: logical :: init = .true. 1 Warning: Unused PRIVATE module variable ‘init’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:5268:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:5268:66: integer :: g, i, j, k, p, l, n, l2, m, l3 1 Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:5148:75: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:5148:75: real :: unpack_buffer(xmap%get1%recvsize*3) 1 Warning: Unused variable ‘unpack_buffer’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:5032:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:5032:41: integer :: i, j, p, buffer_pos, msgsize 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:4186:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:4186:47: function conservation_check_ug_side1(d, grid_id, xmap,remap_method) ! this one for 1->2->1 1 Warning: Unused dummy argument ‘grid_id’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:4070:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:4070:44: function conservation_check_side1(d, grid_id, xmap,remap_method) ! this one for 1->2->1 1 Warning: Unused dummy argument ‘grid_id’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:3968:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:3968:66: integer :: g, i, j, k, p, l, n, l2, m, l3 1 Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:3846:75: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:3846:75: real :: unpack_buffer(xmap%get1%recvsize*3) 1 Warning: Unused variable ‘unpack_buffer’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:3604:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:3604:50: integer :: i, is, ie, im, j, js, je, jm, ii, jj 1 Warning: Unused variable ‘im’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:3605:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:3605:47: integer :: p, l, ioff, joff, isd, jsd 1 Warning: Unused variable ‘ioff’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:3604:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:3604:65: integer :: i, is, ie, im, j, js, je, jm, ii, jj 1 Warning: Unused variable ‘jm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:3605:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:3605:53: integer :: p, l, ioff, joff, isd, jsd 1 Warning: Unused variable ‘joff’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:2551:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:2551:43: integer :: root_pe, recvsize, sendsize 1 Warning: Unused variable ‘recvsize’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:2551:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:2551:33: integer :: root_pe, recvsize, sendsize 1 Warning: Unused variable ‘root_pe’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:2551:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:2551:53: integer :: root_pe, recvsize, sendsize 1 Warning: Unused variable ‘sendsize’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:2137:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:2137:57: integer, dimension(0:xmap%npes-1) :: send_ind, recv_ind, pl 1 Warning: Unused variable ‘recv_ind’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:1521:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:1521:43: integer :: g, p, send_size, recv_size, i, siz(4) 1 Warning: Unused variable ‘recv_size’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:1521:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:1521:32: integer :: g, p, send_size, recv_size, i, siz(4) 1 Warning: Unused variable ‘send_size’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/exchange/xgrid.F90:644:80: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/exchange/xgrid.F90:644:80: integer :: pos, nsend, nrecv, l1, l2, n, mypos, m 1 Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable] -[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/interpolator/interpolator.F90:1377:11: +[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fft/fft99.F90:1114:5: + + 130 ia=1 + 1 +Warning: Label 130 at (1) defined but not used [-Wunused-label] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fft/fft99.F90:1036:5: + + 90 ia=1 + 1 +Warning: Label 90 at (1) defined but not used [-Wunused-label] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fft/fft99.F90:971:5: + + 50 ia=1 + 1 +Warning: Label 50 at (1) defined but not used [-Wunused-label] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fft/fft99.F90:923:5: + + 10 ia=1 + 1 +Warning: Label 10 at (1) defined but not used [-Wunused-label] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fft/fft99.F90:675:5: + + 50 continue + 1 +Warning: Label 50 at (1) defined but not used [-Wunused-label] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/fft/fft99.F90:346:5: + + 50 continue + 1 +Warning: Label 50 at (1) defined but not used [-Wunused-label] +[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/interpolator/interpolator.F90:1377:11: e(1) = e1 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/interpolator/interpolator.F90:1378:11: +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/interpolator/interpolator.F90:1378:11: e(2) = e2 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/interpolator/interpolator.F90:1379:11: +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/interpolator/interpolator.F90:1379:11: e(3) = e3 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/interpolator/interpolator.F90:1340:13: +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/interpolator/interpolator.F90:1340:13: xs(i) = lon 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/interpolator/interpolator.F90:1341:13: +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/interpolator/interpolator.F90:1341:13: ys(i) = lat 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/interpolator/interpolator.F90:1344:17: +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/interpolator/interpolator.F90:1344:17: q(k,i) = p(k) 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/interpolator/interpolator.F90:1152:30: +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/interpolator/interpolator.F90:1152:30: units=chomp(units) 1 Warning: CHARACTER expression will be truncated in assignment (32/64) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/interpolator/interpolator.F90:3586:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/interpolator/interpolator.F90:3586:63: subroutine read_data_no_time_axis(clim_type,src_field, hdata, i) 1 Warning: Unused dummy argument ‘i’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/interpolator/interpolator.F90:3410:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/interpolator/interpolator.F90:3410:27: integer :: taum, taup, ilon 1 Warning: Unused variable ‘ilon’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/interpolator/interpolator.F90:3416:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/interpolator/interpolator.F90:3416:12: integer :: j, k, i, n 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/interpolator/interpolator.F90:3416:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/interpolator/interpolator.F90:3416:15: integer :: j, k, i, n 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/interpolator/interpolator.F90:3416:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/interpolator/interpolator.F90:3416:21: integer :: j, k, i, n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/interpolator/interpolator.F90:3412:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/interpolator/interpolator.F90:3412:55: real :: p_fact(size(interp_data,1),size(interp_data,2)) 1 Warning: Unused variable ‘p_fact’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/interpolator/interpolator.F90:3414:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/interpolator/interpolator.F90:3414:17: logical :: result 1 Warning: Unused variable ‘result’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/interpolator/interpolator.F90:3410:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/interpolator/interpolator.F90:3410:15: integer :: taum, taup, ilon 1 Warning: Unused variable ‘taum’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/interpolator/interpolator.F90:3410:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/interpolator/interpolator.F90:3410:21: integer :: taum, taup, ilon 1 Warning: Unused variable ‘taup’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/interpolator/interpolator.F90:3409:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/interpolator/interpolator.F90:3409:15: real :: tweight, tweight1, tweight2, tweight3 1 Warning: Unused variable ‘tweight’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/interpolator/interpolator.F90:3409:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/interpolator/interpolator.F90:3409:25: real :: tweight, tweight1, tweight2, tweight3 1 Warning: Unused variable ‘tweight1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/interpolator/interpolator.F90:3409:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/interpolator/interpolator.F90:3409:35: real :: tweight, tweight1, tweight2, tweight3 1 Warning: Unused variable ‘tweight2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/interpolator/interpolator.F90:3409:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/interpolator/interpolator.F90:3409:45: real :: tweight, tweight1, tweight2, tweight3 1 Warning: Unused variable ‘tweight3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/interpolator/interpolator.F90:3286:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/interpolator/interpolator.F90:3286:21: integer :: i, j, k, n !< No description 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/interpolator/interpolator.F90:3284:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/interpolator/interpolator.F90:3284:17: logical :: result !< No description 1 Warning: Unused variable ‘result’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/interpolator/interpolator.F90:3279:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/interpolator/interpolator.F90:3279:15: integer :: taum, taup, ilon !< No description 1 Warning: Unused variable ‘taum’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/interpolator/interpolator.F90:3279:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/interpolator/interpolator.F90:3279:21: integer :: taum, taup, ilon !< No description 1 Warning: Unused variable ‘taup’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/interpolator/interpolator.F90:3275:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/interpolator/interpolator.F90:3275:15: real :: tweight !< No description 1 Warning: Unused variable ‘tweight’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/interpolator/interpolator.F90:3276:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/interpolator/interpolator.F90:3276:16: real :: tweight1 !< The time weight between the climatology years 1 Warning: Unused variable ‘tweight1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/interpolator/interpolator.F90:3277:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/interpolator/interpolator.F90:3277:16: real :: tweight2 !< No description 1 Warning: Unused variable ‘tweight2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/interpolator/interpolator.F90:3278:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/interpolator/interpolator.F90:3278:16: real :: tweight3 !< The time weight between the months 1 Warning: Unused variable ‘tweight3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/interpolator/interpolator.F90:3114:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/interpolator/interpolator.F90:3114:17: logical :: result 1 Warning: Unused variable ‘result’ declared at (1) [-Wunused-variable] -[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/grid.F90:1007:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/grid.F90:1007:37: mosaic_file = grid_dir//mosaic_file 1 Warning: CHARACTER expression will be truncated in assignment (1024/1030) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/grid.F90:811:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/grid.F90:811:36: character(len=MAX_NAME) :: varname 1 Warning: Unused variable ‘varname’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/grid.F90:274:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/grid.F90:274:37: character(len=MAX_NAME) :: varname1, varname2 1 Warning: Unused variable ‘varname1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/grid.F90:274:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/grid.F90:274:47: character(len=MAX_NAME) :: varname1, varname2 1 Warning: Unused variable ‘varname2’ declared at (1) [-Wunused-variable] [ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/mpp_utilities.F90:68:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/mpp_utilities.F90:68:18: integer :: igmax, jgmax, kgmax, igmin, jgmin, kgmin 1 Warning: Unused variable ‘igmax’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/mpp_utilities.F90:68:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/mpp_utilities.F90:68:39: integer :: igmax, jgmax, kgmax, igmin, jgmin, kgmin 1 Warning: Unused variable ‘igmin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/mpp_utilities.F90:68:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/mpp_utilities.F90:68:25: integer :: igmax, jgmax, kgmax, igmin, jgmin, kgmin 1 Warning: Unused variable ‘jgmax’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/mpp_utilities.F90:68:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/mpp_utilities.F90:68:46: integer :: igmax, jgmax, kgmax, igmin, jgmin, kgmin 1 Warning: Unused variable ‘jgmin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/mpp_utilities.F90:68:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/mpp_utilities.F90:68:32: integer :: igmax, jgmax, kgmax, igmin, jgmin, kgmin 1 Warning: Unused variable ‘kgmax’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/mpp_utilities.F90:68:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/mpp_utilities.F90:68:53: integer :: igmax, jgmax, kgmax, igmin, jgmin, kgmin 1 Warning: Unused variable ‘kgmin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/mpp_utilities.F90:51:78: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/mpp_utilities.F90:51:78: subroutine mpp_array_global_min_max(in_array, tmask,isd,jsd,isc,iec,jsc,jec,nk, g_min, g_max, & 1 Warning: Unused dummy argument ‘nk’ at (1) [-Wunused-dummy-argument] [ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:443:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:443:13: probe=rprobe 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:1353:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:1353:9: m=Prof(n)%probe 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:152:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:152:31: logical :: add_tidal_aliasing=.false. 1 Warning: Unused PRIVATE module variable ‘add_tidal_aliasing’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:109:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:109:47: integer :: max_profiles = 250000, max_sfc_obs = 1 1 Warning: Unused PRIVATE module variable ‘max_sfc_obs’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:160:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:160:60: integer, allocatable, dimension(:) :: nprof_in_comp_domain 1 Warning: Unused PRIVATE module variable ‘nprof_in_comp_domain’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:120:77: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:120:77: type(ocean_surface_type), target, save, private, allocatable :: sfc_obs(:) 1 Warning: Unused PRIVATE module variable ‘sfc_obs’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:1590:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:1590:17: real :: dz, a, dx1, dx2, dy1, dy2 1 Warning: Unused variable ‘a’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:1592:79: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:1592:79: real :: temp_missing=missing_value,salt_missing=missing_value,depth_missing=missing_value 1 Warning: Unused variable ‘depth_missing’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:1584:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:1584:23: integer :: nstation, unit, n, noobs, i, k 1 Warning: Unused variable ‘nstation’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:1592:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:1592:51: real :: temp_missing=missing_value,salt_missing=missing_value,depth_missing=missing_value 1 Warning: Unused variable ‘salt_missing’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:1592:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:1592:24: real :: temp_missing=missing_value,salt_missing=missing_value,depth_missing=missing_value 1 Warning: Unused variable ‘temp_missing’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:1584:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:1584:29: integer :: nstation, unit, n, noobs, i, k 1 Warning: Unused variable ‘unit’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:1548:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:1548:30: real :: dtdz, err, a1, a2 1 Warning: Unused variable ‘a2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:1437:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:1437:16: integer :: i,j 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:1448:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:1448:48: integer :: nfiles, filetype(max_files), ioun, io_status, ierr,& 1 Warning: Unused variable ‘ioun’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:1437:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:1437:18: integer :: i,j 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:1398:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:1398:33: subroutine mult_obs_I_mse_sfc(a, Obs) 1 Warning: Unused dummy argument ‘a’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:1398:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:1398:38: subroutine mult_obs_I_mse_sfc(a, Obs) 1 Warning: Unused dummy argument ‘obs’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:1369:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:1369:38: subroutine adjust_obs_error_sfc(Diff) 1 Warning: Unused dummy argument ‘diff’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:1349:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:1349:21: real :: tfac, Ims 1 Warning: Unused variable ‘ims’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:1334:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:1334:32: subroutine copy_obs_sfc(Obs_in, Obs_out) 1 Warning: Unused dummy argument ‘obs_in’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:1334:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:1334:41: subroutine copy_obs_sfc(Obs_in, Obs_out) 1 Warning: Unused dummy argument ‘obs_out’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:1260:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:1260:42: subroutine diff_obs_sfc(prof1,prof2,Diff) 1 Warning: Unused dummy argument ‘diff’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:1260:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:1260:31: subroutine diff_obs_sfc(prof1,prof2,Diff) 1 Warning: Unused dummy argument ‘prof1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:1260:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:1260:37: subroutine diff_obs_sfc(prof1,prof2,Diff) 1 Warning: Unused dummy argument ‘prof2’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:1212:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:1212:42: subroutine assign_forward_model_sfc(Obs1,Obs2) 1 Warning: Unused dummy argument ‘obs1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:1212:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:1212:47: subroutine assign_forward_model_sfc(Obs1,Obs2) 1 Warning: Unused dummy argument ‘obs2’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:1185:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:1185:39: subroutine backward_obs_sfc(Obs,model) 1 Warning: Unused dummy argument ‘model’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:1185:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:1185:33: subroutine backward_obs_sfc(Obs,model) 1 Warning: Unused dummy argument ‘obs’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:1096:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:1096:45: subroutine forward_obs_sfc(Sfc, Guess, Diff) 1 Warning: Unused dummy argument ‘diff’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:1096:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:1096:39: subroutine forward_obs_sfc(Sfc, Guess, Diff) 1 Warning: Unused dummy argument ‘guess’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:1096:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:1096:32: subroutine forward_obs_sfc(Sfc, Guess, Diff) 1 Warning: Unused dummy argument ‘sfc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:930:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:930:19: integer :: ioun, ierr, io_status 1 Warning: Unused variable ‘ioun’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:847:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:847:29: character(len=1) :: cchar 1 Warning: Unused variable ‘cchar’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:845:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:845:51: integer :: i,k,yr,mon,day,hr,minu,sec,a,mon_obs,yr_obs, outunit 1 Warning: Unused variable ‘mon_obs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:834:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:834:42: subroutine get_obs(model_time, Prof, Sfc, nprof, nsfc) 1 Warning: Unused dummy argument ‘sfc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:845:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:845:58: integer :: i,k,yr,mon,day,hr,minu,sec,a,mon_obs,yr_obs, outunit 1 Warning: Unused variable ‘yr_obs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:267:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:267:49: k, kk, ll, i, i0, j0, k0, nlevs, a, nn, ii, nlinks 1 Warning: Unused variable ‘a’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:269:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:269:45: character(len=128) :: time_units, attname, catt 1 Warning: Unused variable ‘attname’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:265:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:265:40: integer :: nlev, probe, yr, mon, day, hr, minu, sec, kl, outunit 1 Warning: Unused variable ‘day’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:264:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:264:26: error(max_levels), rprobe, profile_error, rlink 1 Warning: Unused variable ‘error’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:265:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:265:44: integer :: nlev, probe, yr, mon, day, hr, minu, sec, kl, outunit 1 Warning: Unused variable ‘hr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:265:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:265:59: integer :: nlev, probe, yr, mon, day, hr, minu, sec, kl, outunit 1 Warning: Unused variable ‘kl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:267:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:267:24: k, kk, ll, i, i0, j0, k0, nlevs, a, nn, ii, nlinks 1 Warning: Unused variable ‘ll’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:265:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:265:50: integer :: nlev, probe, yr, mon, day, hr, minu, sec, kl, outunit 1 Warning: Unused variable ‘minu’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:265:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:265:35: integer :: nlev, probe, yr, mon, day, hr, minu, sec, kl, outunit 1 Warning: Unused variable ‘mon’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:265:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:265:19: integer :: nlev, probe, yr, mon, day, hr, minu, sec, kl, outunit 1 Warning: Unused variable ‘nlev’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:265:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:265:55: integer :: nlev, probe, yr, mon, day, hr, minu, sec, kl, outunit 1 Warning: Unused variable ‘sec’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:265:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:265:30: integer :: nlev, probe, yr, mon, day, hr, minu, sec, kl, outunit 1 Warning: Unused variable ‘yr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core.F90:1543:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core.F90:1543:0: subroutine add_tidal_error(Prof) Warning: ‘add_tidal_error’ defined but not used [-Wunused-function] [ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core_ecda.F90:64:20: +[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/random_numbers/random_numbers.F90:85:19: + + numbers(i) = getRandomReal(stream%theNumbers) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/random_numbers/random_numbers.F90:74:13: + + number = getRandomReal(stream%theNumbers) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core_ecda.F90:64:20: real :: max_misfit = 5.0 !< used to inflate observation errors where the difference from the first guess is large 1 Warning: Unused PRIVATE module variable ‘max_misfit’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core_ecda.F90:93:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core_ecda.F90:93:59: real, allocatable :: sst_lon(:), sst_lat(:), obs_sst(:,:) 1 Warning: Unused PRIVATE module variable ‘obs_sst’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core_ecda.F90:93:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core_ecda.F90:93:45: real, allocatable :: sst_lon(:), sst_lat(:), obs_sst(:,:) 1 Warning: Unused PRIVATE module variable ‘sst_lat’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core_ecda.F90:93:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core_ecda.F90:93:33: real, allocatable :: sst_lon(:), sst_lat(:), obs_sst(:,:) 1 Warning: Unused PRIVATE module variable ‘sst_lon’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core_ecda.F90:3421:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core_ecda.F90:3421:19: integer :: i, k, i_m, i0, j0 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core_ecda.F90:3275:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core_ecda.F90:3275:46: subroutine open_profile_dataset_suv(filename, obs_variable, localize) 1 Warning: Unused dummy argument ‘filename’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core_ecda.F90:3141:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core_ecda.F90:3141:46: subroutine open_profile_dataset_eta(filename, obs_variable, localize) 1 Warning: Unused dummy argument ‘filename’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core_ecda.F90:2964:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core_ecda.F90:2964:33: character(len=32) :: axisname 1 Warning: Unused variable ‘axisname’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core_ecda.F90:2852:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core_ecda.F90:2852:48: integer :: iy0, in0, id0, ih0, im0, is0, i_m 1 Warning: Unused variable ‘i_m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core_ecda.F90:2133:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core_ecda.F90:2133:33: integer :: stdout_unit, istat 1 Warning: Unused variable ‘istat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core_ecda.F90:2144:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core_ecda.F90:2144:65: type(axistype), pointer :: lon_axis, lat_axis, z_axis, t_axis 1 Warning: Unused variable ‘t_axis’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core_ecda.F90:1806:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core_ecda.F90:1806:25: integer :: ioun, ierr, io_status 1 Warning: Unused variable ‘ierr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core_ecda.F90:1806:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core_ecda.F90:1806:19: integer :: ioun, ierr, io_status 1 Warning: Unused variable ‘ioun’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core_ecda.F90:152:36: +[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core_ecda.F90:152:36: integer :: ioun, io_status, ierr 1 Warning: Unused variable ‘ierr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/oda_tools/oda_core_ecda.F90:152:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/oda_tools/oda_core_ecda.F90:152:19: integer :: ioun, io_status, ierr 1 Warning: Unused variable ‘ioun’ declared at (1) [-Wunused-variable] -[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/random_numbers/random_numbers.F90:85:19: - - numbers(i) = getRandomReal(stream%theNumbers) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/random_numbers/random_numbers.F90:74:13: - - number = getRandomReal(stream%theNumbers) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/station_data/station_data.F90:639:89: +[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/station_data/station_data.F90:639:89: integer :: out_num, file_num,num_fields, method_selected, l1 1 Warning: Unused variable ‘method_selected’ declared at (1) [-Wunused-variable] -[ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/tracer_manager/tracer_manager.F90:912:3: +[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/tracer_manager/tracer_manager.F90:912:3: 901 FORMAT(E12.6,1x,E12.6) 1 Warning: Label 901 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/tracer_manager/tracer_manager.F90:911:3: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/tracer_manager/tracer_manager.F90:911:3: 900 FORMAT(A,2(1x,E12.6)) 1 Warning: Label 900 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/tracer_manager/tracer_manager.F90:301:81: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/tracer_manager/tracer_manager.F90:301:81: tracers(num_tracer_fields)%tracer_units = methods(j)%method_name 1 Warning: CHARACTER expression will be truncated in assignment (32/128) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/tracer_manager/tracer_manager.F90:1526:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/tracer_manager/tracer_manager.F90:1526:66: subroutine set_tracer_method(model, name, method_type, method_name, method_control) 1 Warning: Unused dummy argument ‘method_name’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/tracer_manager/tracer_manager.F90:1384:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/tracer_manager/tracer_manager.F90:1384:0: if(error_handler('query_method', err_msg_local, err_msg)) return Warning: control reaches end of non-void function [-Wreturn-type] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/tracer_manager/tracer_manager.F90:1526:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/tracer_manager/tracer_manager.F90:1526:0: subroutine set_tracer_method(model, name, method_type, method_name, method_control) Warning: ‘set_tracer_method’ defined but not used [-Wunused-function] -[ 72%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 73%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 73%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 72%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 72%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 72%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o [ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c: In function ‘get_grid_great_circle_area’: -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c:136:30: warning: unused variable ‘z_in’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c: In function ‘get_grid_great_circle_area’: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c:136:30: warning: unused variable ‘z_in’ [-Wunused-variable] double x_in[20], y_in[20], z_in[20]; ^~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c:136:20: warning: unused variable ‘y_in’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c:136:20: warning: unused variable ‘y_in’ [-Wunused-variable] double x_in[20], y_in[20], z_in[20]; ^~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c:136:10: warning: unused variable ‘x_in’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c:136:10: warning: unused variable ‘x_in’ [-Wunused-variable] double x_in[20], y_in[20], z_in[20]; ^~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c: In function ‘get_grid_great_circle_area_ug’: -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c:185:30: warning: unused variable ‘z_in’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c: In function ‘get_grid_great_circle_area_ug’: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c:185:30: warning: unused variable ‘z_in’ [-Wunused-variable] double x_in[20], y_in[20], z_in[20]; ^~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c:185:20: warning: unused variable ‘y_in’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c:185:20: warning: unused variable ‘y_in’ [-Wunused-variable] double x_in[20], y_in[20], z_in[20]; ^~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c:185:10: warning: unused variable ‘x_in’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c:185:10: warning: unused variable ‘x_in’ [-Wunused-variable] double x_in[20], y_in[20], z_in[20]; ^~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c: In function ‘create_xgrid_1dx2d_order2’: -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c:497:31: warning: unused variable ‘n’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c: In function ‘create_xgrid_1dx2d_order2’: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c:497:31: warning: unused variable ‘n’ [-Wunused-variable] int i1, j1, i2, j2, nxgrid, n; ^ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c: In function ‘create_xgrid_2dx1d_order2’: -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c:700:31: warning: unused variable ‘n’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c: In function ‘create_xgrid_2dx1d_order2’: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c:700:31: warning: unused variable ‘n’ [-Wunused-variable] int i1, j1, i2, j2, nxgrid, n; ^ -[ 74%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c: In function ‘create_xgrid_2dx2d_order1’: -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c:950:17: warning: unused variable ‘n_in’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c: In function ‘create_xgrid_2dx2d_order1’: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c:950:17: warning: unused variable ‘n_in’ [-Wunused-variable] int n_in, n_out, i2, j2, n2_in; ^~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c: In function ‘create_xgrid_2dx2d_order2’: -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c:1226:17: warning: unused variable ‘n_in’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c: In function ‘create_xgrid_2dx2d_order2’: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c:1226:17: warning: unused variable ‘n_in’ [-Wunused-variable] int n_in, n_out, i2, j2, n2_in; ^~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c:1079:19: warning: unused variable ‘xctrlat’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c:1079:19: warning: unused variable ‘xctrlat’ [-Wunused-variable] double xctrlon, xctrlat; ^~~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c:1079:10: warning: unused variable ‘xctrlon’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c:1079:10: warning: unused variable ‘xctrlon’ [-Wunused-variable] double xctrlon, xctrlat; ^~~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c: In function ‘create_xgrid_great_circle’: -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c:1582:17: warning: unused variable ‘n_in’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c: In function ‘create_xgrid_great_circle’: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c:1582:17: warning: unused variable ‘n_in’ [-Wunused-variable] int n_in, n_out; ^~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c:1541:19: warning: unused variable ‘xctrlat’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c:1541:19: warning: unused variable ‘xctrlat’ [-Wunused-variable] double xctrlon, xctrlat; ^~~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c:1541:10: warning: unused variable ‘xctrlon’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c:1541:10: warning: unused variable ‘xctrlon’ [-Wunused-variable] double xctrlon, xctrlat; ^~~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c: In function ‘create_xgrid_great_circle_ug’: -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c:1696:17: warning: unused variable ‘n_in’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c: In function ‘create_xgrid_great_circle_ug’: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c:1696:17: warning: unused variable ‘n_in’ [-Wunused-variable] int n_in, n_out; ^~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c:1657:19: warning: unused variable ‘xctrlat’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c:1657:19: warning: unused variable ‘xctrlat’ [-Wunused-variable] double xctrlon, xctrlat; ^~~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c:1657:10: warning: unused variable ‘xctrlon’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c:1657:10: warning: unused variable ‘xctrlon’ [-Wunused-variable] double xctrlon, xctrlat; ^~~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c: In function ‘clip_2dx2d_great_circle’: -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c:1901:25: warning: unused variable ‘is_in_clip’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c: In function ‘clip_2dx2d_great_circle’: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c:1901:25: warning: unused variable ‘is_in_clip’ [-Wunused-variable] int is_in_subj, is_in_clip; ^~~~~~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c:1901:13: warning: unused variable ‘is_in_subj’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c:1901:13: warning: unused variable ‘is_in_subj’ [-Wunused-variable] int is_in_subj, is_in_clip; ^~~~~~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c:1900:21: warning: unused variable ‘n_cur’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c:1900:21: warning: unused variable ‘n_cur’ [-Wunused-variable] int n_prev, n_cur; ^~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c:1900:13: warning: unused variable ‘n_prev’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c:1900:13: warning: unused variable ‘n_prev’ [-Wunused-variable] int n_prev, n_cur; ^~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c:1780:14: warning: unused variable ‘first_call’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c:1780:14: warning: unused variable ‘first_call’ [-Wunused-variable] static int first_call=1; ^~~~~~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c:1759:16: warning: unused variable ‘clipList’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c:1759:16: warning: unused variable ‘clipList’ [-Wunused-variable] struct Node *clipList=NULL; ^~~~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c:1758:16: warning: unused variable ‘subjList’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c:1758:16: warning: unused variable ‘subjList’ [-Wunused-variable] struct Node *subjList=NULL; ^~~~~~~~ At top level: -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/create_xgrid.c:1780:14: warning: ‘first_call’ defined but not used [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/create_xgrid.c:1780:14: warning: ‘first_call’ defined but not used [-Wunused-variable] static int first_call=1; ^~~~~~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/interp.c: In function ‘cubic_spline_sp’: -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/interp.c:50:21: warning: variable ‘khi’ set but not used [-Wunused-but-set-variable] +[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/interp.c: In function ‘cubic_spline_sp’: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/interp.c:50:21: warning: variable ‘khi’ set but not used [-Wunused-but-set-variable] int i, k, n, klo, khi, kmax; ^~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/interp.c: In function ‘linear_vertical_interp’: -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/interp.c:357:15: warning: unused variable ‘i’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/interp.c: In function ‘linear_vertical_interp’: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/interp.c:357:15: warning: unused variable ‘i’ [-Wunused-variable] int n1, n2, i, n, k, l; ^ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/interp.c:357:11: warning: unused variable ‘n2’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/interp.c:357:11: warning: unused variable ‘n2’ [-Wunused-variable] int n1, n2, i, n, k, l; ^~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/interp.c:357:7: warning: unused variable ‘n1’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/interp.c:357:7: warning: unused variable ‘n1’ [-Wunused-variable] int n1, n2, i, n, k, l; ^~ -[ 74%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 74%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/mosaic_util.c: In function ‘setInbound’: -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/mosaic_util.c:1261:23: warning: unused variable ‘next_is_inside’ [-Wunused-variable] +[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 74%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/mosaic_util.c: In function ‘setInbound’: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/mosaic_util.c:1237:23: warning: unused variable ‘next_is_inside’ [-Wunused-variable] int prev_is_inside, next_is_inside; ^~~~~~~~~~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/mosaic_util.c:1261:7: warning: unused variable ‘prev_is_inside’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/mosaic_util.c:1237:7: warning: unused variable ‘prev_is_inside’ [-Wunused-variable] int prev_is_inside, next_is_inside; ^~~~~~~~~~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/read_mosaic.c: In function ‘read_mosaic_grid_data’: -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/read_mosaic.c:837:29: warning: ‘%s’ directive writing up to 254 bytes into a region of size between 0 and 254 [-Wformat-overflow=] +[ 74%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/read_mosaic.c: In function ‘read_mosaic_grid_data’: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/read_mosaic.c:837:29: warning: ‘%s’ directive writing up to 254 bytes into a region of size between 0 and 254 [-Wformat-overflow=] sprintf(tilefile, "%s/%s", dir, gridfile); ^~ ~~~~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mosaic/read_mosaic.c:837:7: note: ‘sprintf’ output between 2 and 510 bytes into a destination of size 255 +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mosaic/read_mosaic.c:837:7: note: ‘sprintf’ output between 2 and 510 bytes into a destination of size 255 sprintf(tilefile, "%s/%s", dir, gridfile); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -[ 74%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 75%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 75%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 75%] Linking Fortran static library FMS/libfms.a -[ 75%] Built target fms +[ 74%] Linking Fortran static library FMS/libfms.a +[ 74%] Built target fms Scanning dependencies of target io -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o Scanning dependencies of target fv3core -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_arrays.F90:47:30: +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_arrays.F90:47:30: real, parameter:: real_snan=x'FFBFFFFF' 1 Warning: BOZ literal at (1) is bitwise transferred non-integer symbol ‘real_snan’ [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_arrays.F90:52:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_arrays.F90:52:26: real, parameter:: i4_in=-huge(1) 1 Warning: Change of value in conversion from ‘INTEGER(4)’ to ‘REAL(4)’ at (1) [-Wconversion] -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_arrays.F90:2015:84: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_arrays.F90:2015:84: subroutine allocate_fv_nest_BC_type_3D(BC,is,ie,js,je,isd,ied,jsd,jed,npx,npy,npz,ng,ns,istag,jstag,dummy) 1 Warning: Unused dummy argument ‘ng’ at (1) [-Wunused-dummy-argument] -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_fill.F90:60:23: - - integer i, k, ic, k1 - 1 -Warning: Unused variable ‘k1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_nemsio.F90:725:32: +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_nemsio.F90:725:32: vcoord(k,1,1) = ak8(kz-k+1) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_nemsio.F90:728:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_nemsio.F90:728:30: vcoord(:,1,1) = ak8(:) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_nemsio.F90:738:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_nemsio.F90:738:32: vcoord(k,2,1) = bk8(kz-k+1) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_nemsio.F90:741:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_nemsio.F90:741:30: vcoord(:,2,1) = bk8(:) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_nemsio.F90:387:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_nemsio.F90:387:32: arrayr42d(m,n) = arrayr82d(m,n) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_nemsio.F90:474:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_nemsio.F90:474:35: arrayr42d(m,n) = arrayr83d(m,n,k) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_nemsio.F90:12:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_fill.F90:60:23: + + integer i, k, ic, k1 + 1 +Warning: Unused variable ‘k1’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_nemsio.F90:12:30: logical :: first_nemsio_call 1 Warning: Unused PRIVATE module variable ‘first_nemsio_call’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_nemsio.F90:15:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_nemsio.F90:15:24: logical :: hydrostatic 1 @@ -25808,955 +25806,955 @@ Warning: Unused PRIVATE module variable ‘hydrostatic’ declared at (1) [-Wunu mpif.h:561:54: Warning: Unused PRIVATE module variable ‘mpi_statuses_ignore’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_nemsio.F90:16:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_nemsio.F90:16:34: real(kind=ESMF_KIND_R4) :: varr4 1 Warning: Unused PRIVATE module variable ‘varr4’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_nemsio.F90:548:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_nemsio.F90:548:47: character(80) attName, hydrostatics, fldname 1 Warning: Unused variable ‘fldname’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_nemsio.F90:548:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_nemsio.F90:548:38: character(80) attName, hydrostatics, fldname 1 Warning: Unused variable ‘hydrostatics’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_nemsio.F90:286:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_nemsio.F90:286:17: real fhour 1 Warning: Unused variable ‘fhour’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_nemsio.F90:284:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_nemsio.F90:284:16: integer i,ii,j,m,n,k, k1,k2,k3,jrec, nfseconds, nofsync, FFSYNC 1 Warning: Unused variable ‘ii’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_nemsio.F90:284:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_nemsio.F90:284:18: integer i,ii,j,m,n,k, k1,k2,k3,jrec, nfseconds, nofsync, FFSYNC 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_nemsio.F90:66:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_nemsio.F90:66:67: real(ESMF_KIND_R8), dimension(:,:), pointer :: lonPtr, latPtr 1 Warning: Unused variable ‘latptr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_nemsio.F90:66:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_nemsio.F90:66:59: real(ESMF_KIND_R8), dimension(:,:), pointer :: lonPtr, latPtr 1 Warning: Unused variable ‘lonptr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_nemsio.F90:58:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_nemsio.F90:58:27: integer i,j, nfld, nidx, nlen 1 Warning: Unused variable ‘nidx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_nemsio.F90:524:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_nemsio.F90:524:0: subroutine write_nemaio_final() Warning: ‘write_nemaio_final’ defined but not used [-Wunused-function] -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_netcdf.F90:1:29: +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_netcdf.F90:1:29: !#define ESMF_ERR_ABORT(rc) \ Warning: backslash and newline separated by space -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90:161:28: - - subroutine diag_zero (Diag) - 1 -Warning: Unused dummy argument ‘diag’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90:148:30: - - subroutine diag_create (Diag, IM, Ntracers) - 1 -Warning: Unused dummy argument ‘diag’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90:148:34: - - subroutine diag_create (Diag, IM, Ntracers) - 1 -Warning: Unused dummy argument ‘im’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90:148:44: - - subroutine diag_create (Diag, IM, Ntracers) - 1 -Warning: Unused dummy argument ‘ntracers’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:352:17: +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:352:17: integer:: i,j 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:352:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:352:19: integer:: i,j 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:281:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:281:30: real*4:: wk4(im,jm,km,4) 1 Warning: Unused variable ‘wk4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:252:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:252:40: real(kind=4), dimension(1) :: time 1 Warning: Unused variable ‘time’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:159:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:159:40: real(kind=4), dimension(1) :: time 1 Warning: Unused variable ‘time’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:136:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:136:54: subroutine get_var2_real( ncid, var_name, im, jm, var2 ) 1 Warning: Unused dummy argument ‘jm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:275:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:275:0: subroutine get_var4_real( ncid, var4_name, im, jm, km, nt, var4 ) Warning: ‘get_var4_real’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:317:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:317:0: subroutine get_var4_double( ncid, var4_name, im, jm, km, nt, var4 ) Warning: ‘get_var4_double’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:344:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:344:0: subroutine get_real3( ncid, var4_name, im, jm, nt, var4 ) Warning: ‘get_real3’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:382:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:382:0: subroutine get_var_att_str(ncid, var_name, att_name, att) Warning: ‘get_var_att_str’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:428:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:428:0: subroutine calendar(year, month, day, hour) Warning: ‘calendar’ defined but not used [-Wunused-function] -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90:161:28: + + subroutine diag_zero (Diag) + 1 +Warning: Unused dummy argument ‘diag’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90:148:30: + + subroutine diag_create (Diag, IM, Ntracers) + 1 +Warning: Unused dummy argument ‘diag’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90:148:34: + + subroutine diag_create (Diag, IM, Ntracers) + 1 +Warning: Unused dummy argument ‘im’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90:148:44: + + subroutine diag_create (Diag, IM, Ntracers) + 1 +Warning: Unused dummy argument ‘ntracers’ at (1) [-Wunused-dummy-argument] +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_netcdf.F90:514:26: + + integer :: i, attcount, n, dim_varid + 1 +Warning: Unused variable ‘attcount’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_netcdf.F90:516:41: + + character(len=ESMF_MAXSTR) :: attName + 1 +Warning: Unused variable ‘attname’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_netcdf.F90:514:16: + + integer :: i, attcount, n, dim_varid + 1 +Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_netcdf.F90:522:61: + + character(len=ESMF_MAXSTR), allocatable :: valueListC(:) + 1 +Warning: Unused variable ‘valuelistc’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_netcdf.F90:519:42: + + integer, allocatable :: valueListI(:) + 1 +Warning: Unused variable ‘valuelisti’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_netcdf.F90:393:34: + + real(ESMF_KIND_R4) :: varr4val + 1 +Warning: Unused variable ‘varr4val’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_netcdf.F90:395:34: + + real(ESMF_KIND_R8) :: varr8val + 1 +Warning: Unused variable ‘varr8val’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_netcdf.F90:36:24: + + integer :: i,j,m,n,k + 1 +Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_netcdf.F90:69:43: + + integer :: im_varid, jm_varid, lm_varid, time_varid, lon_varid, lat_varid + 1 +Warning: Unused variable ‘lm_varid’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_netcdf.F90:36:20: + + integer :: i,j,m,n,k + 1 +Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_netcdf.F90:25:64: + + subroutine write_netcdf(fieldbundle, wrtfb, filename, mpi_comm, mype, im, jm, rc) + 1 +Warning: Unused dummy argument ‘mpi_comm’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_netcdf.F90:59:57: + + real(4) :: varr4val, scale_fact, compress_err, offset, dataMin, dataMax + 1 +Warning: Unused variable ‘offset’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_netcdf.F90:59:35: + + real(4) :: varr4val, scale_fact, compress_err, offset, dataMin, dataMax + 1 +Warning: Unused variable ‘scale_fact’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_netcdf.F90:63:32: + + character(128) :: time_units + 1 +Warning: Unused variable ‘time_units’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_netcdf.F90:69:55: + + integer :: im_varid, jm_varid, lm_varid, time_varid, lon_varid, lat_varid + 1 +Warning: Unused variable ‘time_varid’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_netcdf.F90:562:0: + + subroutine nccheck(status) + +Warning: ‘nccheck’ defined but not used [-Wunused-function] /glade/u/apps/ch/opt/mpt/2.19/include/mpif.h:561:54: integer MPI_STATUSES_IGNORE(MPI_STATUS_SIZE,1) 1 Warning: Unused PRIVATE module variable ‘mpi_statuses_ignore’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:126:76: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:126:76: type(nest_domain_type), allocatable, dimension(:) :: nest_domain 1 Warning: Unused PRIVATE module variable ‘nest_domain’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:127:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:127:29: integer :: this_pe_grid = 0 1 Warning: Unused PRIVATE module variable ‘this_pe_grid’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1300:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1300:21: integer :: i,j,k 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1300:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1300:23: integer :: i,j,k 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1260:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1260:21: integer :: i,j,k 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1260:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1260:23: integer :: i,j,k 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1228:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1228:21: integer :: i,j 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1228:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1228:23: integer :: i,j 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1196:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1196:21: integer :: i,j 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1196:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1196:23: integer :: i,j 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:985:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:985:66: subroutine switch_current_domain(new_domain,new_domain_for_coupler) 1 Warning: Unused dummy argument ‘new_domain_for_coupler’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:965:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:965:18: integer :: n, i1, i2, j1, j2, i 1 Warning: Unused variable ‘i1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:965:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:965:22: integer :: n, i1, i2, j1, j2, i 1 Warning: Unused variable ‘i2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:965:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:965:26: integer :: n, i1, i2, j1, j2, i 1 Warning: Unused variable ‘j1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:965:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:965:30: integer :: n, i1, i2, j1, j2, i 1 Warning: Unused variable ‘j2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:821:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:821:20: integer :: dirflag 1 Warning: Unused variable ‘dirflag’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:366:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:366:18: integer i 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:370:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:370:42: logical, pointer :: square_domain 1 Warning: Unused variable ‘square_domain’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:268:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:268:23: integer :: ios 1 Warning: Unused variable ‘ios’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_netcdf.F90:514:26: +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/post_gfs_stub.F90:43:56: - integer :: i, attcount, n, dim_varid - 1 -Warning: Unused variable ‘attcount’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_netcdf.F90:516:41: - - character(len=ESMF_MAXSTR) :: attName - 1 -Warning: Unused variable ‘attname’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_netcdf.F90:514:16: - - integer :: i, attcount, n, dim_varid - 1 -Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_netcdf.F90:522:61: - - character(len=ESMF_MAXSTR), allocatable :: valueListC(:) - 1 -Warning: Unused variable ‘valuelistc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_netcdf.F90:519:42: - - integer, allocatable :: valueListI(:) - 1 -Warning: Unused variable ‘valuelisti’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_netcdf.F90:393:34: - - real(ESMF_KIND_R4) :: varr4val - 1 -Warning: Unused variable ‘varr4val’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_netcdf.F90:395:34: - - real(ESMF_KIND_R8) :: varr8val - 1 -Warning: Unused variable ‘varr8val’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_netcdf.F90:36:24: + subroutine post_getattr_gfs(wrt_int_state, fldbundle) + 1 +Warning: Unused dummy argument ‘fldbundle’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/post_gfs_stub.F90:43:45: - integer :: i,j,m,n,k - 1 -Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_netcdf.F90:69:43: + subroutine post_getattr_gfs(wrt_int_state, fldbundle) + 1 +Warning: Unused dummy argument ‘wrt_int_state’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/post_gfs_stub.F90:16:64: - integer :: im_varid, jm_varid, lm_varid, time_varid, lon_varid, lat_varid - 1 -Warning: Unused variable ‘lm_varid’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_netcdf.F90:36:20: + subroutine post_run_gfs(wrt_int_state,mypei,mpicomp,lead_write, & + 1 +Warning: Unused dummy argument ‘lead_write’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/post_gfs_stub.F90:16:53: - integer :: i,j,m,n,k - 1 -Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_netcdf.F90:25:64: + subroutine post_run_gfs(wrt_int_state,mypei,mpicomp,lead_write, & + 1 +Warning: Unused dummy argument ‘mpicomp’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/post_gfs_stub.F90:17:19: - subroutine write_netcdf(fieldbundle, wrtfb, filename, mpi_comm, mype, im, jm, rc) - 1 -Warning: Unused dummy argument ‘mpi_comm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_netcdf.F90:59:57: + mynfhr,mynfmin,mynfsec) + 1 +Warning: Unused dummy argument ‘mynfhr’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/post_gfs_stub.F90:17:27: - real(4) :: varr4val, scale_fact, compress_err, offset, dataMin, dataMax - 1 -Warning: Unused variable ‘offset’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_netcdf.F90:59:35: + mynfhr,mynfmin,mynfsec) + 1 +Warning: Unused dummy argument ‘mynfmin’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/post_gfs_stub.F90:17:35: - real(4) :: varr4val, scale_fact, compress_err, offset, dataMin, dataMax + mynfhr,mynfmin,mynfsec) 1 -Warning: Unused variable ‘scale_fact’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_netcdf.F90:63:32: - - character(128) :: time_units - 1 -Warning: Unused variable ‘time_units’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_netcdf.F90:69:55: +Warning: Unused dummy argument ‘mynfsec’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/post_gfs_stub.F90:16:45: - integer :: im_varid, jm_varid, lm_varid, time_varid, lon_varid, lat_varid - 1 -Warning: Unused variable ‘time_varid’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_netcdf.F90:562:0: + subroutine post_run_gfs(wrt_int_state,mypei,mpicomp,lead_write, & + 1 +Warning: Unused dummy argument ‘mypei’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/post_gfs_stub.F90:16:39: - subroutine nccheck(status) - -Warning: ‘nccheck’ defined but not used [-Wunused-function] -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:255:22: + subroutine post_run_gfs(wrt_int_state,mypei,mpicomp,lead_write, & + 1 +Warning: Unused dummy argument ‘wrt_int_state’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:255:22: xsort(1)=agrid(i ,j ,1); ysort(1)=agrid(i ,j ,2); isort(1)=i ; jsort(1)=j 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:255:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:255:49: xsort(1)=agrid(i ,j ,1); ysort(1)=agrid(i ,j ,2); isort(1)=i ; jsort(1)=j 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:256:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:256:22: xsort(2)=agrid(i ,j-1,1); ysort(2)=agrid(i ,j-1,2); isort(2)=i ; jsort(2)=j-1 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:256:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:256:49: xsort(2)=agrid(i ,j-1,1); ysort(2)=agrid(i ,j-1,2); isort(2)=i ; jsort(2)=j-1 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:257:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:257:22: xsort(3)=agrid(i-1,j-1,1); ysort(3)=agrid(i-1,j-1,2); isort(3)=i-1; jsort(3)=j-1 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:257:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:257:49: xsort(3)=agrid(i-1,j-1,1); ysort(3)=agrid(i-1,j-1,2); isort(3)=i-1; jsort(3)=j-1 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:258:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:258:22: xsort(4)=agrid(i-1,j ,1); ysort(4)=agrid(i-1,j ,2); isort(4)=i-1; jsort(4)=j 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:258:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:258:49: xsort(4)=agrid(i-1,j ,1); ysort(4)=agrid(i-1,j ,2); isort(4)=i-1; jsort(4)=j 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:268:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:268:19: xsort(1)=agrid(i ,j ,1); ysort(1)=agrid(i ,j ,2); isort(1)=i ; jsort(1)=j 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:268:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:268:46: xsort(1)=agrid(i ,j ,1); ysort(1)=agrid(i ,j ,2); isort(1)=i ; jsort(1)=j 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:269:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:269:19: xsort(2)=agrid(i ,j-1,1); ysort(2)=agrid(i ,j-1,2); isort(2)=i ; jsort(2)=j-1 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:269:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:269:46: xsort(2)=agrid(i ,j-1,1); ysort(2)=agrid(i ,j-1,2); isort(2)=i ; jsort(2)=j-1 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:270:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:270:19: xsort(3)=agrid(i-1,j ,1); ysort(3)=agrid(i-1,j ,2); isort(3)=i-1; jsort(3)=j 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:270:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:270:46: xsort(3)=agrid(i-1,j ,1); ysort(3)=agrid(i-1,j ,2); isort(3)=i-1; jsort(3)=j 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:278:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:278:19: xsort(1)=agrid(i ,j ,1); ysort(1)=agrid(i ,j ,2); isort(1)=i ; jsort(1)=j 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:278:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:278:46: xsort(1)=agrid(i ,j ,1); ysort(1)=agrid(i ,j ,2); isort(1)=i ; jsort(1)=j 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:279:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:279:19: xsort(2)=agrid(i-1,j ,1); ysort(2)=agrid(i-1,j ,2); isort(2)=i-1; jsort(2)=j 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:279:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:279:46: xsort(2)=agrid(i-1,j ,1); ysort(2)=agrid(i-1,j ,2); isort(2)=i-1; jsort(2)=j 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:280:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:280:19: xsort(3)=agrid(i-1,j-1,1); ysort(3)=agrid(i-1,j-1,2); isort(3)=i-1; jsort(3)=j-1 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:280:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:280:46: xsort(3)=agrid(i-1,j-1,1); ysort(3)=agrid(i-1,j-1,2); isort(3)=i-1; jsort(3)=j-1 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:288:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:288:19: xsort(1)=agrid(i-1,j-1,1); ysort(1)=agrid(i-1,j-1,2); isort(1)=i-1; jsort(1)=j-1 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:288:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:288:46: xsort(1)=agrid(i-1,j-1,1); ysort(1)=agrid(i-1,j-1,2); isort(1)=i-1; jsort(1)=j-1 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:289:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:289:19: xsort(2)=agrid(i ,j-1,1); ysort(2)=agrid(i ,j-1,2); isort(2)=i ; jsort(2)=j-1 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:289:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:289:46: xsort(2)=agrid(i ,j-1,1); ysort(2)=agrid(i ,j-1,2); isort(2)=i ; jsort(2)=j-1 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:290:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:290:19: xsort(3)=agrid(i-1,j ,1); ysort(3)=agrid(i-1,j ,2); isort(3)=i-1; jsort(3)=j 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:290:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:290:46: xsort(3)=agrid(i-1,j ,1); ysort(3)=agrid(i-1,j ,2); isort(3)=i-1; jsort(3)=j 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:298:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:298:19: xsort(1)=agrid(i ,j ,1); ysort(1)=agrid(i ,j ,2); isort(1)=i ; jsort(1)=j 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:298:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:298:46: xsort(1)=agrid(i ,j ,1); ysort(1)=agrid(i ,j ,2); isort(1)=i ; jsort(1)=j 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:299:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:299:19: xsort(2)=agrid(i-1,j-1,1); ysort(2)=agrid(i-1,j-1,2); isort(2)=i-1; jsort(2)=j-1 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:299:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:299:46: xsort(2)=agrid(i-1,j-1,1); ysort(2)=agrid(i-1,j-1,2); isort(2)=i-1; jsort(2)=j-1 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:300:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:300:19: xsort(3)=agrid(i ,j-1,1); ysort(3)=agrid(i ,j-1,2); isort(3)=i ; jsort(3)=j-1 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:300:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:300:46: xsort(3)=agrid(i ,j-1,1); ysort(3)=agrid(i ,j-1,2); isort(3)=i ; jsort(3)=j-1 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:67:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:67:22: xsort(1)=bgrid(i ,j ,1); ysort(1)=bgrid(i ,j ,2); isort(1)=i ; jsort(1)=j 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:67:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:67:49: xsort(1)=bgrid(i ,j ,1); ysort(1)=bgrid(i ,j ,2); isort(1)=i ; jsort(1)=j 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:68:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:68:22: xsort(2)=bgrid(i ,j+1,1); ysort(2)=bgrid(i ,j+1,2); isort(2)=i ; jsort(2)=j+1 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:68:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:68:49: xsort(2)=bgrid(i ,j+1,1); ysort(2)=bgrid(i ,j+1,2); isort(2)=i ; jsort(2)=j+1 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:69:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:69:22: xsort(3)=bgrid(i+1,j+1,1); ysort(3)=bgrid(i+1,j+1,2); isort(3)=i+1; jsort(3)=j+1 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:69:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:69:49: xsort(3)=bgrid(i+1,j+1,1); ysort(3)=bgrid(i+1,j+1,2); isort(3)=i+1; jsort(3)=j+1 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:70:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:70:22: xsort(4)=bgrid(i+1,j ,1); ysort(4)=bgrid(i+1,j ,2); isort(4)=i+1; jsort(4)=j 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:70:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/sorted_index.F90:70:49: xsort(4)=bgrid(i+1,j ,1); ysort(4)=bgrid(i+1,j ,2); isort(4)=i+1; jsort(4)=j 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/post_gfs_stub.F90:43:56: - - subroutine post_getattr_gfs(wrt_int_state, fldbundle) - 1 -Warning: Unused dummy argument ‘fldbundle’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/post_gfs_stub.F90:43:45: - - subroutine post_getattr_gfs(wrt_int_state, fldbundle) - 1 -Warning: Unused dummy argument ‘wrt_int_state’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/post_gfs_stub.F90:16:64: - - subroutine post_run_gfs(wrt_int_state,mypei,mpicomp,lead_write, & - 1 -Warning: Unused dummy argument ‘lead_write’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/post_gfs_stub.F90:16:53: - - subroutine post_run_gfs(wrt_int_state,mypei,mpicomp,lead_write, & - 1 -Warning: Unused dummy argument ‘mpicomp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/post_gfs_stub.F90:17:19: - - mynfhr,mynfmin,mynfsec) - 1 -Warning: Unused dummy argument ‘mynfhr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/post_gfs_stub.F90:17:27: - - mynfhr,mynfmin,mynfsec) - 1 -Warning: Unused dummy argument ‘mynfmin’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/post_gfs_stub.F90:17:35: - - mynfhr,mynfmin,mynfsec) - 1 -Warning: Unused dummy argument ‘mynfsec’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/post_gfs_stub.F90:16:45: - - subroutine post_run_gfs(wrt_int_state,mypei,mpicomp,lead_write, & - 1 -Warning: Unused dummy argument ‘mypei’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/post_gfs_stub.F90:16:39: - - subroutine post_run_gfs(wrt_int_state,mypei,mpicomp,lead_write, & - 1 -Warning: Unused dummy argument ‘wrt_int_state’ at (1) [-Wunused-dummy-argument] -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1524:16: +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1524:16: real :: eps = 1.d-7 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1571:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1571:16: do k=km-1, km-k_inc, -1 1 Warning: Deleted feature: End expression in DO loop at (1) must be integer -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1571:16: Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1575:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1571:16: Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1575:12: s_fac(km-k_inc-1) = 0.5*(s_fac(km-k_inc) + s_rate) 1 Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1575:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1575:37: s_fac(km-k_inc-1) = 0.5*(s_fac(km-k_inc) + s_rate) 1 Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1577:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1577:11: do k=km-k_inc-2, 5, -1 1 Warning: Deleted feature: Start expression in DO loop at (1) must be integer -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1577:11: Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2849:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1577:11: Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2849:32: real, allocatable:: delz(:,:,:) 1 Warning: Unused variable ‘delz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2848:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2848:20: logical:: filter_xy = .false. 1 Warning: Unused variable ‘filter_xy’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2855:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2855:24: integer ks(is:ie,js:je) 1 Warning: Unused variable ‘ks’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2856:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2856:24: integer i, j, k, ks_min, kint 1 Warning: Unused variable ‘ks_min’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2854:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2854:9: real sig, z_rat 1 Warning: Unused variable ‘sig’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2852:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2852:23: real:: z1(is:ie,js:je) 1 Warning: Unused variable ‘z1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2804:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2804:15: real dz0, dz1 1 Warning: Unused variable ‘dz1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2734:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2734:14: real dzt(km) 1 Warning: Unused variable ‘dzt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2738:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2738:26: integer k, k0, k1, k2, n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2532:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2532:20: real ep, es, alpha, beta, gama 1 Warning: Unused variable ‘alpha’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2532:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2532:26: real ep, es, alpha, beta, gama 1 Warning: Unused variable ‘beta’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2530:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2530:35: real, dimension(km):: s_fac, dlnp 1 Warning: Unused variable ‘dlnp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2532:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2532:9: real ep, es, alpha, beta, gama 1 Warning: Unused variable ‘ep’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2532:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2532:13: real ep, es, alpha, beta, gama 1 Warning: Unused variable ‘es’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2529:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2529:44: real, dimension(km+1):: ze, pe1, peln, eta 1 Warning: Unused variable ‘eta’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2532:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2532:32: real ep, es, alpha, beta, gama 1 Warning: Unused variable ‘gama’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2529:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2529:33: real, dimension(km+1):: ze, pe1, peln, eta 1 Warning: Unused variable ‘pe1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2529:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2529:39: real, dimension(km+1):: ze, pe1, peln, eta 1 Warning: Unused variable ‘peln’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2531:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2531:9: real t0, dz0, sum1, tmp1 1 Warning: Unused variable ‘t0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2531:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2531:26: real t0, dz0, sum1, tmp1 1 Warning: Unused variable ‘tmp1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:448:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:448:31: real press(km+1), pt1(km) 1 Warning: Unused variable ‘pt1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1538:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1538:0: subroutine var_les(km, ak, bk, ptop, ks, pint, s_rate) Warning: ‘var_les’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2040:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2040:0: subroutine var_hi2(km, ak, bk, ptop, ks, pint, s_rate) Warning: ‘var_hi2’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2360:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2360:0: subroutine var55_dz(km, ak, bk, ptop, ks, pint, s_rate) Warning: ‘var55_dz’ defined but not used [-Wunused-function] -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:258:20: +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:258:20: tmpmax = accum(n)%usr 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:261:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:261:20: tmpmax = accum(n)%sys 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:59:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:59:35: real , private :: etime 1 Warning: Unused PRIVATE module variable ‘etime’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:61:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:61:39: real , private :: tarray(2) 1 Warning: Unused PRIVATE module variable ‘tarray’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:70:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:70:46: real , private :: us_tmp1(nblks,2) 1 Warning: Unused PRIVATE module variable ‘us_tmp1’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:71:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:71:46: real , private :: us_tmp2(nblks,2) 1 Warning: Unused PRIVATE module variable ‘us_tmp2’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:253:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:253:30: type (tms) :: others, tmp(nblks) 1 Warning: Unused variable ‘others’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:187:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:187:21: integer :: C, R, M 1 Warning: Unused variable ‘c’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:187:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:187:27: integer :: C, R, M 1 Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:187:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:187:24: integer :: C, R, M 1 Warning: Unused variable ‘r’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:127:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:127:21: integer :: C, R, M 1 Warning: Unused variable ‘c’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:130:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:130:21: integer ierr 1 Warning: Unused variable ‘ierr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:127:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:127:27: integer :: C, R, M 1 Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:127:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:127:24: integer :: C, R, M 1 Warning: Unused variable ‘r’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:81:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:81:22: integer :: C, R, M 1 Warning: Unused variable ‘c’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:81:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:81:28: integer :: C, R, M 1 Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:81:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:81:25: integer :: C, R, M 1 Warning: Unused variable ‘r’ declared at (1) [-Wunused-variable] -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1352:17: +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1352:17: it = ap1 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1372:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1372:20: it = ap1 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1389:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1389:32: real esbasw, tbasw, esbasi, tbasi, Tmin, tem, aa, b, c, d, e, esh20 1 Warning: Unused variable ‘esbasi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1389:73: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1389:73: real esbasw, tbasw, esbasi, tbasi, Tmin, tem, aa, b, c, d, e, esh20 1 Warning: Unused variable ‘esh20’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1390:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1390:21: real wice, wh2o 1 Warning: Unused variable ‘wh2o’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1390:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1390:15: real wice, wh2o 1 Warning: Unused variable ‘wice’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1336:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1336:21: integer i, k, it, n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:148:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:148:53: integer i, j, k, kk, n, m, iq, km1, im, kbot, l 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:115:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:115:63: hydrostatic, w, delz, u_dt, v_dt, t_dt, k_bot ) 1 Warning: Unused dummy argument ‘t_dt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:146:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:146:63: real tv1, tv2, g2, h0, mc, fra, rk, rz, rdt, tvd, tv_surf 1 Warning: Unused variable ‘tv_surf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:146:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:146:54: real tv1, tv2, g2, h0, mc, fra, rk, rz, rdt, tvd, tv_surf 1 Warning: Unused variable ‘tvd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1411:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1411:0: subroutine qs_table_m(n,table) Warning: ‘qs_table_m’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:2801:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:2801:19: ASLAT(J)=ASLATD(J) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:2816:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:2816:19: ASLAT(J)=COS((J-1)*DLT) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:2834:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:2834:19: ASLAT(J)=COS((J-0.5)*DLT) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1674:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1674:37: uwind3dr4(i,j,k) = cart3dPtr3dr4(1,i,j,k) * coslon & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1676:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1676:36: vwind3dr4(i,j,k) =-cart3dPtr3dr4(1,i,j,k) * sinlat*sinlon & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1705:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1705:35: uwind2dr4(i,j) = cart3dPtr2dr4(1,i,j) * coslon & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1707:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1707:34: vwind2dr4(i,j) =-cart3dPtr2dr4(1,i,j) * sinlat*sinlon & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1252:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1252:19: nf_seconds = nf_hours*3600+nf_minuteS*60+nseconds+real(nseconds_num)/real(nseconds_den) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1264:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1264:15: ndig = max(log10(nf_hours+0.5)+1., 3.) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1268:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1268:15: ndig = max(log10(nf_hours+0.5)+1., 3.) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:322:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:322:21: lat(j) = asin(slat(j)) * radi 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:326:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:326:27: lat(jmo-j+1) = asin(slat(j)) * radi 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:365:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:365:40: wrt_int_state%latPtr(i,j) = latPtr(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:366:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:366:40: wrt_int_state%lonPtr(i,j) = lonPtr(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:403:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:403:40: wrt_int_state%latPtr(i,j) = latPtr(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:404:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:404:40: wrt_int_state%lonPtr(i,j) = lonPtr(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:83:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:83:38: REAL(KIND=8) :: btim,btim0 1 Warning: Unused PRIVATE module variable ‘btim’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:71:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:71:37: logical,save :: first_init=.false. 1 Warning: Unused PRIVATE module variable ‘first_init’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:72:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:72:36: logical,save :: first_run=.false. 1 @@ -26764,8593 +26762,8368 @@ Warning: Unused PRIVATE module variable ‘first_run’ declared at (1) [-Wunuse mpif.h:561:54: Warning: Unused PRIVATE module variable ‘mpi_statuses_ignore’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:77:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:77:55: type(wrt_internal_state),pointer :: wrt_int_state ! The internal state pointer. 1 Warning: Unused PRIVATE module variable ‘wrt_int_state’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:3068:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:3068:34: integer :: i,j,n,idx 1 Warning: Unused variable ‘idx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:3026:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:3026:58: real(ESMF_KIND_R8) :: en,f,rho,rho0, dlon, theta, xp, yp 1 Warning: Unused variable ‘xp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:3026:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:3026:62: real(ESMF_KIND_R8) :: en,f,rho,rho0, dlon, theta, xp, yp 1 Warning: Unused variable ‘yp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:2871:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:2871:33: real(8) :: dlt,d1=1.d0 1 Warning: Unused variable ‘d1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:2872:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:2872:37: integer(4) :: jhe,jho,j0=0 1 Warning: Unused variable ‘j0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:2876:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:2876:19: integer jh,js,n,j 1 Warning: Unused variable ‘js’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:2761:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:2761:33: real(8) :: dlt,d1=1.d0 1 Warning: Unused variable ‘d1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:2762:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:2762:37: integer :: jhe,jho,j0=0 1 Warning: Unused variable ‘j0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:2766:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:2766:19: integer jh,js,n,j 1 Warning: Unused variable ‘js’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:2581:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:2581:50: character(800) :: msg 1 Warning: Unused variable ‘msg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:2064:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:2064:60: subroutine ioCompRun(comp, importState, exportState, clock, rc) 1 Warning: Unused dummy argument ‘clock’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:2064:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:2064:53: subroutine ioCompRun(comp, importState, exportState, clock, rc) 1 Warning: Unused dummy argument ‘exportstate’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1777:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1777:52: character(1024) :: msgString 1 Warning: Unused variable ‘msgstring’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1576:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2582:52: + + buffer_phys_bl(i,j,nstt(idx)+k-1) = work(i-isco+1,j-jsco+1,k) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2591:52: + + buffer_phys_nb(i,j,nstt(idx)+k-1) = work(i-isco+1,j-jsco+1,k) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2601:52: + + buffer_phys_bl(i,j,nstt(idx)+k-1) = work(i-isco+1,j-jsco+1,k) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2639:53: + + buffer_phys_windvect(1,i,j,nv) = uwork3d(i,j,k)*coslon(i,j) & + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2641:53: + + buffer_phys_windvect(2,i,j,nv) = uwork3d(i,j,k)*sinlon(i,j) & + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2643:53: + + buffer_phys_windvect(3,i,j,nv) = work(i1,j1,k)*coslat(i,j) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2501:46: + + buffer_phys_bl(i,j,nstt(idx)) = work(i-isco+1,j-jsco+1) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2508:46: + + buffer_phys_nb(i,j,nstt(idx)) = work(i-isco+1,j-jsco+1) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2516:46: + + buffer_phys_bl(i,j,nstt(idx)) = work(i-isco+1,j-jsco+1) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2542:51: + + buffer_phys_windvect(1,i,j,nv) = uwork(i,j)*coslon - work(i1,j1)*sinlat*sinlon + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2543:51: + + buffer_phys_windvect(2,i,j,nv) = uwork(i,j)*sinlon + work(i1,j1)*sinlat*coslon + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2544:71: + + buffer_phys_windvect(3,i,j,nv) = work(i1,j1)*cos(lat(i,j)) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2127:13: + + dtp = Model%dtp + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1576:70: real(ESMF_KIND_R8), dimension(:,:,:,:), pointer :: cart3dPtr3dr8 1 Warning: Unused variable ‘cart3dptr3dr8’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1563:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1563:51: integer istart,iend,jstart,jend,kstart,kend,km 1 Warning: Unused variable ‘km’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1503:79: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:1088:21: + + vegtyp = Sfcprop(nb)%vtype(ix) + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:1226:41: + + vegtyp = Sfcprop(nb)%vtype(ix) + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:1353:25: + + soiltyp = Sfcprop(nb)%stype(ix) + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1503:79: subroutine wrt_finalize(wrt_comp, imp_state_write, exp_state_write, clock, rc) 1 Warning: Unused dummy argument ‘clock’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1503:72: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1503:72: subroutine wrt_finalize(wrt_comp, imp_state_write, exp_state_write, clock, rc) 1 Warning: Unused dummy argument ‘exp_state_write’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1503:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1503:55: subroutine wrt_finalize(wrt_comp, imp_state_write, exp_state_write, clock, rc) 1 Warning: Unused dummy argument ‘imp_state_write’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1131:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1131:57: type(ESMF_Array) :: array_work 1 Warning: Unused variable ‘array_work’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1162:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1162:57: integer :: attrValueI 1 Warning: Unused variable ‘attrvaluei’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1163:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1163:57: real :: attrValueR 1 Warning: Unused variable ‘attrvaluer’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1161:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1161:57: character(80) :: attrValueS 1 Warning: Unused variable ‘attrvalues’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1158:72: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1158:72: character(esmf_maxstr) :: filename,compname,bundle_name 1 Warning: Unused variable ‘bundle_name’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1176:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1176:68: real(kind=ESMF_KIND_R8), dimension(:,:,:), pointer :: datar8 1 Warning: Unused variable ‘datar8’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1177:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1177:70: real(kind=ESMF_KIND_R8), dimension(:,:), pointer :: datar82d 1 Warning: Unused variable ‘datar82d’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1128:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1128:55: type(ESMF_TypeKind_Flag) :: datatype 1 Warning: Unused variable ‘datatype’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1152:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1152:53: REAL :: DEGRAD 1 Warning: Unused variable ‘degrad’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1175:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1175:34: integer fieldcount, dimCount 1 Warning: Unused variable ‘dimcount’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1170:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1170:40: real(kind=8) :: times,times2,etim 1 Warning: Unused variable ‘etim’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1110:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1110:67: subroutine wrt_run(wrt_comp, imp_state_write, exp_state_write,clock,rc) 1 Warning: Unused dummy argument ‘exp_state_write’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1129:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1129:57: type(ESMF_Field) :: field_work 1 Warning: Unused variable ‘field_work’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1175:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1175:24: integer fieldcount, dimCount 1 Warning: Unused variable ‘fieldcount’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1156:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1156:57: logical,save :: file_first=.true. 1 Warning: Unused variable ‘file_first’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1155:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1155:52: logical,save :: first=.true. 1 Warning: Unused variable ‘first’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1130:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1130:56: type(ESMF_Grid) :: grid_work, fbgrid 1 Warning: Unused variable ‘grid_work’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1149:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1149:56: integer :: nbdl, idx, date(6), ndig 1 Warning: Unused variable ‘idx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1139:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1139:53: integer,dimension(:),allocatable,save :: ih_int, ih_real 1 Warning: Unused variable ‘ih_int’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1139:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1139:62: integer,dimension(:),allocatable,save :: ih_int, ih_real 1 Warning: Unused variable ‘ih_real’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1143:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1143:50: integer :: i,j,n,mype,nolog 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1179:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1179:24: integer myattCount 1 Warning: Unused variable ‘myattcount’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1141:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1141:54: INTEGER,SAVE :: NPOSN_1,NPOSN_2 1 Warning: Unused variable ‘nposn_1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1141:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1141:62: INTEGER,SAVE :: NPOSN_1,NPOSN_2 1 Warning: Unused variable ‘nposn_2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1160:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1160:57: character(10) :: stepString 1 Warning: Unused variable ‘stepstring’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1172:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1172:32: real(kind=8) :: tbeg,tend 1 Warning: Unused variable ‘tend’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1171:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1171:28: character(10) :: timeb 1 Warning: Unused variable ‘timeb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1170:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1170:28: real(kind=8) :: times,times2,etim 1 Warning: Unused variable ‘times’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1170:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1170:35: real(kind=8) :: times,times2,etim 1 Warning: Unused variable ‘times2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:1169:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:1169:32: real(kind=8) :: wait_time, MPI_Wtime 1 Warning: Unused variable ‘wait_time’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:154:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:154:59: type(ESMF_Array) :: array_work, array 1 Warning: Unused variable ‘array_work’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:180:73: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:180:73: real, dimension(:), allocatable :: lat, lon, axesdata 1 Warning: Unused variable ‘axesdata’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:176:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:176:34: integer :: attCount, axeslen, jidx, noutfile 1 Warning: Unused variable ‘axeslen’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:151:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:151:68: character(40) :: fieldName, axesname,longname 1 Warning: Unused variable ‘axesname’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:188:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:188:42: type(ESMF_DataCopy_Flag) :: copyflag=ESMF_DATACOPY_REFERENCE 1 Warning: Unused variable ‘copyflag’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:130:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:130:74: subroutine wrt_initialize(wrt_comp, imp_state_write, exp_state_write, clock, rc) 1 Warning: Unused dummy argument ‘exp_state_write’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:155:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:155:62: type(ESMF_FieldBundle) :: fieldbdl_work 1 Warning: Unused variable ‘fieldbdl_work’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:194:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:194:54: logical,save :: first=.true. 1 Warning: Unused variable ‘first’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:147:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:147:54: integer :: ISTAT, tl, i, j, n, k 1 Warning: Unused variable ‘istat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:151:77: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:151:77: character(40) :: fieldName, axesname,longname 1 Warning: Unused variable ‘longname’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:197:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:197:24: integer myattCount 1 Warning: Unused variable ‘myattcount’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:160:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:160:62: type(ESMF_FieldBundle) :: fcstFB, wrtFB, fieldbundle 1 Warning: Unused variable ‘wrtfb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_wrt_grid_comp.F90:2737:0: - - subroutine splat4(idrt,jmax,aslat) - -Warning: ‘splat4’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2582:52: - - buffer_phys_bl(i,j,nstt(idx)+k-1) = work(i-isco+1,j-jsco+1,k) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2591:52: - - buffer_phys_nb(i,j,nstt(idx)+k-1) = work(i-isco+1,j-jsco+1,k) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2601:52: - - buffer_phys_bl(i,j,nstt(idx)+k-1) = work(i-isco+1,j-jsco+1,k) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2639:53: - - buffer_phys_windvect(1,i,j,nv) = uwork3d(i,j,k)*coslon(i,j) & - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2641:53: - - buffer_phys_windvect(2,i,j,nv) = uwork3d(i,j,k)*sinlon(i,j) & - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2643:53: - - buffer_phys_windvect(3,i,j,nv) = work(i1,j1,k)*coslat(i,j) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2501:46: - - buffer_phys_bl(i,j,nstt(idx)) = work(i-isco+1,j-jsco+1) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2508:46: - - buffer_phys_nb(i,j,nstt(idx)) = work(i-isco+1,j-jsco+1) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2516:46: - - buffer_phys_bl(i,j,nstt(idx)) = work(i-isco+1,j-jsco+1) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2542:51: - - buffer_phys_windvect(1,i,j,nv) = uwork(i,j)*coslon - work(i1,j1)*sinlat*sinlon - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2543:51: - - buffer_phys_windvect(2,i,j,nv) = uwork(i,j)*sinlon + work(i1,j1)*sinlat*coslon - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2544:71: - - buffer_phys_windvect(3,i,j,nv) = work(i1,j1)*cos(lat(i,j)) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2127:13: - - dtp = Model%dtp - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:1088:21: - - vegtyp = Sfcprop(nb)%vtype(ix) - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:1226:41: - - vegtyp = Sfcprop(nb)%vtype(ix) - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:1353:25: - - soiltyp = Sfcprop(nb)%stype(ix) - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:93:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:93:25: logical :: lprecip_accu 1 Warning: Unused PRIVATE module variable ‘lprecip_accu’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:111:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:111:34: logical :: module_is_initialized = .FALSE. 1 Warning: Unused PRIVATE module variable ‘module_is_initialized’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:94:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:94:36: character(len=64) :: Sprecip_accu 1 Warning: Unused PRIVATE module variable ‘sprecip_accu’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:86:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:86:31: real(kind=kind_phys) :: zhour 1 Warning: Unused PRIVATE module variable ‘zhour’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:3125:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:3125:28: integer i,in_num, out_num 1 Warning: Unused variable ‘out_num’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2927:82: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2927:82: kstt,phys_bundle,output_file,intpl_method,range,l2dvector,rcd) 1 Warning: Unused dummy argument ‘range’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2689:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2689:23: character(2) axis_id 1 Warning: Unused variable ‘axis_id’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2686:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2686:54: integer id, axis_length, direction, edges, axis_typ 1 Warning: Unused variable ‘axis_typ’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2688:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2688:22: integer currdate(6) 1 Warning: Unused variable ‘currdate’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2699:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2699:59: real(4),dimension(:,:),pointer :: dataPtr2d 1 Warning: Unused variable ‘dataptr2d’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2695:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2695:29: type(ESMF_Field) :: field 1 Warning: Unused variable ‘field’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2685:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2685:15: integer i, j, k, n, rc, idx, ibdl, nbdl 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2685:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2685:18: integer i, j, k, n, rc, idx, ibdl, nbdl 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2685:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2685:21: integer i, j, k, n, rc, idx, ibdl, nbdl 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2685:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2685:42: integer i, j, k, n, rc, idx, ibdl, nbdl 1 Warning: Unused variable ‘nbdl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2687:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2687:40: integer num_attributes, num_field_dyn 1 Warning: Unused variable ‘num_field_dyn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2572:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2572:20: integer k,j,i,kb,nv,i1,j1 1 Warning: Unused variable ‘kb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2492:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2492:13: integer k,j,i,kb,nv,i1,j1 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2492:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2492:20: integer k,j,i,kb,nv,i1,j1 1 Warning: Unused variable ‘kb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2220:73: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2220:73: subroutine fv3gfs_diag_output(time, diag, atm_block, nx, ny, levs, ntcw, ntoz, & 1 Warning: Unused dummy argument ‘ntcw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2220:79: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2220:79: subroutine fv3gfs_diag_output(time, diag, atm_block, nx, ny, levs, ntcw, ntoz, & 1 Warning: Unused dummy argument ‘ntoz’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2242:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2242:19: logical :: used 1 Warning: Unused variable ‘used’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2236:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2236:56: real(kind=kind_phys), dimension(nx*ny) :: var2p 1 Warning: Unused variable ‘var2p’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2237:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2237:56: real(kind=kind_phys), dimension(nx*ny,levs) :: var3p 1 Warning: Unused variable ‘var3p’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2235:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2235:28: character(len=2) :: xtra 1 Warning: Unused variable ‘xtra’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:2020:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:2020:62: subroutine phys_restart_write (IPD_Restart, Atm_block, Model, fv_domain, timestamp) 1 Warning: Unused dummy argument ‘model’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:1432:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:1432:22: integer :: i, j, k, nb, ix, lsoil, num 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:494:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_wrt_grid_comp.F90:2737:0: + + subroutine splat4(idrt,jmax,aslat) + +Warning: ‘splat4’ defined but not used [-Wunused-function] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:494:43: integer :: soiltyp,ns,imon,iter,imn 1 Warning: Unused variable ‘imon’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:476:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:476:22: integer :: i, j, k, ix, lsoil, num, nb 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/FV3GFS_io.F90:179:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/FV3GFS_io.F90:179:64: integer :: outunit, j, i, ix, nb, isc, iec, jsc, jec, lev, ct, l, ntr 1 Warning: Unused variable ‘ct’ declared at (1) [-Wunused-variable] -[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/ffsync.F90:26:26: +[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/ffsync.F90:26:26: integer :: cfd 1 Warning: Unused variable ‘cfd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/ffsync.F90:1:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/ffsync.F90:1:38: INTEGER FUNCTION FFSYNC(fn) 1 Warning: Unused dummy argument ‘fn’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/ffsync.F90:28:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/ffsync.F90:28:28: integer :: getfd 1 Warning: Unused variable ‘getfd’ declared at (1) [-Wunused-variable] -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:105:31: +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:105:31: real, parameter:: tiny_number=1.d-8 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:109:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:109:28: real, parameter:: ptop_min=1.d-8 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:3303:13: - - f(1,i) = f(1,i) - ap*e(1,i) - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:3304:13: - - f(2,i) = f(2,i) - ap*e(2,i) - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:3305:13: - - f(3,i) = f(3,i) - ap*e(3,i) - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2926:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2926:19: gsum = mpp_global_sum(domain, p(:,:)*area(ifirst:ilast,jfirst:jlast), & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2929:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2929:19: gsum = mpp_global_sum(domain, p(:,:)*area(ifirst:ilast,jfirst:jlast)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2938:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2938:22: gsum = gsum + p(i,j)*area(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2945:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2945:19: g_sum = gsum / global_area 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2896:15: - - cos_angle = angle - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2849:21: - - spherical_angle = angle - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1641:11: - - e(1) = e1 - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1642:11: - - e(2) = e2 - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1643:11: - - e(3) = e3 - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2029:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2029:31: great_circle_dist = radius * beta 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2031:31: +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2031:31: great_circle_dist = beta ! Returns the angle 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1745:13: - - xs(i) = lon - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1746:13: - - ys(i) = lat - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1749:17: - - q(k,i) = p(k) - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2622:17: - - ec(k) = ec(k) / dd ! cell center position - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2641:18: - - qq1(k) = qq1(k) / d1 - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2642:18: - - qq2(k) = qq2(k) / d2 - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2643:18: - - qq3(k) = qq3(k) / d3 - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2644:18: - - qq4(k) = qq4(k) / d4 - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2260:16: - - elon(1) = -sin_lon - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2261:17: - - elon(2) = cos_lon - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2264:16: - - elat(1) = -sin_lat*cos_lon - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2265:16: - - elat(2) = -sin_lat*sin_lon - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2266:17: - - elat(3) = cos_lat - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2327:23: +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2327:23: z11(i,j) = v_prod(ec1(1:3,i,j), vlon(i,j,1:3)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2328:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2328:23: z12(i,j) = v_prod(ec1(1:3,i,j), vlat(i,j,1:3)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2329:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2329:23: z21(i,j) = v_prod(ec2(1:3,i,j), vlon(i,j,1:3)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2330:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2330:23: z22(i,j) = v_prod(ec2(1:3,i,j), vlat(i,j,1:3)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2332:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2332:23: a11(i,j) = 0.5d0*z22(i,j) / gridstruct%sin_sg(i,j,5) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2333:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2333:22: a12(i,j) = -0.5d0*z12(i,j) / gridstruct%sin_sg(i,j,5) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2334:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2334:22: a21(i,j) = -0.5d0*z21(i,j) / gridstruct%sin_sg(i,j,5) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2335:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2335:23: a22(i,j) = 0.5d0*z11(i,j) / gridstruct%sin_sg(i,j,5) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1990:14: - - e(1) = e1 - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1991:14: - - e(2) = e2 - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1992:14: - - e(3) = e3 - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1861:14: - - e(k) = e(k) / pdot - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1428:19: - - theta(1,j) = theta(1,j-1) + dely - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1429:22: - - theta(in+1,j) = theta(in+1,j-1) + dely - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1434:19: - - theta(1,j) = theta(1,j+1) - dely - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1435:22: - - theta(in+1,j) = theta(in+1,j+1) - dely - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1464:18: - - pp(2,i,j) = -pp(2,i,j)*rsq3/pp(1,i,j) - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1465:18: - - pp(3,i,j) = -pp(3,i,j)*rsq3/pp(1,i,j) - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1471:18: - - pp(2,i,1) = -pp(2,i,1)*rsq3/pp(1,i,1) - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1472:18: - - pp(3,i,1) = -pp(3,i,1)*rsq3/pp(1,i,1) - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1479:21: - - pp(1,i,j) = -rsq3 - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1333:20: - - theta(1, j) = -alpha + dely*real(j-1,kind=f_p) ! West edge - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1358:16: - - pp(2,i,j) = -pp(2,i,j)*rsq3/pp(1,i,j) - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1359:16: - - pp(3,i,j) = -pp(3,i,j)*rsq3/pp(1,i,j) - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1365:16: - - pp(2,i,1) = -pp(2,i,1)*rsq3/pp(1,i,1) - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1366:16: - - pp(3,i,1) = -pp(3,i,1)*rsq3/pp(1,i,1) - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1371:19: - - pp(1,i,j) = -rsq3 - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:982:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:982:22: inner_prod = prod16 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:955:26: - - lat(i,j) = sign( p2, sin_o ) - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:957:26: - - lat(i,j) = asin( sin_o ) - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:958:26: - - lon(i,j) = lon_p + atan2( -cos_lat*sin(lon(i,j)), & - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:961:31: - - lon(i,j) = lon(i,j) + two_pi - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:963:31: - - lon(i,j) = lon(i,j) - two_pi - 1 -Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:380:28: +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:380:28: cos_sg(i,j,6) = cos_angle( grid3(1,i,j), grid3(1,i+1,j), grid3(1,i,j+1) ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:382:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:382:28: cos_sg(i,j,7) = -cos_angle( grid3(1,i+1,j), grid3(1,i,j), grid3(1,i+1,j+1) ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:384:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:384:28: cos_sg(i,j,8) = cos_angle( grid3(1,i+1,j+1), grid3(1,i+1,j), grid3(1,i,j+1) ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:386:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:386:28: cos_sg(i,j,9) = -cos_angle( grid3(1,i,j+1), grid3(1,i,j), grid3(1,i+1,j+1) ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:396:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:396:28: cos_sg(i,j,1) = cos_angle( p1, p3, grid3(1,i,j+1) ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:398:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:398:28: cos_sg(i,j,2) = cos_angle( p1, grid3(1,i+1,j), p3 ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:400:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:400:28: cos_sg(i,j,3) = cos_angle( p1, p3, grid3(1,i+1,j) ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:402:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:402:28: cos_sg(i,j,4) = cos_angle( p1, grid3(1,i,j+1), p3 ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:460:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:460:39: Atm%gridstruct%l2c_v(i,j) = cos(pp3(2)) * inner_prod(e2, ex) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:470:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:470:39: Atm%gridstruct%l2c_u(i,j) = cos(pp3(2)) * inner_prod(e1, ex) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:595:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:595:30: rsina(i,j) = 1. / max(tiny_number, sina(i,j)**2) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:767:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:767:25: divg_u(i,j) = 0.5*(sin_sg(i,j,2)+sin_sg(i,j-1,4))*dyc(i,j)/dx(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:768:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:768:25: del6_u(i,j) = 0.5*(sin_sg(i,j,2)+sin_sg(i,j-1,4))*dx(i,j)/dyc(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:772:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:772:25: divg_u(i,j) = sina_v(i,j)*dyc(i,j)/dx(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:773:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:773:25: del6_u(i,j) = sina_v(i,j)*dx(i,j)/dyc(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:779:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:779:22: divg_v(i,j) = sina_u(i,j)*dxc(i,j)/dy(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:780:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:780:22: del6_v(i,j) = sina_u(i,j)*dy(i,j)/dxc(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:783:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:783:24: divg_v(is,j) = 0.5*(sin_sg(1,j,1)+sin_sg(0,j,3))*dxc(is,j)/dy(is,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:784:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:784:24: del6_v(is,j) = 0.5*(sin_sg(1,j,1)+sin_sg(0,j,3))*dy(is,j)/dxc(is,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:787:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:787:26: divg_v(ie+1,j) = 0.5*(sin_sg(npx,j,1)+sin_sg(npx-1,j,3))*dxc(ie+1,j)/dy(ie+1,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:788:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:788:26: del6_v(ie+1,j) = 0.5*(sin_sg(npx,j,1)+sin_sg(npx-1,j,3))*dy(ie+1,j)/dxc(ie+1,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:833:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:833:30: Atm%gridstruct%grid = Atm%gridstruct%grid_64 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:834:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:834:30: Atm%gridstruct%agrid = Atm%gridstruct%agrid_64 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:835:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:835:30: Atm%gridstruct%area = Atm%gridstruct%area_64 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:836:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:836:30: Atm%gridstruct%area_c = Atm%gridstruct%area_c_64 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:837:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:837:30: Atm%gridstruct%dx = Atm%gridstruct%dx_64 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:838:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:838:30: Atm%gridstruct%dy = Atm%gridstruct%dy_64 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:839:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:839:30: Atm%gridstruct%dxa = Atm%gridstruct%dxa_64 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:840:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:840:30: Atm%gridstruct%dya = Atm%gridstruct%dya_64 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:841:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:841:30: Atm%gridstruct%dxc = Atm%gridstruct%dxc_64 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:842:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:842:30: Atm%gridstruct%dyc = Atm%gridstruct%dyc_64 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:843:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:843:30: Atm%gridstruct%cosa = Atm%gridstruct%cosa_64 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:844:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:844:30: Atm%gridstruct%sina = Atm%gridstruct%sina_64 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1858:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1858:50: integer :: istart, istop, jstart, jstop, ishift, jshift, j, i, k 1 Warning: Unused variable ‘ishift’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1858:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1858:20: integer :: istart, istop, jstart, jstop, ishift, jshift, j, i, k 1 Warning: Unused variable ‘istart’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1858:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1858:27: integer :: istart, istop, jstart, jstop, ishift, jshift, j, i, k 1 Warning: Unused variable ‘istop’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1858:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1858:58: integer :: istart, istop, jstart, jstop, ishift, jshift, j, i, k 1 Warning: Unused variable ‘jshift’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1858:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1858:35: integer :: istart, istop, jstart, jstop, ishift, jshift, j, i, k 1 Warning: Unused variable ‘jstart’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1858:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1858:42: integer :: istart, istop, jstart, jstop, ishift, jshift, j, i, k 1 Warning: Unused variable ‘jstop’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1835:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1835:29: isu, ieu, jsu, jeu, npx, npy, npz, & 1 Warning: Unused dummy argument ‘npx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1835:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1835:34: isu, ieu, jsu, jeu, npx, npy, npz, & 1 Warning: Unused dummy argument ‘npy’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1683:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1683:16: BC, bctype) 1 Warning: Unused dummy argument ‘bctype’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1697:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1697:29: logical, save :: printdiag = .true. 1 Warning: Unused variable ‘printdiag’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1447:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1447:48: subroutine nested_grid_BC_save_proc(nest_domain, ind, wt, istag, jstag, & 1 Warning: Unused dummy argument ‘nest_domain’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1466:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1466:43: integer :: position 1 Warning: Unused variable ‘position’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1470:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1470:21: logical :: process, pd = .false. 1 Warning: Unused variable ‘process’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1461:83: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1461:83: real, dimension(bd%isd:bd%ied+istag,bd%jsd:bd%jed+jstag,npz) :: var_coarse_dummy 1 Warning: Unused variable ‘var_coarse_dummy’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:853:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:853:42: integer :: i,j, ic, jc, istart, iend, k 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:832:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:832:59: npx, npy, bd, isg, ieg, jsg, jeg, nstep_in, nsplit_in, proc_in) 1 Warning: Unused dummy argument ‘nsplit_in’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:832:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:832:48: npx, npy, bd, isg, ieg, jsg, jeg, nstep_in, nsplit_in, proc_in) 1 Warning: Unused dummy argument ‘nstep_in’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:797:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:797:15: integer :: i,j, ic, jc, istart, iend, k 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:797:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:797:21: integer :: i,j, ic, jc, istart, iend, k 1 Warning: Unused variable ‘ic’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:797:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:797:39: integer :: i,j, ic, jc, istart, iend, k 1 Warning: Unused variable ‘iend’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:797:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:797:33: integer :: i,j, ic, jc, istart, iend, k 1 Warning: Unused variable ‘istart’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:797:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:797:17: integer :: i,j, ic, jc, istart, iend, k 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:797:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:797:25: integer :: i,j, ic, jc, istart, iend, k 1 Warning: Unused variable ‘jc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:797:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:797:42: integer :: i,j, ic, jc, istart, iend, k 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:579:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:579:64: npx, npy, npz, bd, isg, ieg, jsg, jeg, nstep_in, nsplit_in, proc_in) 1 Warning: Unused dummy argument ‘nsplit_in’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:579:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:579:53: npx, npy, npz, bd, isg, ieg, jsg, jeg, nstep_in, nsplit_in, proc_in) 1 Warning: Unused dummy argument ‘nstep_in’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2913:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2913:44: real :: tmp(ifirst:ilast,jfirst:jlast) 1 Warning: Unused variable ‘tmp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2280:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2280:58: subroutine init_cubed_to_latlon( gridstruct, hydrostatic, agrid, grid_type, ord, bd ) 1 Warning: Unused dummy argument ‘hydrostatic’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2280:81: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2280:81: subroutine init_cubed_to_latlon( gridstruct, hydrostatic, agrid, grid_type, ord, bd ) 1 Warning: Unused dummy argument ‘ord’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2167:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2167:46: subroutine intersect_cross(a1,a2,b1,b2,radius,x_inter,local_a,local_b) 1 Warning: Unused dummy argument ‘radius’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1907:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1907:26: real(kind=R_GRID):: pm(2) 1 Warning: Unused variable ‘pm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1774:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1774:17: integer i,j,k 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:47: real(kind=R_GRID):: x1, y1, z1, x2, y2, z2, x0, y0, z0 1 Warning: Unused variable ‘x0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:23: real(kind=R_GRID):: x1, y1, z1, x2, y2, z2, x0, y0, z0 1 Warning: Unused variable ‘x1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:35: real(kind=R_GRID):: x1, y1, z1, x2, y2, z2, x0, y0, z0 1 Warning: Unused variable ‘x2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:51: real(kind=R_GRID):: x1, y1, z1, x2, y2, z2, x0, y0, z0 1 Warning: Unused variable ‘y0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:27: real(kind=R_GRID):: x1, y1, z1, x2, y2, z2, x0, y0, z0 1 Warning: Unused variable ‘y1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:39: real(kind=R_GRID):: x1, y1, z1, x2, y2, z2, x0, y0, z0 1 Warning: Unused variable ‘y2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:55: real(kind=R_GRID):: x1, y1, z1, x2, y2, z2, x0, y0, z0 1 Warning: Unused variable ‘z0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:31: real(kind=R_GRID):: x1, y1, z1, x2, y2, z2, x0, y0, z0 1 Warning: Unused variable ‘z1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:43: real(kind=R_GRID):: x1, y1, z1, x2, y2, z2, x0, y0, z0 1 Warning: Unused variable ‘z2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1621:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1621:31: subroutine latlon2xyz(p, e, id) 1 Warning: Unused dummy argument ‘id’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1547:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1547:48: real(kind=R_GRID) rsq3, xf, y0, z0, y, x, z, ds 1 Warning: Unused variable ‘ds’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1547:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1547:41: real(kind=R_GRID) rsq3, xf, y0, z0, y, x, z, ds 1 Warning: Unused variable ‘x’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1547:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1547:38: real(kind=R_GRID) rsq3, xf, y0, z0, y, x, z, ds 1 Warning: Unused variable ‘y’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1547:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1547:44: real(kind=R_GRID) rsq3, xf, y0, z0, y, x, z, ds 1 Warning: Unused variable ‘z’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1520:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1520:48: real(kind=R_GRID) rsq3, xf, y0, z0, y, x, z, ds 1 Warning: Unused variable ‘ds’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1521:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1521:21: real(kind=R_GRID) dy, dz 1 Warning: Unused variable ‘dy’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1521:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1521:25: real(kind=R_GRID) dy, dz 1 Warning: Unused variable ‘dz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1520:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1520:41: real(kind=R_GRID) rsq3, xf, y0, z0, y, x, z, ds 1 Warning: Unused variable ‘x’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1520:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1520:27: real(kind=R_GRID) rsq3, xf, y0, z0, y, x, z, ds 1 Warning: Unused variable ‘xf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1520:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1520:38: real(kind=R_GRID) rsq3, xf, y0, z0, y, x, z, ds 1 Warning: Unused variable ‘y’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1520:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1520:31: real(kind=R_GRID) rsq3, xf, y0, z0, y, x, z, ds 1 Warning: Unused variable ‘y0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1520:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1520:44: real(kind=R_GRID) rsq3, xf, y0, z0, y, x, z, ds 1 Warning: Unused variable ‘z’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1520:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1520:35: real(kind=R_GRID) rsq3, xf, y0, z0, y, x, z, ds 1 Warning: Unused variable ‘z0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1413:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1413:32: real(f_p):: rsq3, alpha, delx, dely 1 Warning: Unused variable ‘delx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1414:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1414:25: integer i, j, k, irefl 1 Warning: Unused variable ‘irefl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1414:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1414:18: integer i, j, k, irefl 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1317:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1317:30: real(f_p):: rsq3, alpha, delx, dely 1 Warning: Unused variable ‘delx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1318:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1318:16: integer i, j, k 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1179:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1179:31: integer :: isd, ied, jsd, jed 1 Warning: Unused variable ‘jed’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:152:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:152:24: integer i, j, k, n, ip 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:149:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:149:50: real(kind=R_GRID) p1(3), p2(3), p3(3), p4(3), pp(3), ex(3), ey(3), e1(3), e2(3) 1 Warning: Unused variable ‘p4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:151:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:151:28: real(kind=R_GRID) sin2, tmp1, tmp2 1 Warning: Unused variable ‘sin2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1404:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1404:0: subroutine gnomonic_ed_limited(im, in, nghost, lL, lR, uL, uR, lamda, theta) Warning: ‘gnomonic_ed_limited’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1650:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1650:0: subroutine mirror_xyz(p1, p2, p0, p) Warning: ‘mirror_xyz’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1837:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1837:0: subroutine get_unit_vect3( p1, p2, uc ) Warning: ‘get_unit_vect3’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2075:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2075:0: subroutine intersect(a1,a2,b1,b2,radius,x_inter,local_a,local_b) Warning: ‘intersect’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2167:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2167:0: subroutine intersect_cross(a1,a2,b1,b2,radius,x_inter,local_a,local_b) Warning: ‘intersect_cross’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:3172:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:3172:0: subroutine invert_matrix(n, a, x) Warning: ‘invert_matrix’ defined but not used [-Wunused-function] -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/a2b_edge.F90:761:22: +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/a2b_edge.F90:761:22: qout(1,j) = edge_w(j)*q2(j-1) + (1.-edge_w(j))*q2(j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/a2b_edge.F90:771:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/a2b_edge.F90:771:24: qout(npx,j) = edge_e(j)*q2(j-1) + (1.-edge_e(j))*q2(j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/a2b_edge.F90:781:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/a2b_edge.F90:781:22: qout(i,1) = edge_s(i)*q1(i-1) + (1.-edge_s(i))*q1(i) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/a2b_edge.F90:791:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/a2b_edge.F90:791:24: qout(i,npy) = edge_n(i)*q1(i-1) + (1.-edge_n(i))*q1(i) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/a2b_edge.F90:169:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/a2b_edge.F90:169:22: qout(1,j) = edge_w(j)*q2(j-1) + (1.-edge_w(j))*q2(j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/a2b_edge.F90:187:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/a2b_edge.F90:187:24: qout(npx,j) = edge_e(j)*q2(j-1) + (1.-edge_e(j))*q2(j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/a2b_edge.F90:227:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/a2b_edge.F90:227:22: qout(i,1) = edge_s(i)*q1(i-1) + (1.-edge_s(i))*q1(i) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/a2b_edge.F90:245:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/a2b_edge.F90:245:24: qout(i,npy) = edge_n(i)*q1(i-1) + (1.-edge_n(i))*q1(i) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:764:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:764:15: E_Flux = dtmp / (grav*pdt*4.*pi*radius**2) ! unit: W/m**2 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:795:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:795:18: dtmp = E_flux*(grav*pdt*4.*pi*radius**2) / & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:798:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:798:18: dtmp = E_flux*(grav*pdt*4.*pi*radius**2) / & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:3277:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:3277:66: subroutine mappm(km, pe1, q1, kn, pe2, q2, i1, i2, iv, kord, ptop) 1 Warning: Unused dummy argument ‘ptop’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:2994:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:2994:38: ak_r, bk_r, ptop, ak, bk, hydrostatic, make_nh, & 1 Warning: Unused dummy argument ‘ptop’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:1097:20: +[ 79%] Linking Fortran static library libio.a +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:1097:20: pe, pk, akap, peln, pkz, ptop) 1 Warning: Unused dummy argument ‘pe’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:955:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:955:38: r_vir, cp, rg, hlv, te_2d, ua, va, teq, & 1 Warning: Unused dummy argument ‘r_vir’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:955:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:955:63: r_vir, cp, rg, hlv, te_2d, ua, va, teq, & 1 Warning: Unused dummy argument ‘ua’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:955:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:955:67: r_vir, cp, rg, hlv, te_2d, ua, va, teq, & 1 Warning: Unused dummy argument ‘va’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:144:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:144:43: hydrostatic, hybrid_z, do_omega, adiabatic, do_adiabatic_init) 1 Warning: Unused dummy argument ‘hybrid_z’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:227:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:227:14: integer:: nt, liq_wat, ice_wat, rainwat, snowwat, cld_amt, graupel, iq, n, kp, k_next 1 Warning: Unused variable ‘nt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:143:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:143:41: ptop, ak, bk, pfull, gridstruct, domain, do_sat_adj, & 1 Warning: Unused dummy argument ‘pfull’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:142:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:142:32: ng, ua, va, omga, te, ws, fill, reproduce_sum, out_dt, dtdt, & 1 Warning: Unused dummy argument ‘va’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:1155:0: +[ 79%] Built target io +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:1155:0: subroutine remap_z(km, pe1, q1, kn, pe2, q2, i1, i2, iv, kord) Warning: ‘remap_z’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:2935:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:2935:0: subroutine steepz(i1, i2, km, a4, df2, dm, dq, dp, d4) Warning: ‘steepz’ defined but not used [-Wunused-function] -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 81%] Linking Fortran static library libio.a -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1244:12: +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1244:12: pi2 = pi + pi 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1245:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1245:12: pi5 = 0.5 * pi 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1246:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1246:12: r2d = 180./pi 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1371:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1371:18: lat_s = min( grid(i,j,2), grid(i+1,j,2), grid(i,j+1,2), grid(i+1,j+1,2), agrid(i,j,2) ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1372:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1372:18: lat_n = max( grid(i,j,2), grid(i+1,j,2), grid(i,j+1,2), grid(i+1,j+1,2), agrid(i,j,2) ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1374:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1374:20: delg = max( 0.2*(lat_n-lat_s), pi/real(npx_global-1), pi2/real(nlat) ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1389:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1389:20: lon_w = min( grid(i,j,1), grid(i+1,j,1), grid(i,j+1,1), grid(i+1,j+1,1) ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1390:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1390:20: lon_e = max( grid(i,j,1), grid(i+1,j,1), grid(i,j+1,1), grid(i+1,j+1,1) ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1426:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1426:18: th0 = min( v_prod(p1,p3), v_prod(p2, p4) ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1427:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1427:18: th1 = min( cos_grid, cos(0.25*acos(max(v_prod(p1,p3), v_prod(p2, p4))))) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1434:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1434:20: prod1 = v_prod(p3, vp_12) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1435:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1435:20: prod2 = v_prod(p1, vp_23) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1436:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1436:20: prod3 = v_prod(p1, vp_34) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1437:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1437:20: prod4 = v_prod(p2, vp_14) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1446:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1446:25: tmp1 = v_prod(pp, pc) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1005:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1005:24: diff(i,j) = cd4*area(i,j) ! area dependency is needed for stretched grid 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1020:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1020:20: q(1,1) = (q(1,1)*area(1,1)+q(0,1)*area(0,1)+q(1,0)*area(1,0)) & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1027:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1027:22: q(ie, 1) = (q(ie,1)*area(ie,1)+q(npx,1)*area(npx,1)+q(ie,0)*area(ie,0)) & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1034:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1034:23: q(ie, je) = (q(ie,je)*area(ie,je)+q(npx,je)*area(npx,je)+q(ie,npy)*area(ie,npy)) & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1041:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1041:22: q(1, je) = (q(1,je)*area(1,je)+q(0,je)*area(0,je)+q(1,npy)*area(1,npy)) & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1080:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1080:22: d2(i,j) = (fx2(i,j)-fx2(i+1,j)+fy2(i,j)-fy2(i,j+1)) / area(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1099:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1099:30: qlow(i,j) = q(i,j) + (fx1(i,j)-fx1(i+1,j)+fy1(i,j)-fy1(i,j+1)) / area(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1141:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1141:23: win(i,j) = max(0., qmax(i,j) - qlow(i,j)) / win(i,j)*area(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1142:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1142:23: wou(i,j) = max(0., qlow(i,j) - qmin(i,j)) / wou(i,j)*area(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1186:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1186:21: q(i,j) = qlow(i,j) + (fx4(i,j)-fx4(i+1,j)+fy4(i,j)-fy4(i,j+1))/area(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:898:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:898:20: q(1,1) = (q(1,1)*area(1,1)+q(0,1)*area(0,1)+q(1,0)*area(1,0)) & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:904:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:904:22: q(ie, 1) = (q(ie,1)*area(ie,1)+q(npx,1)*area(npx,1)+q(ie,0)*area(ie,0)) & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:910:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:910:23: q(ie, je) = (q(ie,je)*area(ie,je)+q(npx,je)*area(npx,je)+q(ie,npy)*area(ie,npy)) & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:916:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:916:22: q(1, je) = (q(1,je)*area(1,je)+q(0,je)*area(0,je)+q(1,npy)*area(1,npy)) & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:953:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:953:24: q(i,j) = q(i,j) + cd/area(i,j)*(ddx(i,j)-ddx(i+1,j)+ddy(i,j)-ddy(i,j+1)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:670:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:670:18: q(1,1) = (q(1,1)*area(1,1)+q(0,1)*area(0,1)+q(1,0)*area(1,0)) & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:676:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:676:20: q(ie, 1) = (q(ie,1)*area(ie,1)+q(npx,1)*area(npx,1)+q(ie,0)*area(ie,0)) & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:682:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:682:20: q(1, je) = (q(1,je)*area(1,je)+q(0,je)*area(0,je)+q(1,npy)*area(1,npy)) & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:688:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:688:21: q(ie, je) = (q(ie,je)*area(ie,je)+q(npx,je)*area(npx,je)+q(ie,npy)*area(ie,npy)) & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:826:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:826:19: q(i,j) = q(i,j) + cd/area(i,j)*(ddx(i,j)-ddx(i+1,j)+ddy(i,j)-ddy(i,j+1)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:550:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:550:26: if (cd2 < 0.) cd2 = 0.16*da_min 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:568:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:568:12: cd2 = 0.12*da_min 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:257:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:257:12: r2d = 180./pi 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:259:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:259:17: cos_grid = cos( 2.*pi/real(nlat) ) ! two-data_grid distance 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:261:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:261:12: dx1 = 2.*pi/real(nlon) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:262:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:262:12: dy1 = pi/real(nlat) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:268:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:268:19: lat1(1) = - 0.5*pi 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:269:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:269:25: lat1(nlat+1) = 0.5*pi 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:271:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:271:19: lat1(j) = -0.5*pi + dy1*(j-1) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:282:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:282:17: lats = pi/2. 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:283:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:283:16: latn = -pi/2. 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:286:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:286:22: lats = min( lats, grid(i,j,2), grid(i+1,j,2), grid(i,j+1,2), grid(i+1,j+1,2), agrid(i,j,2) ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:287:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:287:22: latn = max( latn, grid(i,j,2), grid(i+1,j,2), grid(i,j+1,2), grid(i+1,j+1,2), agrid(i,j,2) ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:299:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:299:19: delg = max( 0.4*(latn-lats), pi/real(npx_global-1), 2.*pi/real(nlat) ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:301:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:301:19: delg = max( 0.2*(latn-lats), pi/real(npx_global-1), 2.*pi/real(nlat) ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:303:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:303:16: lats = max( -0.5*pi, lats - delg ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:304:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:304:16: latn = min( 0.5*pi, latn + delg ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1196:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1196:45: q2, f2, h2, npx, npy, jstart, jend, stretch_fac, & 1 Warning: Unused dummy argument ‘npx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1196:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1196:50: q2, f2, h2, npx, npy, jstart, jend, stretch_fac, & 1 Warning: Unused dummy argument ‘npy’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:513:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:513:33: agrid, sin_sg, phis, oro ,regional) 1 Warning: Unused dummy argument ‘agrid’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:512:94: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:512:94: stretch_fac, nested, domain, area, dxa, dya, dx, dy, dxc, dyc, grid, & 1 Warning: Unused dummy argument ‘grid’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:168:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:168:19: real dx1, dx2, dy1, dy2, lats, latn, r2d 1 Warning: Unused variable ‘dx2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:168:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:168:29: real dx1, dx2, dy1, dy2, lats, latn, r2d 1 Warning: Unused variable ‘dy2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:172:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:172:27: integer i, j, n, mdim 1 Warning: Unused variable ‘mdim’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:172:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:172:21: integer i, j, n, mdim 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:165:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:165:35: character(len=80) :: topoflnm 1 Warning: Unused variable ‘topoflnm’ declared at (1) [-Wunused-variable] -[ 81%] Built target io -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1544:0: - - subroutine remove_ice_sheets (lon, lat, lfrac, bd ) - -Warning: ‘remove_ice_sheets’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1628:0: - - subroutine zonal_mean(im, p, zmean) - -Warning: ‘zonal_mean’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:217:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:217:18: damp = (damp_c * gridstruct%da_min)**(nord+1) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:237:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:237:23: damp = (damp_c * gridstruct%da_min)**(nord+1) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:977:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1544:0: + + subroutine remove_ice_sheets (lon, lat, lfrac, bd ) + +Warning: ‘remove_ice_sheets’ defined but not used [-Wunused-function] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1628:0: + + subroutine zonal_mean(im, p, zmean) + +Warning: ‘zonal_mean’ defined but not used [-Wunused-function] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:977:26: subroutine mp_ghost_ew(im, jm, km, nq, ifirst, ilast, jfirst, jlast, & 1 Warning: Unused dummy argument ‘im’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:977:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:977:30: subroutine mp_ghost_ew(im, jm, km, nq, ifirst, ilast, jfirst, jlast, & 1 Warning: Unused dummy argument ‘jm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:977:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:977:34: subroutine mp_ghost_ew(im, jm, km, nq, ifirst, ilast, jfirst, jlast, & 1 Warning: Unused dummy argument ‘km’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:649:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:649:39: real, dimension(ifirst:ilast):: fx0, fx1, xt1 1 Warning: Unused variable ‘fx0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:632:76: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:632:76: subroutine yppm(flux, q, c, jord, ifirst,ilast, isd,ied, js,je,jsd,jed, npx, npy, dya, nested, grid_type, lim_fac,regional) 1 Warning: Unused dummy argument ‘npx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:652:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:652:52: real:: x0, xt, qtmp, pmp_1, lac_1, pmp_2, lac_2, r1 1 Warning: Unused variable ‘r1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:339:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:339:31: real, dimension(is:ie+1):: fx0, fx1, xt1 1 Warning: Unused variable ‘fx0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:323:80: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:323:80: subroutine xppm(flux, q, c, iord, is,ie,isd,ied, jfirst,jlast,jsd,jed, npx, npy, dxa, nested, grid_type, lim_fac,regional) 1 Warning: Unused dummy argument ‘npy’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:346:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:346:14: real:: x0, x1, xt, qtmp, pmp_1, lac_1, pmp_2, lac_2 1 Warning: Unused variable ‘x1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:977:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:977:0: subroutine mp_ghost_ew(im, jm, km, nq, ifirst, ilast, jfirst, jlast, & Warning: ‘mp_ghost_ew’ defined but not used [-Wunused-function] [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:356:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:356:16: real p0, gztop, ptop 1 Warning: Unused variable ‘gztop’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:356:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:356:9: real p0, gztop, ptop 1 Warning: Unused variable ‘p0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:247:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:247:25: cappa, ptop, ps, delp, q, nq, area, nwat, & 1 Warning: Unused dummy argument ‘cappa’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:112:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:112:37: integer rainwat, snowwat, graupel ! GFDL Cloud Microphysics 1 Warning: Unused variable ‘graupel’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:111:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:111:35: integer sphum, liq_wat, ice_wat 1 Warning: Unused variable ‘ice_wat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:111:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:111:26: integer sphum, liq_wat, ice_wat 1 Warning: Unused variable ‘liq_wat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:85:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:85:53: dry_mass, adjust_dry_mass, mountain, moist_phys, & 1 Warning: Unused dummy argument ‘mountain’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:115:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:115:21: integer i, j, k, n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:112:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:112:19: integer rainwat, snowwat, graupel ! GFDL Cloud Microphysics 1 Warning: Unused variable ‘rainwat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:112:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:112:28: integer rainwat, snowwat, graupel ! GFDL Cloud Microphysics 1 Warning: Unused variable ‘snowwat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1081:3: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1081:3: 202 format(A,A,i4.4,A,i4.4,A) 1 Warning: Label 202 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1080:3: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1080:3: 201 format(A,f9.2,A,f9.2,A,f9.2,A,f9.2) 1 Warning: Label 201 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1842:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1842:24: rdxc(i,j) = 1./dxc(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1848:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1848:24: rdyc(i,j) = 1./dyc(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1856:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1856:24: rdxa(i,j) = 1./dxa(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1857:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1857:24: rdya(i,j) = 1./dya(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1864:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1864:23: rdx(i,j) = 1./dx(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1870:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1870:23: rdy(i,j) = 1./dy(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1878:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1878:25: rarea(i,j) = 1./area_j 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1886:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1886:27: rarea_c(i,j) = 1./area_j 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1894:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1894:27: rarea_c(i,j) = 1./area_j 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1902:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1902:27: rarea_c(i,j) = 1./area_j 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1604:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1604:24: wt_h(i,j,1)=dist2*dist3 ! ic, jc weight 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1605:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1605:24: wt_h(i,j,2)=dist3*dist4 ! ic, jc+1 weight 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1606:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1606:24: wt_h(i,j,3)=dist4*dist1 ! ic+1, jc+1 weight 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1607:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1607:24: wt_h(i,j,4)=dist1*dist2 ! ic+1, jc weight 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1610:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1610:24: wt_h(i,j,:)=wt_h(i,j,:)/sum 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1630:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1630:21: wt_b(i,j,1)=dist2*dist3 ! ic, jc weight 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1631:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1631:21: wt_b(i,j,2)=dist3*dist4 ! ic, jc+1 weight 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1632:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1632:21: wt_b(i,j,3)=dist4*dist1 ! ic+1, jc+1 weight 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1633:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1633:21: wt_b(i,j,4)=dist1*dist2 ! ic+1, jc weight 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1636:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1636:21: wt_b(i,j,:)=wt_b(i,j,:)/sum 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1711:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1711:24: wt_u(i,j,1)=dist2*dist3 ! ic, jc weight 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1712:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1712:24: wt_u(i,j,2)=dist3*dist4 ! ic, jc+1 weight 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1713:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1713:24: wt_u(i,j,3)=dist4*dist1 ! ic+1, jc+1 weight 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1714:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1714:24: wt_u(i,j,4)=dist1*dist2 ! ic+1, jc weight 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1717:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1717:24: wt_u(i,j,:)=wt_u(i,j,:)/sum 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1754:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1754:24: wt_v(i,j,1)=dist2*dist3 ! ic, jc weight 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1755:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1755:24: wt_v(i,j,2)=dist3*dist4 ! ic, jc+1 weight 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1756:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1756:24: wt_v(i,j,3)=dist4*dist1 ! ic+1, jc+1 weight 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1757:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1757:24: wt_v(i,j,4)=dist1*dist2 ! ic+1, jc weight 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1760:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1760:24: wt_v(i,j,:)=wt_v(i,j,:)/sum 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1229:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1229:18: rdx(:,:) = 1./dx_const 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1231:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1231:18: rdy(:,:) = 1./dy_const 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1234:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1234:19: rdxc(:,:) = 1./dx_const 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1236:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1236:19: rdyc(:,:) = 1./dy_const 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1239:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1239:19: rdxa(:,:) = 1./dx_const 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1241:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1241:19: rdya(:,:) = 1./dy_const 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1244:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1244:20: rarea(:,:) = 1./(dx_const*dy_const) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1247:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1247:22: rarea_c(:,:) = 1./(dx_const*dy_const) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1048:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1048:24: rdx(i,j) = 1.0/dx(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1053:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1053:24: rdy(i,j) = 1.0/dy(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1058:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1058:25: rdxc(i,j) = 1.0/dxc(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1063:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1063:25: rdyc(i,j) = 1.0/dyc(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1068:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1068:26: rarea(i,j) = 1.0/area(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1069:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1069:25: rdxa(i,j) = 1./dxa(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1070:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1070:25: rdya(i,j) = 1./dya(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1075:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1075:28: rarea_c(i,j) = 1.0/area_c(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:163:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:163:28: real(kind=R_GRID) :: csFac 1 Warning: Unused PRIVATE module variable ‘csfac’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:166:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:166:33: logical :: write_grid_char_file = .false. 1 Warning: Unused PRIVATE module variable ‘write_grid_char_file’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2292:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2292:25: integer :: i,j,n,n1,n2,nreg 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2292:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2292:28: integer :: i,j,n,n1,n2,nreg 1 Warning: Unused variable ‘n1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2292:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2292:31: integer :: i,j,n,n1,n2,nreg 1 Warning: Unused variable ‘n2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2056:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2056:33: real(kind=R_GRID) :: a1, d1, d2, mydx, mydy, globalarea 1 Warning: Unused variable ‘a1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2056:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2056:37: real(kind=R_GRID) :: a1, d1, d2, mydx, mydy, globalarea 1 Warning: Unused variable ‘d1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2056:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2056:41: real(kind=R_GRID) :: a1, d1, d2, mydx, mydy, globalarea 1 Warning: Unused variable ‘d2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2056:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2056:47: real(kind=R_GRID) :: a1, d1, d2, mydx, mydy, globalarea 1 Warning: Unused variable ‘mydx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2056:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2056:53: real(kind=R_GRID) :: a1, d1, d2, mydx, mydy, globalarea 1 Warning: Unused variable ‘mydy’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2062:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2062:31: integer :: i,j,n, nreg 1 Warning: Unused variable ‘nreg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2045:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2045:50: subroutine grid_area(nx, ny, ndims, nregions, nested, gridstruct, domain, bd, regional ) 1 Warning: Unused dummy argument ‘nregions’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2065:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2065:54: real(kind=R_GRID), allocatable :: p_R8(:,:,:) 1 Warning: Unused variable ‘p_r8’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2058:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2058:74: real(kind=R_GRID) :: p1(ndims), p2(ndims), p3(ndims), pi1(ndims), pi2(ndims) 1 Warning: Unused variable ‘pi1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2058:86: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2058:86: real(kind=R_GRID) :: p1(ndims), p2(ndims), p3(ndims), pi1(ndims), pi2(ndims) 1 Warning: Unused variable ‘pi2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1287:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1287:19: integer i,j,k, p 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1287:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1287:22: integer i,j,k, p 1 Warning: Unused variable ‘p’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:548:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:548:30: real(kind=R_GRID) :: dist,dist1,dist2, pa(2), pa1(2), pa2(2), pb(2) 1 Warning: Unused variable ‘dist’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:548:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:548:36: real(kind=R_GRID) :: dist,dist1,dist2, pa(2), pa1(2), pa2(2), pb(2) 1 Warning: Unused variable ‘dist1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:548:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:548:42: real(kind=R_GRID) :: dist,dist1,dist2, pa(2), pa1(2), pa2(2), pb(2) 1 Warning: Unused variable ‘dist2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:550:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:550:31: real(kind=R_GRID) :: ee1(3), ee2(3) 1 Warning: Unused variable ‘ee1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:550:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:550:39: real(kind=R_GRID) :: ee1(3), ee2(3) 1 Warning: Unused variable ‘ee2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:545:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:545:22: integer :: fileLun 1 Warning: Unused variable ‘filelun’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:529:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:529:37: subroutine init_grid(Atm, grid_name, grid_file, npx, npy, npz, ndims, nregions, ng) 1 Warning: Unused dummy argument ‘grid_name’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:564:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:564:20: integer :: igrid 1 Warning: Unused variable ‘igrid’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:562:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:562:18: integer :: ios, ip, jp 1 Warning: Unused variable ‘ios’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:562:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:562:22: integer :: ios, ip, jp 1 Warning: Unused variable ‘ip’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:562:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:562:26: integer :: ios, ip, jp 1 Warning: Unused variable ‘jp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:544:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:544:20: integer :: i,j,k,n,nreg 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:529:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:529:63: subroutine init_grid(Atm, grid_name, grid_file, npx, npy, npz, ndims, nregions, ng) 1 Warning: Unused dummy argument ‘npz’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:544:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:544:27: integer :: i,j,k,n,nreg 1 Warning: Unused variable ‘nreg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:548:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:548:49: real(kind=R_GRID) :: dist,dist1,dist2, pa(2), pa1(2), pa2(2), pb(2) 1 Warning: Unused variable ‘pa’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:548:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:548:57: real(kind=R_GRID) :: dist,dist1,dist2, pa(2), pa1(2), pa2(2), pb(2) 1 Warning: Unused variable ‘pa1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:548:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:548:65: real(kind=R_GRID) :: dist,dist1,dist2, pa(2), pa1(2), pa2(2), pb(2) 1 Warning: Unused variable ‘pa2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:548:72: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:548:72: real(kind=R_GRID) :: dist,dist1,dist2, pa(2), pa1(2), pa2(2), pb(2) 1 Warning: Unused variable ‘pb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:549:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:549:31: real(kind=R_GRID) :: pt(3), pt1(3), pt2(3), pt3(3) 1 Warning: Unused variable ‘pt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:549:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:549:39: real(kind=R_GRID) :: pt(3), pt1(3), pt2(3), pt3(3) 1 Warning: Unused variable ‘pt1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:549:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:549:47: real(kind=R_GRID) :: pt(3), pt1(3), pt2(3), pt3(3) 1 Warning: Unused variable ‘pt2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:549:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:549:55: real(kind=R_GRID) :: pt(3), pt1(3), pt2(3), pt3(3) 1 Warning: Unused variable ‘pt3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:567:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:567:32: character(len=80) :: tmpFile 1 Warning: Unused variable ‘tmpfile’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:566:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:566:21: integer :: tmplun 1 Warning: Unused variable ‘tmplun’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:557:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:557:33: real(kind=R_GRID) :: vec1(3), vec2(3), vec3(3), vec4(3) 1 Warning: Unused variable ‘vec1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:557:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:557:42: real(kind=R_GRID) :: vec1(3), vec2(3), vec3(3), vec4(3) 1 Warning: Unused variable ‘vec2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:557:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:557:51: real(kind=R_GRID) :: vec1(3), vec2(3), vec3(3), vec4(3) 1 Warning: Unused variable ‘vec3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:558:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:558:45: real(kind=R_GRID) :: vecAvg(3), vec3a(3), vec3b(3), vec4a(3), vec4b(3) 1 Warning: Unused variable ‘vec3a’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:558:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:558:55: real(kind=R_GRID) :: vecAvg(3), vec3a(3), vec3b(3), vec4a(3), vec4b(3) 1 Warning: Unused variable ‘vec3b’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:557:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:557:60: real(kind=R_GRID) :: vec1(3), vec2(3), vec3(3), vec4(3) 1 Warning: Unused variable ‘vec4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:558:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:558:65: real(kind=R_GRID) :: vecAvg(3), vec3a(3), vec3b(3), vec4a(3), vec4b(3) 1 Warning: Unused variable ‘vec4a’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:558:75: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:558:75: real(kind=R_GRID) :: vecAvg(3), vec3a(3), vec3b(3), vec4a(3), vec4b(3) 1 Warning: Unused variable ‘vec4b’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:558:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:558:35: real(kind=R_GRID) :: vecAvg(3), vec3a(3), vec3b(3), vec4a(3), vec4b(3) 1 Warning: Unused variable ‘vecavg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:543:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:543:28: real(kind=R_GRID) :: x1,x2,y1,y2,z1,z2 1 Warning: Unused variable ‘x1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:543:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:543:31: real(kind=R_GRID) :: x1,x2,y1,y2,z1,z2 1 Warning: Unused variable ‘x2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:559:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:559:33: real(kind=R_GRID) :: xyz1(3), xyz2(3) 1 Warning: Unused variable ‘xyz1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:559:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:559:42: real(kind=R_GRID) :: xyz1(3), xyz2(3) 1 Warning: Unused variable ‘xyz2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:543:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:543:34: real(kind=R_GRID) :: x1,x2,y1,y2,z1,z2 1 Warning: Unused variable ‘y1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:543:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:543:37: real(kind=R_GRID) :: x1,x2,y1,y2,z1,z2 1 Warning: Unused variable ‘y2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:543:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:543:40: real(kind=R_GRID) :: x1,x2,y1,y2,z1,z2 1 Warning: Unused variable ‘z1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:543:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:543:43: real(kind=R_GRID) :: x1,x2,y1,y2,z1,z2 1 Warning: Unused variable ‘z2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:321:83: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:321:83: integer :: i, j, p, nrecv, nsend, tile_you, is3, ie3, nlist 1 Warning: Unused variable ‘ie3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:321:78: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:321:78: integer :: i, j, p, nrecv, nsend, tile_you, is3, ie3, nlist 1 Warning: Unused variable ‘is3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:174:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:174:58: subroutine read_grid(Atm, grid_file, ndims, nregions, ng) 1 Warning: Unused dummy argument ‘ng’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1800:0: +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1800:0: subroutine setup_latlon(deglon_start,deglon_stop, deglat_start, deglat_stop, bd ) Warning: ‘setup_latlon’ defined but not used [-Wunused-function] -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:562:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:562:24: pt_d(i,j,1:2) = p3(:) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:570:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:570:24: pt_c(i,j,1:2) = p3(:) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:480:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:480:16: rdlon(im) = 1. / (lon(1) + 2.*pi - lon(im)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:496:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:496:15: a1 = (agrid(i,j,1)+2.*pi-lon(im)) * rdlon(im) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:209:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:209:14: deg2rad = pi/180. 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:213:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:213:59: fname = 'INPUT/'//Atm(1)%flagstruct%res_latlon_dynamics 1 Warning: CHARACTER expression will be truncated in assignment (128/134) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:190:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:190:19: logical:: found 1 Warning: Unused variable ‘found’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:159:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:159:39: subroutine read_da_inc(Atm, fv_domain) 1 Warning: Unused dummy argument ‘fv_domain’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:183:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:183:43: integer:: i, j, k, im, jm, km, npz, npt 1 Warning: Unused variable ‘npt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:163:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:163:17: integer :: nq 1 Warning: Unused variable ‘nq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:169:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:169:44: real, allocatable:: tp(:,:,:), qp(:,:,:) 1 Warning: Unused variable ‘qp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:167:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:167:38: real(kind=4), allocatable:: wk1(:), wk2(:,:), wk3(:,:,:) 1 Warning: Unused variable ‘wk1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:167:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:167:48: real(kind=4), allocatable:: wk1(:), wk2(:,:), wk3(:,:,:) 1 Warning: Unused variable ‘wk2’ declared at (1) [-Wunused-variable] -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:176:36: - - real, parameter :: rad2deg = 180./pi - 1 -Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:977:25: +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:977:25: damp4 = (damp_w*gridstruct%da_min_c)**(nord_w+1) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:1371:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:1371:23: damp = gridstruct%da_min_c*max(d2_bg, min(0.20, dddmp*abs(delpc(i,j)*dt))) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:1451:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:1451:15: dd8 = gridstruct%da_min * d4_bg**n2 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:1453:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:1453:15: dd8 = ( gridstruct%da_min_c*d4_bg )**n2 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:1458:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:1458:20: damp2 = gridstruct%da_min_c*max(d2_bg, min(0.20, dddmp*vort(i,j))) ! del-2 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:1518:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:1518:16: damp4 = (damp_v*gridstruct%da_min_c)**(nord_v+1) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:3194:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:3194:11: integer i,j 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:3194:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:3194:13: integer i,j 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2387:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2387:12: real xt, dl, dr, pmp, lac, cfl 1 Warning: Unused variable ‘dl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2387:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2387:16: real xt, dl, dr, pmp, lac, cfl 1 Warning: Unused variable ‘dr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2390:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2390:23: integer i, j, is1, ie1, js3, je3 1 Warning: Unused variable ‘ie1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2390:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2390:18: integer i, j, is1, ie1, js3, je3 1 Warning: Unused variable ‘is1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2367:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2367:51: subroutine ytp_v(is,ie,js,je,isd,ied,jsd,jed, c, u, v, flux, jord, dy, rdy, npx, npy, grid_type, nested, lim_fac, regional) 1 Warning: Unused dummy argument ‘u’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5380:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2029:8: + + real dl, dr, xt, pmp, lac, cfl + 1 +Warning: Unused variable ‘dl’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2029:12: + + real dl, dr, xt, pmp, lac, cfl + 1 +Warning: Unused variable ‘dr’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2034:17: + + integer is2, ie2 + 1 +Warning: Unused variable ‘ie2’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2034:12: + + integer is2, ie2 + 1 +Warning: Unused variable ‘is2’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2010:53: + + subroutine xtp_u(is,ie,js,je,isd,ied,jsd,jed,c, u, v, flux, iord, dx, rdx, npx, npy, grid_type, nested, lim_fac, regional) + 1 +Warning: Unused dummy argument ‘v’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:1920:36: + + subroutine smag_corner(dt, u, v, ua, va, smag_c, bd, npx, npy, gridstruct, ng) + 1 +Warning: Unused dummy argument ‘ua’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:1920:40: + + subroutine smag_corner(dt, u, v, ua, va, smag_c, bd, npx, npy, gridstruct, ng) + 1 +Warning: Unused dummy argument ‘va’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:589:51: + + real, pointer, dimension(:,:) :: area, area_c, rarea + 1 +Warning: Unused variable ‘area_c’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:584:17: + + real :: dt2, dt4, dt5, dt6 + 1 +Warning: Unused variable ‘dt2’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:526:30: + + zvir, sphum, nq, q, k, km, inline_q, & + 1 +Warning: Unused dummy argument ‘sphum’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:586:19: + + real :: u_lon + 1 +Warning: Unused variable ‘u_lon’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:526:23: + + zvir, sphum, nq, q, k, km, inline_q, & + 1 +Warning: Unused dummy argument ‘zvir’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:440:14: + + deg2rad = pi/180. + 1 +Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:405:37: + + IAU_Data%ua_inc(i,j,k) =wt*IAU_state%inc1%ua_inc(i,j,k)*rdt + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:406:37: + + IAU_Data%va_inc(i,j,k) =wt*IAU_state%inc1%va_inc(i,j,k)*rdt + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:407:37: + + IAU_Data%temp_inc(i,j,k) =wt*IAU_state%inc1%temp_inc(i,j,k)*rdt + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:408:36: + + IAU_Data%delp_inc(i,j,k) =wt*IAU_state%inc1%delp_inc(i,j,k)*rdt + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:409:36: + + IAU_Data%delz_inc(i,j,k) =wt*IAU_state%inc1%delz_inc(i,j,k)*rdt + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:411:43: + + IAU_Data%tracer_inc(i,j,k,l) =wt*IAU_state%inc1%tracer_inc(i,j,k,l)*rdt + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:379:39: + + IAU_Data%ua_inc(i,j,k) =(delt*IAU_state%inc1%ua_inc(i,j,k) + (1.-delt)* IAU_state%inc2%ua_inc(i,j,k))*rdt*wt + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:380:39: + + IAU_Data%va_inc(i,j,k) =(delt*IAU_state%inc1%va_inc(i,j,k) + (1.-delt)* IAU_state%inc2%va_inc(i,j,k))*rdt*wt + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:381:39: + + IAU_Data%temp_inc(i,j,k) =(delt*IAU_state%inc1%temp_inc(i,j,k) + (1.-delt)* IAU_state%inc2%temp_inc(i,j,k))*rdt*wt + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:382:39: + + IAU_Data%delp_inc(i,j,k) =(delt*IAU_state%inc1%delp_inc(i,j,k) + (1.-delt)* IAU_state%inc2%delp_inc(i,j,k))*rdt*wt + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:383:39: + + IAU_Data%delz_inc(i,j,k) =(delt*IAU_state%inc1%delz_inc(i,j,k) + (1.-delt)* IAU_state%inc2%delz_inc(i,j,k))*rdt*wt + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:385:45: + + IAU_Data%tracer_inc(i,j,k,l) =(delt*IAU_state%inc1%tracer_inc(i,j,k,l) + (1.-delt)* IAU_state%inc2%tracer_inc(i,j,k,l))*rdt*wt + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:308:14: + + nstep = 0.5*IPD_Control%iau_delthrs*3600/dtp + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:310:14: + + kstep = (IPD_Control%fhour-(t1+IPD_Control%iau_delthrs*0.5))*3600./dtp + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:355:46: + + iau_state%hr2=IPD_Control%iaufhrs(t2) + 1 +Warning: Legacy Extension: REAL array index at (1) +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:357:98: + + if (is_master()) print *,'reading next increment file',trim(IPD_Control%iau_inc_files(t2)) + 1 +Warning: Legacy Extension: REAL array index at (1) +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:358:102: + + call read_iau_forcing(IPD_Control,iau_state%inc2,'INPUT/'//trim(IPD_Control%iau_inc_files(t2))) + 1 +Warning: Legacy Extension: REAL array index at (1) +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:162:12: + + idt = IPD_Control%iaufhrs(2:nfiles)-IPD_Control%iaufhrs(1:nfiles-1) + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:172:8: + + dt = (IPD_Control%iau_delthrs*3600.) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:176:14: + + deg2rad = pi/180. + 1 +Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:223:32: + + agrid(is-1+i,js-1+j,1)=Init_parm%xlon(i,j) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:224:32: + + agrid(is-1+i,js-1+j,2)=Init_parm%xlat(i,j) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:251:15: + + nstep = 0.5*IPD_Control%iau_delthrs*3600/dtp + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:126:30: + + integer :: i,j, is2, ie1 + 1 +Warning: Unused variable ‘ie1’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:126:25: + + integer :: i,j, is2, ie1 + 1 +Warning: Unused variable ‘is2’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:430:40: + + real(kind=R_GRID), dimension(3):: e1, e2, ex, ey + 1 +Warning: Unused variable ‘e1’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:430:44: + + real(kind=R_GRID), dimension(3):: e1, e2, ex, ey + 1 +Warning: Unused variable ‘e2’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:430:48: + + real(kind=R_GRID), dimension(3):: e1, e2, ex, ey + 1 +Warning: Unused variable ‘ex’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:430:52: + + real(kind=R_GRID), dimension(3):: e1, e2, ex, ey + 1 +Warning: Unused variable ‘ey’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:432:19: + + logical:: found + 1 +Warning: Unused variable ‘found’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:427:16: + + integer:: i1, i2, j1 + 1 +Warning: Unused variable ‘i1’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:427:20: + + integer:: i1, i2, j1 + 1 +Warning: Unused variable ‘i2’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:426:21: + + integer:: i, j, k, l, npz + 1 +Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:429:40: + + real(kind=R_GRID), dimension(2):: p1, p2, p3 + 1 +Warning: Unused variable ‘p1’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:429:44: + + real(kind=R_GRID), dimension(2):: p1, p2, p3 + 1 +Warning: Unused variable ‘p2’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:429:48: + + real(kind=R_GRID), dimension(2):: p1, p2, p3 + 1 +Warning: Unused variable ‘p3’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:424:47: + + real, dimension(:,:,:), allocatable:: u_inc, v_inc + 1 +Warning: Unused variable ‘u_inc’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:424:54: + + real, dimension(:,:,:), allocatable:: u_inc, v_inc + 1 +Warning: Unused variable ‘v_inc’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:398:21: + + real(kind_phys) delt, dt,wt + 1 +Warning: Unused variable ‘delt’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:398:25: + + real(kind_phys) delt, dt,wt + 1 +Warning: Unused variable ‘dt’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:393:37: + + subroutine setiauforcing(IPD_Control,IAU_Data,wt) + 1 +Warning: Unused dummy argument ‘ipd_control’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:292:14: + + integer n,i,j,k,sphum,kstep,nstep + 1 +Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:292:16: + + integer n,i,j,k,sphum,kstep,nstep + 1 +Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:292:12: + + integer n,i,j,k,sphum,kstep,nstep + 1 +Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:124:19: + + logical:: found + 1 +Warning: Unused variable ‘found’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:121:16: + + integer:: i1, i2, j1 + 1 +Warning: Unused variable ‘i1’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:121:20: + + integer:: i1, i2, j1 + 1 +Warning: Unused variable ‘i2’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:121:24: + + integer:: i1, i2, j1 + 1 +Warning: Unused variable ‘j1’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:122:18: + + integer:: jbeg, jend + 1 +Warning: Unused variable ‘jbeg’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:122:24: + + integer:: jbeg, jend + 1 +Warning: Unused variable ‘jend’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:116:47: + + real, dimension(:,:,:), allocatable:: u_inc, v_inc + 1 +Warning: Unused variable ‘u_inc’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:116:54: + + real, dimension(:,:,:), allocatable:: u_inc, v_inc + 1 +Warning: Unused variable ‘v_inc’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:3186:0: + + subroutine fill3_4corners(q1, q2, q3, dir, bd, npx, npy, sw_corner, se_corner, ne_corner, nw_corner) + +Warning: ‘fill3_4corners’ defined but not used [-Wunused-function] +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:176:36: + + real, parameter :: rad2deg = 180./pi + 1 +Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5380:11: th2 = avgth 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5381:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5381:11: qv2 = avgqv 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4939:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4939:22: dbz(i,j,k) = 10.*log10( max(0.01, z_e) ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4672:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4672:28: theta_e(i,j,k) = exp( (3.376/t_l-0.00254)*r*(1.+r*0.81e-3) )*pt(i,j,k)*(1000./p_mb(i))**capa 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4684:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4684:33: theta_e(i,j,k) = pt(i,j,k)*exp( kappa*log(1000./p_mb(i)) ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3608:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3608:21: area_gb = area_gb + area(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3609:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3609:18: t_gb = t_gb + a2(i,j)*area(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3611:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3611:26: area_eq = area_eq + area(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3612:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3612:23: t_eq = t_eq + a2(i,j)*area(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3614:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3614:26: area_nh = area_nh + area(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3615:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3615:23: t_nh = t_nh + a2(i,j)*area(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3617:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3617:26: area_sh = area_sh + area(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3618:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3618:23: t_sh = t_sh + a2(i,j)*area(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3581:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3581:24: a2(i,j) = gz(k) + (gz(k+1)-gz(k))*(log_p-pn(k))/(pn(k+1)-pn(k)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1063:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1063:26: pdx(n,i,j) = 0.5*(zb(i,j)+zb(i+1,j))*dx(i,j)*en1(n,i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1070:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1070:26: pdy(n,i,j) = 0.5*(zb(i,j)+zb(i,j+1))*dy(i,j)*en2(n,i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1078:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1078:27: idiag%zxg(i,j) = vlon(i,j,1)*(pdx(1,i,j+1)-pdx(1,i,j)-pdy(1,i,j)+pdy(1,i+1,j)) & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2029:8: - - real dl, dr, xt, pmp, lac, cfl - 1 -Warning: Unused variable ‘dl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2029:12: - - real dl, dr, xt, pmp, lac, cfl - 1 -Warning: Unused variable ‘dr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2034:17: - - integer is2, ie2 - 1 -Warning: Unused variable ‘ie2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2034:12: - - integer is2, ie2 - 1 -Warning: Unused variable ‘is2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2010:53: - - subroutine xtp_u(is,ie,js,je,isd,ied,jsd,jed,c, u, v, flux, iord, dx, rdx, npx, npy, grid_type, nested, lim_fac, regional) - 1 -Warning: Unused dummy argument ‘v’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:1920:36: - - subroutine smag_corner(dt, u, v, ua, va, smag_c, bd, npx, npy, gridstruct, ng) - 1 -Warning: Unused dummy argument ‘ua’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:1920:40: - - subroutine smag_corner(dt, u, v, ua, va, smag_c, bd, npx, npy, gridstruct, ng) - 1 -Warning: Unused dummy argument ‘va’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:589:51: - - real, pointer, dimension(:,:) :: area, area_c, rarea - 1 -Warning: Unused variable ‘area_c’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:584:17: - - real :: dt2, dt4, dt5, dt6 - 1 -Warning: Unused variable ‘dt2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:526:30: - - zvir, sphum, nq, q, k, km, inline_q, & - 1 -Warning: Unused dummy argument ‘sphum’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:586:19: - - real :: u_lon - 1 -Warning: Unused variable ‘u_lon’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:526:23: - - zvir, sphum, nq, q, k, km, inline_q, & - 1 -Warning: Unused dummy argument ‘zvir’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:126:30: - - integer :: i,j, is2, ie1 - 1 -Warning: Unused variable ‘ie1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:126:25: - - integer :: i,j, is2, ie1 - 1 -Warning: Unused variable ‘is2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5212:36: +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5212:36: integer :: k,kmin,n,nloop,i,orec 1 Warning: Unused variable ‘orec’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5213:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5213:44: real, dimension(nk) :: pi,th,thv,z,pt,pb,pc,pn,ptv 1 Warning: Unused variable ‘pb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5213:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5213:47: real, dimension(nk) :: pi,th,thv,z,pt,pb,pc,pn,ptv 1 Warning: Unused variable ‘pc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5213:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5213:50: real, dimension(nk) :: pi,th,thv,z,pt,pb,pc,pn,ptv 1 Warning: Unused variable ‘pn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5213:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5213:41: real, dimension(nk) :: pi,th,thv,z,pt,pb,pc,pn,ptv 1 Warning: Unused variable ‘pt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5213:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5213:54: real, dimension(nk) :: pi,th,thv,z,pt,pb,pc,pn,ptv 1 Warning: Unused variable ‘ptv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5030:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5030:63: w, vort, delz, q, hydrostatic, pt, peln, phis, grav, z_bot, z_top) 1 Warning: Unused dummy argument ‘phis’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4992:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4992:25: integer i, j, k,klevel 1 Warning: Unused variable ‘klevel’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4977:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4977:40: pt, peln, phis, grav, vort, maxvort, z_bot, z_top) 1 Warning: Unused dummy argument ‘phis’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4965:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4965:18: integer i, j, k 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4887:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4887:43: real(kind=R_GRID):: factorb_s, factorb_g 1 Warning: Unused variable ‘factorb_g’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4887:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4887:32: real(kind=R_GRID):: factorb_s, factorb_g 1 Warning: Unused variable ‘factorb_s’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4888:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4888:47: real(kind=R_GRID):: temp_c, pres, sonv, gonv, ronv, z_e 1 Warning: Unused variable ‘gonv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4788:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4788:51: hydrostatic, zvir, in0r, in0s, in0g, iliqskin) 1 Warning: Unused dummy argument ‘iliqskin’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4788:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4788:41: hydrostatic, zvir, in0r, in0s, in0g, iliqskin) 1 Warning: Unused dummy argument ‘in0g’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4788:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4788:29: hydrostatic, zvir, in0r, in0s, in0g, iliqskin) 1 Warning: Unused dummy argument ‘in0r’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4788:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4788:35: hydrostatic, zvir, in0r, in0s, in0g, iliqskin) 1 Warning: Unused dummy argument ‘in0s’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4888:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4888:35: real(kind=R_GRID):: temp_c, pres, sonv, gonv, ronv, z_e 1 Warning: Unused variable ‘pres’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4886:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4886:36: real(kind=R_GRID):: qr1, qs1, qg1, t1, t2, t3, rwat, denfac, vtr, vtg, vts 1 Warning: Unused variable ‘qg1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4886:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4886:26: real(kind=R_GRID):: qr1, qs1, qg1, t1, t2, t3, rwat, denfac, vtr, vtg, vts 1 Warning: Unused variable ‘qr1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4886:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4886:31: real(kind=R_GRID):: qr1, qs1, qg1, t1, t2, t3, rwat, denfac, vtr, vtg, vts 1 Warning: Unused variable ‘qs1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4888:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4888:53: real(kind=R_GRID):: temp_c, pres, sonv, gonv, ronv, z_e 1 Warning: Unused variable ‘ronv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4886:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4886:54: real(kind=R_GRID):: qr1, qs1, qg1, t1, t2, t3, rwat, denfac, vtr, vtg, vts 1 Warning: Unused variable ‘rwat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4888:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4888:41: real(kind=R_GRID):: temp_c, pres, sonv, gonv, ronv, z_e 1 Warning: Unused variable ‘sonv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4888:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4888:29: real(kind=R_GRID):: temp_c, pres, sonv, gonv, ronv, z_e 1 Warning: Unused variable ‘temp_c’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4617:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4617:23: integer :: i,j,k, n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4193:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4193:21: integer i, j, k, n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4176:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4176:74: w, vort, delz, q, hydrostatic, pt, peln, phis, grav, z_bot, z_top) 1 Warning: Unused dummy argument ‘phis’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4109:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4109:30: logical :: has_sfc, has_6km 1 Warning: Unused variable ‘has_6km’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4109:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4109:21: logical :: has_sfc, has_6km 1 Warning: Unused variable ‘has_sfc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4107:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4107:21: integer i, j, k, n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4092:71: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4092:71: ua, va, delz, q, hydrostatic, pt, peln, phis, grav) 1 Warning: Unused dummy argument ‘phis’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4032:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4032:29: integer i, j, k, k0, k1, n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4010:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4010:74: ua, va, delz, q, hydrostatic, pt, peln, phis, grav, z_bot, z_top) 1 Warning: Unused dummy argument ‘phis’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3920:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3920:74: ua, va, delz, q, hydrostatic, pt, peln, phis, grav, z_bot, z_top) 1 Warning: Unused dummy argument ‘phis’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3305:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3305:22: real qtot(nwat), qwat 1 Warning: Unused variable ‘qwat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1110:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1110:30: real :: a1d(Atm(1)%npz) 1 Warning: Unused variable ‘a1d’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1122:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1122:17: integer :: Cl, Cl2 1 Warning: Unused variable ‘cl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1122:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1122:22: integer :: Cl, Cl2 1 Warning: Unused variable ‘cl2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1121:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1121:27: real :: tmp2, pvsum, e2, einf, qm, mm, maxdbz, allmax, rgrav 1 Warning: Unused variable ‘e2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1121:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1121:33: real :: tmp2, pvsum, e2, einf, qm, mm, maxdbz, allmax, rgrav 1 Warning: Unused variable ‘einf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1121:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1121:49: real :: tmp2, pvsum, e2, einf, qm, mm, maxdbz, allmax, rgrav 1 Warning: Unused variable ‘maxdbz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1121:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1121:41: real :: tmp2, pvsum, e2, einf, qm, mm, maxdbz, allmax, rgrav 1 Warning: Unused variable ‘mm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1121:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1121:23: real :: tmp2, pvsum, e2, einf, qm, mm, maxdbz, allmax, rgrav 1 Warning: Unused variable ‘pvsum’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1121:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1121:37: real :: tmp2, pvsum, e2, einf, qm, mm, maxdbz, allmax, rgrav 1 Warning: Unused variable ‘qm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1101:78: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1101:78: real, allocatable :: a2(:,:),a3(:,:,:), wk(:,:,:), wz(:,:,:), ucoor(:,:,:), vcoor(:,:,:) 1 Warning: Unused variable ‘ucoor’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1104:85: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1104:85: real, allocatable :: u2(:,:), v2(:,:), x850(:,:), var1(:,:), var2(:,:), var3(:,:) 1 Warning: Unused variable ‘var3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1101:92: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1101:92: real, allocatable :: a2(:,:),a3(:,:,:), wk(:,:,:), wz(:,:,:), ucoor(:,:,:), vcoor(:,:,:) 1 Warning: Unused variable ‘vcoor’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:207:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:207:59: real, allocatable :: grid_xt(:), grid_yt(:), grid_xe(:), grid_ye(:), grid_xn(:), grid_yn(:) 1 Warning: Unused variable ‘grid_xe’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:207:83: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:207:83: real, allocatable :: grid_xt(:), grid_yt(:), grid_xe(:), grid_ye(:), grid_xn(:), grid_yn(:) 1 Warning: Unused variable ‘grid_xn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:207:71: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:207:71: real, allocatable :: grid_xt(:), grid_yt(:), grid_xe(:), grid_ye(:), grid_xn(:), grid_yn(:) 1 Warning: Unused variable ‘grid_ye’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:207:95: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:207:95: real, allocatable :: grid_xt(:), grid_yt(:), grid_xe(:), grid_ye(:), grid_xn(:), grid_yn(:) 1 Warning: Unused variable ‘grid_yn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:218:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:218:67: integer :: i, j, k, n, ntileMe, id_xt, id_yt, id_x, id_y, id_xe, id_ye, id_xn, id_yn 1 Warning: Unused variable ‘id_xe’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:218:81: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:218:81: integer :: i, j, k, n, ntileMe, id_xt, id_yt, id_x, id_y, id_xe, id_ye, id_xn, id_yn 1 Warning: Unused variable ‘id_xn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:218:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:218:74: integer :: i, j, k, n, ntileMe, id_xt, id_yt, id_x, id_y, id_xe, id_ye, id_xn, id_yn 1 Warning: Unused variable ‘id_ye’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:218:88: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:218:88: integer :: i, j, k, n, ntileMe, id_xt, id_yt, id_x, id_y, id_xe, id_ye, id_xn, id_yn 1 Warning: Unused variable ‘id_yn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:224:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:224:34: integer :: ntprog 1 Warning: Unused variable ‘ntprog’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:3186:0: - - subroutine fill3_4corners(q1, q2, q3, dir, bd, npx, npy, sw_corner, se_corner, ne_corner, nw_corner) - -Warning: ‘fill3_4corners’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3919:0: - - subroutine helicity_relative(is, ie, js, je, ng, km, zvir, sphum, srh, & - -Warning: ‘helicity_relative’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5380:0: - - th2 = avgth - -Warning: ‘avgth’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5381:0: - - qv2 = avgqv - -Warning: ‘avgqv’ may be used uninitialized in this function [-Wmaybe-uninitialized] -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:124:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:124:24: integer ::grid_xtdimid, grid_ytdimid, haloid, pfullid !For writing BCs 1 Warning: Unused PRIVATE module variable ‘grid_xtdimid’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:125:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:125:28: integer ::grid_xtstagdimid, grid_ytstagdimid, oneid 1 Warning: Unused PRIVATE module variable ‘grid_xtstagdimid’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:124:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:124:38: integer ::grid_xtdimid, grid_ytdimid, haloid, pfullid !For writing BCs 1 Warning: Unused PRIVATE module variable ‘grid_ytdimid’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:125:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:125:46: integer ::grid_xtstagdimid, grid_ytstagdimid, oneid 1 Warning: Unused PRIVATE module variable ‘grid_ytstagdimid’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:124:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:124:46: integer ::grid_xtdimid, grid_ytdimid, haloid, pfullid !For writing BCs 1 Warning: Unused PRIVATE module variable ‘haloid’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:125:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:125:53: integer ::grid_xtstagdimid, grid_ytstagdimid, oneid 1 Warning: Unused PRIVATE module variable ‘oneid’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:124:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:124:55: integer ::grid_xtdimid, grid_ytdimid, haloid, pfullid !For writing BCs 1 Warning: Unused PRIVATE module variable ‘pfullid’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:977:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:977:16: integer :: n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:978:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:978:31: character(len=120) :: tname, fname_ne, fname_sw 1 Warning: Unused variable ‘tname’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:447:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:447:46: subroutine fv_io_register_nudge_restart(Atm) 1 Warning: Unused dummy argument ‘atm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:449:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:449:30: character(len=64) :: fname 1 Warning: Unused variable ‘fname’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:450:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:450:35: integer :: id_restart 1 Warning: Unused variable ‘id_restart’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:283:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:283:57: integer :: isc, iec, jsc, jec, n, nt, nk, ntracers, ntprog, ntdiag 1 Warning: Unused variable ‘nk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:149:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:149:36: integer :: isc, iec, jsc, jec, n, nt, nk, ntracers 1 Warning: Unused variable ‘iec’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:149:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:149:31: integer :: isc, iec, jsc, jec, n, nt, nk, ntracers 1 Warning: Unused variable ‘isc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:149:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:149:46: integer :: isc, iec, jsc, jec, n, nt, nk, ntracers 1 Warning: Unused variable ‘jec’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:149:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:149:41: integer :: isc, iec, jsc, jec, n, nt, nk, ntracers 1 Warning: Unused variable ‘jsc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:151:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:151:30: integer :: ks, ntiles 1 Warning: Unused variable ‘ks’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:149:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:149:57: integer :: isc, iec, jsc, jec, n, nt, nk, ntracers 1 Warning: Unused variable ‘nk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:149:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:149:53: integer :: isc, iec, jsc, jec, n, nt, nk, ntracers 1 Warning: Unused variable ‘nt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:149:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:149:67: integer :: isc, iec, jsc, jec, n, nt, nk, ntracers 1 Warning: Unused variable ‘ntracers’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:152:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:152:32: real :: ptop 1 Warning: Unused variable ‘ptop’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:154:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:154:51: character(len=128) :: tracer_longname, tracer_units 1 Warning: Unused variable ‘tracer_longname’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:147:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:147:46: character(len=64) :: fname, tracer_name 1 Warning: Unused variable ‘tracer_name’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:154:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:154:65: character(len=128) :: tracer_longname, tracer_units 1 Warning: Unused variable ‘tracer_units’ declared at (1) [-Wunused-variable] -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:440:14: - - deg2rad = pi/180. - 1 -Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:405:37: - - IAU_Data%ua_inc(i,j,k) =wt*IAU_state%inc1%ua_inc(i,j,k)*rdt - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:406:37: - - IAU_Data%va_inc(i,j,k) =wt*IAU_state%inc1%va_inc(i,j,k)*rdt - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:407:37: - - IAU_Data%temp_inc(i,j,k) =wt*IAU_state%inc1%temp_inc(i,j,k)*rdt - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:408:36: - - IAU_Data%delp_inc(i,j,k) =wt*IAU_state%inc1%delp_inc(i,j,k)*rdt - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:409:36: - - IAU_Data%delz_inc(i,j,k) =wt*IAU_state%inc1%delz_inc(i,j,k)*rdt - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:411:43: - - IAU_Data%tracer_inc(i,j,k,l) =wt*IAU_state%inc1%tracer_inc(i,j,k,l)*rdt - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:379:39: - - IAU_Data%ua_inc(i,j,k) =(delt*IAU_state%inc1%ua_inc(i,j,k) + (1.-delt)* IAU_state%inc2%ua_inc(i,j,k))*rdt*wt - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:380:39: - - IAU_Data%va_inc(i,j,k) =(delt*IAU_state%inc1%va_inc(i,j,k) + (1.-delt)* IAU_state%inc2%va_inc(i,j,k))*rdt*wt - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:381:39: - - IAU_Data%temp_inc(i,j,k) =(delt*IAU_state%inc1%temp_inc(i,j,k) + (1.-delt)* IAU_state%inc2%temp_inc(i,j,k))*rdt*wt - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:382:39: - - IAU_Data%delp_inc(i,j,k) =(delt*IAU_state%inc1%delp_inc(i,j,k) + (1.-delt)* IAU_state%inc2%delp_inc(i,j,k))*rdt*wt - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:383:39: - - IAU_Data%delz_inc(i,j,k) =(delt*IAU_state%inc1%delz_inc(i,j,k) + (1.-delt)* IAU_state%inc2%delz_inc(i,j,k))*rdt*wt - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:385:45: - - IAU_Data%tracer_inc(i,j,k,l) =(delt*IAU_state%inc1%tracer_inc(i,j,k,l) + (1.-delt)* IAU_state%inc2%tracer_inc(i,j,k,l))*rdt*wt - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:308:14: - - nstep = 0.5*IPD_Control%iau_delthrs*3600/dtp - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:310:14: - - kstep = (IPD_Control%fhour-(t1+IPD_Control%iau_delthrs*0.5))*3600./dtp - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:355:46: - - iau_state%hr2=IPD_Control%iaufhrs(t2) - 1 -Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:357:98: - - if (is_master()) print *,'reading next increment file',trim(IPD_Control%iau_inc_files(t2)) - 1 -Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:358:102: - - call read_iau_forcing(IPD_Control,iau_state%inc2,'INPUT/'//trim(IPD_Control%iau_inc_files(t2))) - 1 -Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:162:12: - - idt = IPD_Control%iaufhrs(2:nfiles)-IPD_Control%iaufhrs(1:nfiles-1) - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:172:8: - - dt = (IPD_Control%iau_delthrs*3600.) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:176:14: - - deg2rad = pi/180. - 1 -Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:223:32: - - agrid(is-1+i,js-1+j,1)=Init_parm%xlon(i,j) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:224:32: - - agrid(is-1+i,js-1+j,2)=Init_parm%xlat(i,j) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:251:15: - - nstep = 0.5*IPD_Control%iau_delthrs*3600/dtp - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:430:40: - - real(kind=R_GRID), dimension(3):: e1, e2, ex, ey - 1 -Warning: Unused variable ‘e1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:430:44: - - real(kind=R_GRID), dimension(3):: e1, e2, ex, ey - 1 -Warning: Unused variable ‘e2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:430:48: - - real(kind=R_GRID), dimension(3):: e1, e2, ex, ey - 1 -Warning: Unused variable ‘ex’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:430:52: - - real(kind=R_GRID), dimension(3):: e1, e2, ex, ey - 1 -Warning: Unused variable ‘ey’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:432:19: - - logical:: found - 1 -Warning: Unused variable ‘found’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:427:16: - - integer:: i1, i2, j1 - 1 -Warning: Unused variable ‘i1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:427:20: - - integer:: i1, i2, j1 - 1 -Warning: Unused variable ‘i2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:426:21: - - integer:: i, j, k, l, npz - 1 -Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:429:40: - - real(kind=R_GRID), dimension(2):: p1, p2, p3 - 1 -Warning: Unused variable ‘p1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:429:44: - - real(kind=R_GRID), dimension(2):: p1, p2, p3 - 1 -Warning: Unused variable ‘p2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:429:48: - - real(kind=R_GRID), dimension(2):: p1, p2, p3 - 1 -Warning: Unused variable ‘p3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:424:47: - - real, dimension(:,:,:), allocatable:: u_inc, v_inc - 1 -Warning: Unused variable ‘u_inc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:424:54: - - real, dimension(:,:,:), allocatable:: u_inc, v_inc - 1 -Warning: Unused variable ‘v_inc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:398:21: - - real(kind_phys) delt, dt,wt - 1 -Warning: Unused variable ‘delt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:398:25: - - real(kind_phys) delt, dt,wt - 1 -Warning: Unused variable ‘dt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:393:37: - - subroutine setiauforcing(IPD_Control,IAU_Data,wt) - 1 -Warning: Unused dummy argument ‘ipd_control’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:292:14: - - integer n,i,j,k,sphum,kstep,nstep - 1 -Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:292:16: - - integer n,i,j,k,sphum,kstep,nstep - 1 -Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:292:12: - - integer n,i,j,k,sphum,kstep,nstep - 1 -Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:124:19: - - logical:: found - 1 -Warning: Unused variable ‘found’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:121:16: - - integer:: i1, i2, j1 - 1 -Warning: Unused variable ‘i1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:121:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3919:0: - integer:: i1, i2, j1 - 1 -Warning: Unused variable ‘i2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:121:24: - - integer:: i1, i2, j1 - 1 -Warning: Unused variable ‘j1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:122:18: - - integer:: jbeg, jend - 1 -Warning: Unused variable ‘jbeg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:122:24: - - integer:: jbeg, jend - 1 -Warning: Unused variable ‘jend’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:116:47: + subroutine helicity_relative(is, ie, js, je, ng, km, zvir, sphum, srh, & + +Warning: ‘helicity_relative’ defined but not used [-Wunused-function] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5380:0: - real, dimension(:,:,:), allocatable:: u_inc, v_inc - 1 -Warning: Unused variable ‘u_inc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:116:54: + th2 = avgth + +Warning: ‘avgth’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5381:0: - real, dimension(:,:,:), allocatable:: u_inc, v_inc - 1 -Warning: Unused variable ‘v_inc’ declared at (1) [-Wunused-variable] -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:1898:46: + qv2 = avgqv + +Warning: ‘avgqv’ may be used uninitialized in this function [-Wmaybe-uninitialized] +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:1898:46: subroutine nest_halo_nh(ptop, grav, kappa, cp, delp, delz, pt, phis, & 1 Warning: Unused dummy argument ‘cp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:1909:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:1909:60: npx, npy, npz, nested, pkc_pertn, computepk3, fullhalo, bd, regional) 1 Warning: Unused dummy argument ‘fullhalo’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:1544:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:1544:51: subroutine SIM_solver(dt, is, ie, km, rgas, gama, gm2, cp2, kappa, & 1 Warning: Unused dummy argument ‘gama’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:1373:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:1373:52: subroutine SIM1_solver(dt, is, ie, km, rgas, gama, gm2, cp2, kappa, & 1 Warning: Unused dummy argument ‘gama’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:475:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:475:61: isd, ied, jsd, jed, akap, cappa, cp, & 1 Warning: Unused dummy argument ‘cp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:332:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:332:42: akap, cappa, cp, & 1 Warning: Unused dummy argument ‘cp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:215:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:215:62: dp0, zs, zh, crx, cry, xfx, yfx, delz, ws, rdt, gridstruct, bd, lim_fac, regional) 1 Warning: Dummy argument ‘delz’ at (1) was declared INTENT(OUT) but was not set [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:474:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:474:0: subroutine Riem_Solver3test(ms, dt, is, ie, js, je, km, ng, & Warning: ‘riem_solver3test’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:679:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:679:0: subroutine imp_diff_w(j, is, ie, js, je, ng, km, cd, delz, ws, w, w3) Warning: ‘imp_diff_w’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:1740:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:1740:0: subroutine edge_scalar(q1, qe, i1, i2, km, id) Warning: ‘edge_scalar’ defined but not used [-Wunused-function] +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/nh_core.F90:66:61: + + isd, ied, jsd, jed, akap, cappa, cp, & + 1 +Warning: Unused dummy argument ‘cp’ at (1) [-Wunused-dummy-argument] [ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:170:34: +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:182:20: + + real :: lat0 = pi/2.0 !< pi/4.8 + 1 +Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:170:34: real, parameter:: real_snan=x'FFBFFFFF' 1 Warning: BOZ literal at (1) is bitwise transferred non-integer symbol ‘real_snan’ [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:174:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:174:46: real(kind=R_GRID), parameter:: dbl_snan=x'FFF7FFFFFFFFFFFF' 1 Warning: BOZ literal at (1) is bitwise transferred non-integer symbol ‘dbl_snan’ [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3149:3: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3943:27: + + real, parameter :: lc = 5.*pi/3. + 1 +Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3944:27: + + real, parameter :: thc = pi/9. + 1 +Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3149:3: 400 continue 1 Warning: Label 400 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2917:3: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2917:3: 400 continue 1 Warning: Label 400 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3725:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3725:16: total_area = 4.*pi*radius**2 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3700:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6260:1: + + if (bubble_do) then + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6261:1: + + r0 = 100.*sqrt(dx_const**2 + dy_const**2) + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3700:16: total_area = 4.*pi*radius**2 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3673:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6262:1: + + icenter = npx/2 + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6263:1: + + jcenter = npy/2 + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3673:16: total_area = 4.*pi*radius**2 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3596:10: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6265:1: + + do j=js,je + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6266:1: + + do i=is,ie + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3596:10: damp = cd * da_min 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3523:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6267:1: + + dist = (i-icenter)*dx_const*(i-icenter)*dx_const & + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6268:1: + + +(j-jcenter)*dy_const*(j-jcenter)*dy_const + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6269:1: + + dist = min(r0, sqrt(dist)) + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6270:1: + + do k=1,npz + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3523:24: v1(i,j,k) = du(i,j,k)*vlon(i,j,1) + dv(i,j,k)*vlat(i,j,1) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3524:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6271:1: + + prf = ak(k) + ps(i,j)*bk(k) + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3524:24: v2(i,j,k) = du(i,j,k)*vlon(i,j,2) + dv(i,j,k)*vlat(i,j,2) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3525:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6272:1: + + if ( prf > 100.E2 ) then + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3525:24: v3(i,j,k) = du(i,j,k)*vlon(i,j,3) + dv(i,j,k)*vlat(i,j,3) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3540:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6273:1: + + pt(i,j,k) = pt(i,j,k) + 0.01*(1. - (dist/r0)) * prf/ps(i,j) + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3540:24: du(i,j,k) = v1(i,j,k)*vlon(i,j,1) + v2(i,j,k)*vlon(i,j,2) + v3(i,j,k)*vlon(i,j,3) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3541:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3541:24: dv(i,j,k) = v1(i,j,k)*vlat(i,j,1) + v2(i,j,k)*vlat(i,j,2) + v3(i,j,k)*vlat(i,j,3) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3291:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6274:1: + + endif + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6275:1: + + enddo + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6276:1: + + enddo + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6277:1: + + enddo + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3291:15: x_obs(:,:) = - 100.*pi 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3292:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3292:15: y_obs(:,:) = - 100.*pi 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3254:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6278:1: + + endif + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3254:29: w10_o = w10(n) + ( w10(n+1)- w10(n)) * fac 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3255:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3255:28: slp_o = mslp(n) + ( mslp(n+1)- mslp(n)) * fac 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3264:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3264:48: if ( present(fact) ) fact = 1. + 0.25*cos(fac*2.*pi) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3173:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3173:7: ut = speed * (e1(1)*elon(1) + e1(2)*elon(2) + e1(3)*elon(3)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3174:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3174:7: vt = speed * (e1(1)*elat(1) + e1(2)*elat(2) + e1(3)*elat(3)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2361:3: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2361:3: 123 continue 1 -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2413:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2413:40: if ( r_vor < 1250.E3 ) goto 123 2 Warning: Legacy Extension: Label at (1) is not in the same block as the GOTO statement at (2) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1822:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1822:17: rdlon(im) = 1. / (lon(1) + 2.*pi - lon(im)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1865:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1865:17: a1 = (xc+2.*pi-lon(im)) * rdlon(im) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1745:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1745:17: rdlon(im) = 1. / (lon(1) + 2.*pi - lon(im)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1761:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1761:17: a1 = (agrid(i,j,1)+2.*pi-lon(im)) * rdlon(im) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1298:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1298:13: deg2rad = pi/180. 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1299:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1299:13: rad2deg = 180./pi 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1067:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1067:20: g0_sum = gsum / (4.*pi*radius**2) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:986:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:986:14: total_area = 4.*pi*radius**2 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:463:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:463:16: factor = 1. + cos(real(mod(seconds,time_interval))/real(time_interval)*2.*pi) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:230:17: - - integer :: nf_ht = 1 - 1 -Warning: Unused PRIVATE module variable ‘nf_ht’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:251:16: - - real :: pt_lim = 0.2 - 1 -Warning: Unused PRIVATE module variable ‘pt_lim’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:202:23: - - logical :: strong_mask = .false. - 1 -Warning: Unused PRIVATE module variable ‘strong_mask’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:196:22: - - logical :: use_pt_inc = .false. - 1 -Warning: Unused PRIVATE module variable ‘use_pt_inc’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:935:5: - - 11110 format(' i_start_data=',i5,' j_start_data=',i5) - 1 -Warning: Label 11110 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3413:15: - - integer n, m, ds, nday - 1 -Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3414:15: - - real tsec - 1 -Warning: Unused variable ‘tsec’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3284:38: - - integer:: it, i1, i2, p_ring, d_ring - 1 -Warning: Unused variable ‘d_ring’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3284:18: - - integer:: it, i1, i2, p_ring, d_ring - 1 -Warning: Unused variable ‘i1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3284:22: - - integer:: it, i1, i2, p_ring, d_ring - 1 -Warning: Unused variable ‘i2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3283:18: - - integer:: mmddhh, yr, year, month, day, hour, MPH, islp - 1 -Warning: Unused variable ‘mmddhh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3284:30: - - integer:: it, i1, i2, p_ring, d_ring - 1 -Warning: Unused variable ‘p_ring’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3185:80: - - subroutine get_slp_obs(time, nobs, lon_obs, lat_obs, w10, mslp, slp_out, r_out, time_obs, & - 1 -Warning: Unused dummy argument ‘r_out’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3185:73: - - subroutine get_slp_obs(time, nobs, lon_obs, lat_obs, w10, mslp, slp_out, r_out, time_obs, & - 1 -Warning: Unused dummy argument ‘slp_out’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2927:59: - - subroutine breed_srf_winds(time, dt, npz, u_obs, v_obs, ak, bk, ps, phis, delp, ua, va, u_dt, v_dt, pt, q, nwat, zvir, gridstruct) - 1 -Warning: Unused dummy argument ‘ak’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2927:63: - - subroutine breed_srf_winds(time, dt, npz, u_obs, v_obs, ak, bk, ps, phis, delp, ua, va, u_dt, v_dt, pt, q, nwat, zvir, gridstruct) - 1 -Warning: Unused dummy argument ‘bk’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2953:28: - - integer n, i, j, k, iq - 1 -Warning: Unused variable ‘iq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2927:106: - - subroutine breed_srf_winds(time, dt, npz, u_obs, v_obs, ak, bk, ps, phis, delp, ua, va, u_dt, v_dt, pt, q, nwat, zvir, gridstruct) - 1 -Warning: Unused dummy argument ‘q’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2927:118: - - subroutine breed_srf_winds(time, dt, npz, u_obs, v_obs, ak, bk, ps, phis, delp, ua, va, u_dt, v_dt, pt, q, nwat, zvir, gridstruct) - 1 -Warning: Unused dummy argument ‘zvir’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2806:18: - - 123 ps(i,j) = exp(pst) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2960:35: - - BC_side%pt_BC(i,j,k) = (gz_fv(k)-gz_fv(k+1))/( rdgas*(pn1(i,k+1)-pn1(i,k))*(1.+zvir*BC_side%q_BC(i,j,k,sphum)) ) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2967:37: - - BC_side%delz_BC(i,j,k) = (gz_fv(k+1) - gz_fv(k)) / grav - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1255:32: - - current_time_in_seconds = time_type_to_real( atmos_time ) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2648:43: - - subroutine breed_srf_w10(time, dt, npz, ak, bk, ps, phis, slp, delp, u, v, gridstruct) - 1 -Warning: Unused dummy argument ‘ak’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2648:47: - - subroutine breed_srf_w10(time, dt, npz, ak, bk, ps, phis, slp, delp, u, v, gridstruct) - 1 -Warning: Unused dummy argument ‘bk’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2648:51: - - subroutine breed_srf_w10(time, dt, npz, ak, bk, ps, phis, slp, delp, u, v, gridstruct) - 1 -Warning: Unused dummy argument ‘ps’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2156:67: - - zvir, gridstruct, ks, domain_local, bd, hydrostatic) - 1 -Warning: Unused dummy argument ‘bd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2188:50: - - real:: relx0, relx, f1, pbreed, pbtop, delp0, dp0 - 1 -Warning: Unused variable ‘delp0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2189:18: - - real:: ratio, p_count, p_sum, a_sum, mass_sink, delps - 1 -Warning: Unused variable ‘ratio’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2156:33: - - zvir, gridstruct, ks, domain_local, bd, hydrostatic) - 1 -Warning: Unused dummy argument ‘zvir’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2009:32: - - subroutine remap_uv(npz, ak, bk, ps, delp, u, v, kmd, ps0, u0, v0, ptop) - 1 -Warning: Unused dummy argument ‘bk’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1929:34: - - subroutine remap_tq( npz, ak, bk, ps, delp, t, q, & - 1 -Warning: Unused dummy argument ‘bk’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1930:44: - - kmd, ps0, ta, qa, zvir, ptop) - 1 -Warning: Unused dummy argument ‘zvir’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1894:32: - - subroutine get_int_hght(npz, ak, bk, ps, delp, ps0, tv) - 1 -Warning: Unused dummy argument ‘ak’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1894:36: - - subroutine get_int_hght(npz, ak, bk, ps, delp, ps0, tv) - 1 -Warning: Unused dummy argument ‘bk’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1894:46: - - subroutine get_int_hght(npz, ak, bk, ps, delp, ps0, tv) - 1 -Warning: Unused dummy argument ‘delp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1894:40: - - subroutine get_int_hght(npz, ak, bk, ps, delp, ps0, tv) - 1 -Warning: Unused dummy argument ‘ps’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1485:74: - - subroutine get_ncep_analysis ( ps, u, v, t, q, zvir, ts, nfile, fname, bd ) - 1 -Warning: Unused dummy argument ‘bd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1498:15: - - logical found - 1 -Warning: Unused variable ‘found’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1485:63: - - subroutine get_ncep_analysis ( ps, u, v, t, q, zvir, ts, nfile, fname, bd ) - 1 -Warning: Unused dummy argument ‘nfile’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1256:69: - - subroutine fv_nwp_nudge_init(time, axes, npz, zvir, ak, bk, ts, phis, gridstruct, ks, npx, neststruct, bd) - 1 -Warning: Unused dummy argument ‘phis’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1272:18: - - integer tsize(4) - 1 -Warning: Unused variable ‘tsize’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:814:37: - - real:: pst, dbk, pt0, rdt, bias - 1 -Warning: Unused variable ‘bias’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:815:25: - - integer i, j, k, iq - 1 -Warning: Unused variable ‘iq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:813:40: - - real, dimension(is:ie,npz+1):: pe2, peln - 1 -Warning: Unused variable ‘pe2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:813:46: - - real, dimension(is:ie,npz+1):: pe2, peln - 1 -Warning: Unused variable ‘peln’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:795:92: - - subroutine ps_nudging(dt, factor, npz, ak, bk, ps_obs, mask, tm, ps, phis, delp, ua, va, pt, nwat, q, bd, npx, npy, gridstruct, domain) - 1 -Warning: Unused dummy argument ‘pt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:795:101: - - subroutine ps_nudging(dt, factor, npz, ak, bk, ps_obs, mask, tm, ps, phis, delp, ua, va, pt, nwat, q, bd, npx, npy, gridstruct, domain) - 1 -Warning: Unused dummy argument ‘q’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:795:84: - - subroutine ps_nudging(dt, factor, npz, ak, bk, ps_obs, mask, tm, ps, phis, delp, ua, va, pt, nwat, q, bd, npx, npy, gridstruct, domain) - 1 -Warning: Unused dummy argument ‘ua’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:795:88: - - subroutine ps_nudging(dt, factor, npz, ak, bk, ps_obs, mask, tm, ps, phis, delp, ua, va, pt, nwat, q, bd, npx, npy, gridstruct, domain) - 1 -Warning: Unused dummy argument ‘va’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:348:69: - - real :: rdt, press(npz), profile(npz), prof_t(npz), prof_q(npz), du, dv - 1 -Warning: Unused variable ‘du’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:348:73: - - real :: rdt, press(npz), profile(npz), prof_t(npz), prof_q(npz), du, dv - 1 -Warning: Unused variable ‘dv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:346:30: - - integer :: i,j,k, iq, kht, n - 1 -Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:349:14: - - logical used - 1 -Warning: Unused variable ‘used’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:5166:35: - - integer :: ncids,sourceLength - 1 -Warning: Unused variable ‘ncids’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:5166:48: - - integer :: ncids,sourceLength - 1 -Warning: Unused variable ‘sourcelength’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:4261:49: - - subroutine convert_to_virt_pot_temp(isd,ied,jsd,jed,npz & - 1 -Warning: Unused dummy argument ‘ied’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:4261:45: - - subroutine convert_to_virt_pot_temp(isd,ied,jsd,jed,npz & - 1 -Warning: Unused dummy argument ‘isd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:4261:57: - - subroutine convert_to_virt_pot_temp(isd,ied,jsd,jed,npz & - 1 -Warning: Unused dummy argument ‘jed’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:4261:53: - - subroutine convert_to_virt_pot_temp(isd,ied,jsd,jed,npz & - 1 -Warning: Unused dummy argument ‘jsd’ at (1) [-Wunused-dummy-argument] -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2709:49: - - real, dimension(is_bc:ie_bc,js_bc:je_bc):: phis - 1 -Warning: Unused variable ‘phis’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2597:52: - - ,east_bc,west_bc & - 1 -Warning: Unused dummy argument ‘east_bc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2596:53: - - ,north_bc,south_bc & - 1 -Warning: Unused dummy argument ‘north_bc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2595:49: - - subroutine allocate_regional_BC_arrays(side & - 1 -Warning: Unused dummy argument ‘side’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2596:62: - - ,north_bc,south_bc & - 1 -Warning: Unused dummy argument ‘south_bc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2597:60: - - ,east_bc,west_bc & - 1 -Warning: Unused dummy argument ‘west_bc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2359:23: - - integer :: dim_id,nctype,ndims,var_id - 1 -Warning: Unused variable ‘dim_id’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2362:36: - - character(len=5) :: dim_name_x & !<-- Dimension names in - 1 -Warning: Unused variable ‘dim_name_x’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2363:36: - - ,dim_name_y ! the BC file - 1 -Warning: Unused variable ‘dim_name_y’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2354:21: - - integer :: halo,lat,lev,lon - 1 -Warning: Unused variable ‘halo’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2354:25: - - integer :: halo,lat,lev,lon - 1 -Warning: Unused variable ‘lat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2354:29: - - integer :: halo,lat,lev,lon - 1 -Warning: Unused variable ‘lev’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2354:33: - - integer :: halo,lat,lev,lon - 1 -Warning: Unused variable ‘lon’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2359:30: - - integer :: dim_id,nctype,ndims,var_id - 1 -Warning: Unused variable ‘nctype’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2359:36: - - integer :: dim_id,nctype,ndims,var_id - 1 -Warning: Unused variable ‘ndims’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1373:50: - - logical,save :: computed_regional_bc_indices=.false. - 1 -Warning: Unused variable ‘computed_regional_bc_indices’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1350:30: - - integer :: i_start,i_end,j_start,j_end - 1 -Warning: Unused variable ‘i_end’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1350:24: - - integer :: i_start,i_end,j_start,j_end - 1 -Warning: Unused variable ‘i_start’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1341:42: - - ,ie_north,ie_south,ie_east,ie_west & - 1 -Warning: Unused variable ‘ie_east’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1341:25: - - ,ie_north,ie_south,ie_east,ie_west & - 1 -Warning: Unused variable ‘ie_north’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1341:34: - - ,ie_north,ie_south,ie_east,ie_west & - 1 -Warning: Unused variable ‘ie_south’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1341:50: - - ,ie_north,ie_south,ie_east,ie_west & - 1 -Warning: Unused variable ‘ie_west’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1340:42: - - integer :: is_north,is_south,is_east,is_west & - 1 -Warning: Unused variable ‘is_east’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1340:25: - - integer :: is_north,is_south,is_east,is_west & - 1 -Warning: Unused variable ‘is_north’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1340:34: - - integer :: is_north,is_south,is_east,is_west & - 1 -Warning: Unused variable ‘is_south’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1340:50: - - integer :: is_north,is_south,is_east,is_west & - 1 -Warning: Unused variable ‘is_west’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1350:44: - - integer :: i_start,i_end,j_start,j_end - 1 -Warning: Unused variable ‘j_end’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1350:38: - - integer :: i_start,i_end,j_start,j_end - 1 -Warning: Unused variable ‘j_start’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1343:42: - - ,je_north,je_south,je_east,je_west - 1 -Warning: Unused variable ‘je_east’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1343:25: - - ,je_north,je_south,je_east,je_west - 1 -Warning: Unused variable ‘je_north’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1343:34: - - ,je_north,je_south,je_east,je_west - 1 -Warning: Unused variable ‘je_south’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1343:50: - - ,je_north,je_south,je_east,je_west - 1 -Warning: Unused variable ‘je_west’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1342:42: - - ,js_north,js_south,js_east,js_west & - 1 -Warning: Unused variable ‘js_east’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1342:25: - - ,js_north,js_south,js_east,js_west & - 1 -Warning: Unused variable ‘js_north’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1342:34: - - ,js_north,js_south,js_east,js_west & - 1 -Warning: Unused variable ‘js_south’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1342:50: - - ,js_north,js_south,js_east,js_west & - 1 -Warning: Unused variable ‘js_west’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1381:28: - - integer,save :: kount1=0,kount2=0 - 1 -Warning: Unused variable ‘kount1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1381:37: - - integer,save :: kount1=0,kount2=0 - 1 -Warning: Unused variable ‘kount2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1338:47: - - integer :: dimid,i,j,k,klev_in,klev_out,n,nlev - 1 -Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1005:37: - - integer :: i,i_start_data,istat,j,j_start_data,ncid_oro,var_id - 1 -Warning: Unused variable ‘istat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:908:35: - - integer :: i_start_data,istat,j_start_data,n,ncid_grid,var_id - 1 -Warning: Unused variable ‘istat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2648:0: - - subroutine breed_srf_w10(time, dt, npz, ak, bk, ps, phis, slp, delp, u, v, gridstruct) - -Warning: ‘breed_srf_w10’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:3918:0: - - subroutine bc_time_interpolation_general(is,ie,js,je & - -Warning: ‘bc_time_interpolation_general’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:4448:0: - - subroutine p_maxmin(qname, q, is, ie, js, je, km, fac) - -Warning: ‘p_maxmin’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:4476:0: - - subroutine pmaxmn(qname, q, is, ie, js, je, km, fac, area, domain) - -Warning: ‘pmaxmn’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:182:20: - - real :: lat0 = pi/2.0 !< pi/4.8 - 1 -Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3943:27: - - real, parameter :: lc = 5.*pi/3. - 1 -Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3944:27: - - real, parameter :: thc = pi/9. - 1 -Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6260:1: - - if (bubble_do) then - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6261:1: - - r0 = 100.*sqrt(dx_const**2 + dy_const**2) - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6262:1: - - icenter = npx/2 - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6263:1: - - jcenter = npy/2 - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6265:1: - - do j=js,je - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6266:1: - - do i=is,ie - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6267:1: - - dist = (i-icenter)*dx_const*(i-icenter)*dx_const & - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6268:1: - - +(j-jcenter)*dy_const*(j-jcenter)*dy_const - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6269:1: - - dist = min(r0, sqrt(dist)) - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6270:1: - - do k=1,npz - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6271:1: - - prf = ak(k) + ps(i,j)*bk(k) - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6272:1: - - if ( prf > 100.E2 ) then - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6273:1: - - pt(i,j,k) = pt(i,j,k) + 0.01*(1. - (dist/r0)) * prf/ps(i,j) - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6274:1: - - endif - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6275:1: - - enddo - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6276:1: - - enddo - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6277:1: - - enddo - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6278:1: - - endif - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6628:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6628:1: if (bubble_do) then 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6629:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6629:1: r0 = 10.e3 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6630:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6630:1: zc = 1.4e3 ! center of bubble from surface 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6631:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6631:1: icenter = (npx-1)/2 + 1 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6632:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6632:1: jcenter = (npy-1)/2 + 1 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6633:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6633:1: do k=1, npz 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6634:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6634:1: zm = 0.5*(ze1(k)+ze1(k+1)) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6635:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6635:1: ptmp = ( (zm-zc)/zc ) **2 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6636:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6636:1: if ( ptmp < 1. ) then 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6637:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6637:1: do j=js,je 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6638:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6638:1: do i=is,ie 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6639:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6639:1: dist = ptmp+((i-icenter)*dx_const/r0)**2+((j-jcenter)*dy_const/r0)**2 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6640:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6640:1: if ( dist < 1. ) then 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6641:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6641:1: pt(i,j,k) = pt(i,j,k) + pturb*(1.-sqrt(dist)) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6642:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6642:1: endif 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6643:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6643:1: enddo 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6644:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6644:1: enddo 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6645:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6645:1: endif 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6646:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6646:1: enddo 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6647:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6647:1: endif 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7149:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7149:28: real, parameter :: phiW = 2.*pi/9. 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7524:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7524:26: real, parameter :: fc = 2.*OMEGA*sin(phip) 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:9110:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:230:17: + + integer :: nf_ht = 1 + 1 +Warning: Unused PRIVATE module variable ‘nf_ht’ declared at (1) [-Wunused-value] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:251:16: + + real :: pt_lim = 0.2 + 1 +Warning: Unused PRIVATE module variable ‘pt_lim’ declared at (1) [-Wunused-value] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:202:23: + + logical :: strong_mask = .false. + 1 +Warning: Unused PRIVATE module variable ‘strong_mask’ declared at (1) [-Wunused-value] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:196:22: + + logical :: use_pt_inc = .false. + 1 +Warning: Unused PRIVATE module variable ‘use_pt_inc’ declared at (1) [-Wunused-value] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:9110:1: call mp_stop 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:9111:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:9111:1: stop 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4717:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3413:15: + + integer n, m, ds, nday + 1 +Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3414:15: + + real tsec + 1 +Warning: Unused variable ‘tsec’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3284:38: + + integer:: it, i1, i2, p_ring, d_ring + 1 +Warning: Unused variable ‘d_ring’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3284:18: + + integer:: it, i1, i2, p_ring, d_ring + 1 +Warning: Unused variable ‘i1’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3284:22: + + integer:: it, i1, i2, p_ring, d_ring + 1 +Warning: Unused variable ‘i2’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3283:18: + + integer:: mmddhh, yr, year, month, day, hour, MPH, islp + 1 +Warning: Unused variable ‘mmddhh’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3284:30: + + integer:: it, i1, i2, p_ring, d_ring + 1 +Warning: Unused variable ‘p_ring’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3185:80: + + subroutine get_slp_obs(time, nobs, lon_obs, lat_obs, w10, mslp, slp_out, r_out, time_obs, & + 1 +Warning: Unused dummy argument ‘r_out’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3185:73: + + subroutine get_slp_obs(time, nobs, lon_obs, lat_obs, w10, mslp, slp_out, r_out, time_obs, & + 1 +Warning: Unused dummy argument ‘slp_out’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2927:59: + + subroutine breed_srf_winds(time, dt, npz, u_obs, v_obs, ak, bk, ps, phis, delp, ua, va, u_dt, v_dt, pt, q, nwat, zvir, gridstruct) + 1 +Warning: Unused dummy argument ‘ak’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2927:63: + + subroutine breed_srf_winds(time, dt, npz, u_obs, v_obs, ak, bk, ps, phis, delp, ua, va, u_dt, v_dt, pt, q, nwat, zvir, gridstruct) + 1 +Warning: Unused dummy argument ‘bk’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2953:28: + + integer n, i, j, k, iq + 1 +Warning: Unused variable ‘iq’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2927:106: + + subroutine breed_srf_winds(time, dt, npz, u_obs, v_obs, ak, bk, ps, phis, delp, ua, va, u_dt, v_dt, pt, q, nwat, zvir, gridstruct) + 1 +Warning: Unused dummy argument ‘q’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2927:118: + + subroutine breed_srf_winds(time, dt, npz, u_obs, v_obs, ak, bk, ps, phis, delp, ua, va, u_dt, v_dt, pt, q, nwat, zvir, gridstruct) + 1 +Warning: Unused dummy argument ‘zvir’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4717:4: 202 format(' ',A,e10.4,' ',e10.4,' ',i4.4,'x',i4.4,'x',i4.4,'x',i4.4,' ',e10.4) 1 Warning: Label 202 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:339:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:339:4: 200 format(i4.4,'x',i4.4,'x',i4.4,' ',e21.14,' ',e21.14,' ',e21.14,' ',e21.14,' ',e21.14,' ',e21.14,' ',e21.14,' ',e21.14) 1 Warning: Label 200 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:9140:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2648:43: + + subroutine breed_srf_w10(time, dt, npz, ak, bk, ps, phis, slp, delp, u, v, gridstruct) + 1 +Warning: Unused dummy argument ‘ak’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2648:47: + + subroutine breed_srf_w10(time, dt, npz, ak, bk, ps, phis, slp, delp, u, v, gridstruct) + 1 +Warning: Unused dummy argument ‘bk’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2648:51: + + subroutine breed_srf_w10(time, dt, npz, ak, bk, ps, phis, slp, delp, u, v, gridstruct) + 1 +Warning: Unused dummy argument ‘ps’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:9140:13: r2im = 0.5d0/dble(im) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8943:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8943:11: pdot = sqrt(e(1,n)**2+e(2,n)**2+e(3,n)**2) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8054:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2156:67: + + zvir, gridstruct, ks, domain_local, bd, hydrostatic) + 1 +Warning: Unused dummy argument ‘bd’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8054:25: psi(i,j) = (-1.0 * Ubar * radius *( sin(agrid(i,j,2)) *cos(alpha) - & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8060:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2188:50: + + real:: relx0, relx, f1, pbreed, pbtop, delp0, dp0 + 1 +Warning: Unused variable ‘delp0’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8060:27: psi_b(i,j) = (-1.0 * Ubar * radius *( sin(grid(i,j,2)) *cos(alpha) - & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7940:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2189:18: + + real:: ratio, p_count, p_sum, a_sum, mass_sink, delps + 1 +Warning: Unused variable ‘ratio’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7940:16: Ubar = (2.0*pi*radius)/(12.0*86400.0) 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7942:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7942:14: r0 = radius/3. !RADIUS radius/3. 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7952:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7952:32: delp(i,j,1) = phis(i,j) + 0.5*(1.0+cos(PI*r/r0)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7813:10: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2156:33: + + zvir, gridstruct, ks, domain_local, bd, hydrostatic) + 1 +Warning: Unused dummy argument ‘zvir’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7813:10: d1 = sin(phip)*cos(lat) - cos(phip)*sin(lat)*cos(lon - lamp) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7814:10: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7814:10: d2 = cos(phip)*sin(lon - lamp) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7477:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7477:27: DCMIP16_BC_sphum = q0 * exp(-(lat/phiW)**4) * exp(-( (eta-1.)*p0/pw)**2) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7463:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7463:29: DCMIP16_BC_uwind_pert = max(0., up*ZZ*exp(-(dst/Rp)**2) ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7443:10: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7443:10: UU = grav*KK/radius * Ti2 * ( cos(lat)**(int(KK)-1) - cos(lat)**(int(KK)+1) ) * T 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7444:10: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7444:10: ur = - omega * radius * cos(lat) + sqrt( (omega*radius*cos(lat))**2 + radius*cos(lat)*UU) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7424:10: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7424:10: IT = exp(KK * log(cos(lat))) - KK/(KK+2.)*exp((KK+2.)*log(cos(lat))) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7407:10: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7407:10: IT = exp(KK * log(cos(lat))) - KK/(KK+2.)*exp((KK+2.)*log(cos(lat))) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3955:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3955:13: k1 = max(0., sin(lat(i,j))*sinthc + cos(lat(i,j))*costhc*cos(lon(i,j) - lc)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6949:8: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6949:8: dlat = 0.5*pi/real(nlat-1) 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7033:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7033:22: fac_y = (abs(agrid(i,j,2))-lat(jj)) / dlat 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6191:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6191:19: f0_const = 2.*omega*sin(flagstruct%deglat/180.*pi) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6227:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6227:16: r0 = 5.*sqrt(dx_const**2 + dy_const**2) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6232:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6232:22: dist=(i-icenter)*dx_const*(i-icenter)*dx_const & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6261:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6261:13: r0 = 100.*sqrt(dx_const**2 + dy_const**2) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6267:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6267:14: dist = (i-icenter)*dx_const*(i-icenter)*dx_const & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6351:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6351:16: r0 = 5.*max(dx_const, dy_const) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6362:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6362:27: dist = ((i-icenter)*dx_const)**2 + ((j-jcenter)*dy_const)**2 + & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6441:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6441:23: xx = (dx_const * (0.5+real(i-1)) - xc) / 4.E3 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6442:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6442:23: yy = (dy_const * (0.5+real(j-1)) - xc) / 4.E3 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6445:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6445:35: pt(i,j,k) = pt(i,j,k) - pturb/pkz(i,j,k)*(cos(pi*dist)+1.)/2. 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6532:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6532:26: dist = ptmp+((i-icenter)*dx_const/r0)**2+((j-jcenter)*dy_const/r0)**2 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6599:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6599:22: utmp = 8.*(1.-cos(pi*zm/4.e3)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6600:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6600:22: vtmp = 8.*sin(pi*zm/4.e3) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6639:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6639:16: dist = ptmp+((i-icenter)*dx_const/r0)**2+((j-jcenter)*dy_const/r0)**2 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6741:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6741:27: dist = ((i-icenter)*dx_const)**2 + ((j-jcenter)*dy_const)**2 + (zm-zc)**2 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:5235:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:5235:17: minCy = missing 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:5236:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:5236:17: maxCy = -1.*missing 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:5237:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:5237:17: minCx = missing 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:5238:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:5238:17: maxCx = -1.*missing 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:5282:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:5282:18: meanCx = meanCx/(6.0*DBLE(npx)*DBLE(npy-1)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:5283:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:5283:18: meanCy = meanCy/(6.0*DBLE(npx-1)*DBLE(npy)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:5067:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:5067:18: vmean = vmean / (4.0*pi) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:5068:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:5068:18: vmeanT = vmeanT / (4.0*pi) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4993:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4993:15: pha = dist/radius 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4997:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4997:17: p3(1) = MOD( (p1(1)-pi)-dp+pi , 2.*pi ) !- pi Leave at 0 to 360 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4947:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4947:17: myRec = myDay*86400.0/dtout + 1 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4263:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4263:9: l = 2.*pi/period 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4266:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4266:13: phase = pi*time/period 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4279:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4279:18: omega0 = 23000.*pi/period 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4282:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4282:16: ptop = 100000.*exp(-12000.*grav/t00/rdgas) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4287:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4287:16: s = min(1.,2.*sqrt(sin((pe(i,k,j)-ptop)/(pe(i,npz+1,j)-ptop)*pi))) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4288:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4288:24: pe(i,k,j) = pe(i,k,j) + dt*omega0*sin(agrid(i,j,1)-period*(time+dt2))*cos(agrid(i,j,2))* & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4302:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4302:14: v0 = 10.*RADIUS/period !k in DCMIP document 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4307:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4307:23: psi(i,j) = (-1.0 * Ubar * radius *( sin(agrid(i,j,2)) *cos(alpha) - & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4314:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4314:25: psi_b(i,j) = (-1.0 * Ubar * radius *( sin(grid(i,j,2)) *cos(alpha) - & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4368:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4368:18: omega0 = 23000.*pi/period 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4373:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4373:16: s = min(1.,2.*sqrt(sin((pe(i,k,j)-ptop)/(pe(i,npz+1,j)-ptop)*pi))) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4374:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4374:24: pe(i,k,j) = pe(i,k,j) + dt*omega0*sin(agrid(i,j,1)-period*(time+dt2))*cos(agrid(i,j,2))* & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4388:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4388:16: ubar = 10.*RADIUS/period !k in DCMIP document 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4398:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4398:19: l = p3(1) - 2.*pi*time/period 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4399:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4399:22: utmp = ubar * sin(l)**2 * sin(2.*p3(2)) * cos(pi*time/period) + 2.*pi*RADIUS/period*cos(p3(2)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4400:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4400:22: vtmp = ubar * sin(2.*l) * cos(p3(2)) * cos(pi*time/period) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4411:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4411:19: l = p3(1) - 2.*pi*time/period 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4412:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4412:22: utmp = ubar * sin(l)**2 * sin(2.*p3(2)) * cos(pi*time/period) + 2.*pi*RADIUS/period*cos(p3(2)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4413:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4413:22: vtmp = ubar * sin(2.*l) * cos(p3(2)) * cos(pi*time/period) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4474:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4474:24: pe(i,k,j) = pe(i,k,j) + dt*omega0*grav*pe(i,k,j)/rdgas/300./k_cell* & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4495:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4495:19: utmp = ubar*cos(agrid(i,j,2)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4496:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4496:19: vtmp = - RADIUS * omega0 * pi / k_cell / 12000. * & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4170:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4170:27: AofT(2) = 0.5*(1.-cos(0.25*PI*(tday-20))) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4173:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4173:27: AofT(2) = 0.5*(1.-cos(0.25*PI*tday)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4177:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4177:27: AofT(2) = 0.5*(1.+cos(0.25*PI*(tday-16.))) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4119:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4119:12: ph0 = pi/7. 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4120:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4120:12: ph1 = pi/2. - ph0 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4077:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2009:32: + + subroutine remap_uv(npz, ak, bk, ps, delp, u, v, kmd, ps0, u0, v0, ptop) + 1 +Warning: Unused dummy argument ‘bk’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4077:11: dp = pi / real(jm-1) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4084:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4084:24: lats_table(1) = -pi/2. 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4087:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4087:15: lat = -pi/2. + (real(j-1)-0.5)*dp 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4090:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4090:23: gh_table(j) = gh_table(j-1) - uu*(radius*ft + tan(lat)*uu) * dp 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4091:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4091:25: lats_table(j) = -pi/2. + real(j-1)*dp 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4013:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4013:16: cos_p = sin(p2(2))*sin(p1(2)) + cos(p2(2))*cos(p1(2))*cos(p2(1)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4014:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4014:12: r = radius*acos(cos_p) ! great circle distance 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4021:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4021:13: x1 = cos(p2(2))*sin(p2(1)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4022:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4022:13: y1 = sin(p2(2))*cos(p1(2)) - cos(p2(2))*sin(p1(2))*cos(p2(1)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4042:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4042:16: cos_p = sin(p2(2))*sin(p1(2)) + cos(p2(2))*cos(p1(2))*cos(p2(1)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4043:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4043:12: r = radius*acos(cos_p) ! great circle distance 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4049:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4049:13: x1 = cos(p2(2))*sin(p2(1)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4050:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4050:13: y1 = sin(p2(2))*cos(p1(2)) - cos(p2(2))*sin(p1(2))*cos(p2(1)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3882:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3882:15: qtmp = sin(nx*lon(i,j))*sin(ny*lat(i,j)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:777:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:777:22: fC(i,j) = 2.*omega*( -1.*cos(grid(i,j,1))*cos(grid(i,j,2))*sin(alpha) + & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:783:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:783:22: f0(i,j) = 2.*omega*( -1.*cos(agrid(i,j,1))*cos(agrid(i,j,2))*sin(alpha) + & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1602:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1602:14: r0 = PI/9. 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1609:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1929:34: + + subroutine remap_tq( npz, ak, bk, ps, delp, t, q, & + 1 +Warning: Unused dummy argument ‘bk’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1609:19: r = MIN(r0*r0, (p2(1)-p1(1))*(p2(1)-p1(1)) + (p2(2)-p1(2))*(p2(2)-p1(2)) ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1745:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1745:23: eta_v(k) = (eta(k) - eta_0)*PI*0.5 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1762:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1930:44: + + kmd, ps0, ta, qa, zvir, ptop) + 1 +Warning: Unused dummy argument ‘zvir’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1762:29: q(i,j,k,sphum) = 0.021*exp(-(agrid(i,j,2)/pcen(2))**4.)*exp(-(ptmp/34000.)**2.) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1791:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1791:26: utmp = Ubar * COS(eta_v(z))**(3.0/2.0) * SIN(2.0*grid(i,j+1,2))**2.0 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1795:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1795:24: vv1 = utmp*(ee2(2,i,j+1)*cos(grid(i,j+1,1)) - ee2(1,i,j+1)*sin(grid(i,j+1,1))) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1797:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1797:26: utmp = Ubar * COS(eta_v(z))**(3.0/2.0) * SIN(2.0*grid(i,j,2))**2.0 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1801:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1801:24: vv3 = utmp*(ee2(2,i,j)*cos(grid(i,j,1)) - ee2(1,i,j)*sin(grid(i,j,1))) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1806:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1806:26: utmp = Ubar * COS(eta_v(z))**(3.0/2.0) * SIN(2.0*pa(2))**2.0 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1810:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1810:24: vv2 = utmp*(ew(2,i,j,2)*cos(pa(1)) - ew(1,i,j,2)*sin(pa(1))) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1817:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1817:26: utmp = Ubar * COS(eta_v(z))**(3.0/2.0) * SIN(2.0*grid(i,j,2))**2.0 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1821:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1821:24: uu1 = utmp*(ee1(2,i,j)*cos(grid(i,j,1)) - ee1(1,i,j)*sin(grid(i,j,1))) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1823:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1823:26: utmp = Ubar * COS(eta_v(z))**(3.0/2.0) * SIN(2.0*grid(i+1,j,2))**2.0 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1827:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1827:24: uu3 = utmp*(ee1(2,i+1,j)*cos(grid(i+1,j,1)) - ee1(1,i+1,j)*sin(grid(i+1,j,1))) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1832:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1832:26: utmp = Ubar * COS(eta_v(z))**(3.0/2.0) * SIN(2.0*pa(2))**2.0 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1836:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1836:24: uu2 = utmp*(es(2,i,j,1)*cos(pa(1)) - es(1,i,j,1)*sin(pa(1))) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1867:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1867:24: pt1 = T_mean + 0.75*(eta(z)*PI*Ubar/RDGAS)*SIN(eta_v(z))*SQRT(COS(eta_v(z))) * ( & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1881:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1881:24: pt2 = T_mean + 0.75*(eta(z)*PI*Ubar/RDGAS)*SIN(eta_v(z))*SQRT(COS(eta_v(z))) * ( & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1886:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1894:32: + + subroutine get_int_hght(npz, ak, bk, ps, delp, ps0, tv) + 1 +Warning: Unused dummy argument ‘ak’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1886:24: pt3 = T_mean + 0.75*(eta(z)*PI*Ubar/RDGAS)*SIN(eta_v(z))*SQRT(COS(eta_v(z))) * ( & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1891:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1894:36: + + subroutine get_int_hght(npz, ak, bk, ps, delp, ps0, tv) + 1 +Warning: Unused dummy argument ‘bk’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1894:46: + + subroutine get_int_hght(npz, ak, bk, ps, delp, ps0, tv) + 1 +Warning: Unused dummy argument ‘delp’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1894:40: + + subroutine get_int_hght(npz, ak, bk, ps, delp, ps0, tv) + 1 +Warning: Unused dummy argument ‘ps’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1891:24: pt4 = T_mean + 0.75*(eta(z)*PI*Ubar/RDGAS)*SIN(eta_v(z))*SQRT(COS(eta_v(z))) * ( & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1896:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1896:24: pt5 = T_mean + 0.75*(eta(z)*PI*Ubar/RDGAS)*SIN(eta_v(z))*SQRT(COS(eta_v(z))) * ( & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1901:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1901:24: pt6 = T_mean + 0.75*(eta(z)*PI*Ubar/RDGAS)*SIN(eta_v(z))*SQRT(COS(eta_v(z))) * ( & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1905:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1905:24: pt7 = T_mean + 0.75*(eta(z)*PI*Ubar/RDGAS)*SIN(eta_v(z))*SQRT(COS(eta_v(z))) * ( & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1909:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1909:24: pt8 = T_mean + 0.75*(eta(z)*PI*Ubar/RDGAS)*SIN(eta_v(z))*SQRT(COS(eta_v(z))) * ( & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1913:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1913:24: pt9 = T_mean + 0.75*(eta(z)*PI*Ubar/RDGAS)*SIN(eta_v(z))*SQRT(COS(eta_v(z))) * ( & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1939:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1939:21: pt1 = Ubar* (COS( (eta_s-eta_0)*PI/2.0 ))**(3.0/2.0) * ( & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1953:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1953:21: pt2 = Ubar* (COS( (eta_s-eta_0)*PI/2.0 ))**(3.0/2.0) * ( & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1958:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1958:21: pt3 = Ubar* (COS( (eta_s-eta_0)*PI/2.0 ))**(3.0/2.0) * ( & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1963:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1963:21: pt4 = Ubar* (COS( (eta_s-eta_0)*PI/2.0 ))**(3.0/2.0) * ( & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1968:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1968:21: pt5 = Ubar* (COS( (eta_s-eta_0)*PI/2.0 ))**(3.0/2.0) * ( & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1973:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1973:21: pt6 = Ubar* (COS( (eta_s-eta_0)*PI/2.0 ))**(3.0/2.0) * ( & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1977:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1977:21: pt7 = Ubar* (COS( (eta_s-eta_0)*PI/2.0 ))**(3.0/2.0) * ( & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1981:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1981:21: pt8 = Ubar* (COS( (eta_s-eta_0)*PI/2.0 ))**(3.0/2.0) * ( & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1985:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:1985:21: pt9 = Ubar* (COS( (eta_s-eta_0)*PI/2.0 ))**(3.0/2.0) * ( & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2130:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2130:41: q(i,j,k,1) = pk0 * pturb/pkz(i,j,k)*(cos(pi*dist)+1.)/2. 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2131:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2131:35: pt(i,j,k) = pt(i,j,k) - pturb/pkz(i,j,k)*(cos(pi*dist)+1.)/2. 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2186:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2186:12: r0 = radius / 3. 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2191:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2191:30: vort(i,j) = 0.5*(1.+cos(pi*r/r0)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2202:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2202:17: zmid = sin( 0.5*(ze1(z)+ze1(z+1))*pi/ztop ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2255:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2255:12: r0 = radius / 3. 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2260:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2260:30: vort(i,j) = 0.5*(1.+cos(pi*r/r0)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2270:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2270:17: zmid = sin( 0.5*(ze1(z)+ze1(z+1))*pi/ztop ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2294:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2294:25: ps(i,j) = 930.E2 * exp( -radius*n2*ubar/(2.*grav*grav*kappa)*(ubar/radius+2.*omega)* & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2314:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2314:22: utmp = ubar * cos(p3(2)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2328:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2328:22: utmp = ubar * cos(p3(2)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2359:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2359:22: utmp = ubar * cos(p3(2)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2371:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2371:22: utmp = ubar * cos(p3(2)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2404:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2404:31: zeta = asin ( p4(2) / sqrt(p4(1)**2 + p4(2)**2) ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2406:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2406:31: zeta = pi/2. 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2408:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2408:45: if ( p4(1) <= 0. ) zeta = pi - zeta 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2409:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2409:27: zeta = zeta + pi/6. 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2582:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1485:74: + + subroutine get_ncep_analysis ( ps, u, v, t, q, zvir, ts, nfile, fname, bd ) + 1 +Warning: Unused dummy argument ‘bd’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1498:15: + + logical found + 1 +Warning: Unused variable ‘found’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1485:63: + + subroutine get_ncep_analysis ( ps, u, v, t, q, zvir, ts, nfile, fname, bd ) + 1 +Warning: Unused dummy argument ‘nfile’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2582:26: psi(i,j) = (-1.0 * Ubar * radius *( sin(agrid(i,j,2)) *cos(alpha) - & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2589:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2589:28: psi_b(i,j) = (-1.0 * Ubar * radius *( sin(grid(i,j,2)) *cos(alpha) - & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2705:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2705:14: r0 = 0.75*pi 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2706:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2706:17: zetam = pi/16. 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2714:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2714:27: phis(i,j) = grav*0.5*2000.*(1. + cos(pi*r/r0))*cos(pi*r/zetam)**2. 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2829:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2829:24: utmp = 8.*(1.-cos(pi*zm/4.e3)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2830:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2830:24: vtmp = 8.*sin(pi*zm/4.e3) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2870:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2870:28: v(i,j,k) = exp(-8.*great_circle_dist(pp0,p3,radius)/radius) * & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2882:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2882:28: u(i,j,k) = exp(-8.*great_circle_dist(pp0,p3,radius)/radius) * & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2974:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:2974:21: ptmp = t00*exp( dum*(us0*sin(agrid(i,j,2)))**2 ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3020:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3020:20: r = radius*(p2(1)-p0(1)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3021:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3021:26: phis(i,j) = grav*h0*cos(p2(2))*exp(-(r/5.e3)**2)*cos(pi*r/4.e3)**2 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3062:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3062:23: pt1 = exp(-(r/5.e3)**2)*cos(pi*r/4.e3)**2 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3063:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3063:26: phis(i,j) = grav*h0*exp(-(r/5.e3)**2)*cos(pi*r/4.e3)**2 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3072:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3072:21: ps(i,j) = p00*exp( -0.5*(us0*sin(agrid(i,j,2)))**2/(rdgas*t00)-phis(i,j)/(rdgas*pt(i,j,1)) ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3121:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3121:24: utmp = us0*cos(p3(2))*sqrt( 1. + cs_m3*(w(i-1,j,k)+w(i,j,k)) ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3132:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3132:24: utmp = us0*cos(p3(2))*sqrt( 1. + cs_m3*(w(i,j-1,k)+w(i,j,k)) ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3246:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3246:28: v(i,j,k) = uz1(k)*cos(p3(2))*inner_prod(e2,ex) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3256:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3256:28: u(i,j,k) = uz1(k)*cos(p3(2))*inner_prod(e1,ex) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3281:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3281:37: pt(i,j,k) = pt(i,j,k) + (pkz(i,j,k)/pk0)*pturb*cos(0.5*pi*dist)**2 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3595:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:935:5: + + 11110 format(' i_start_data=',i5,' j_start_data=',i5) + 1 +Warning: Label 11110 at (1) defined but not used [-Wunused-label] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3595:15: cor = 2.*omega*sin(p0(2)) !Coriolis at vortex center 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3606:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3606:20: d1 = sin(p0(2))*cos(p3(2)) - cos(p0(2))*sin(p3(2))*cos(p3(1)-p0(1)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3607:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3607:20: d2 = cos(p0(2))*sin(p3(1)-p0(1)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3618:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3618:28: utmp = 1.d0/d*(-cor*r/2.d0+sqrt((cor*r/2.d0)**(2.d0) & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3639:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3639:20: d1 = sin(p0(2))*cos(p3(2)) - cos(p0(2))*sin(p3(2))*cos(p3(1)-p0(1)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3640:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3640:20: d2 = cos(p0(2))*sin(p3(1)-p0(1)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3651:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3651:28: utmp = 1.d0/d*(-cor*r/2.d0+sqrt((cor*r/2.d0)**(2.d0) & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3684:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:3684:30: pt(i,j,k) = (T00-gamma*height)/(1.d0+zvir*q(i,j,k,1))/(1.d0+exppz*Rdgas*(T00-gamma*height)*height & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:345:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:345:23: psi(i,j) = (-1.0 * Ubar * radius *( sin(agrid(i,j,2)) *cos(alpha) - & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:352:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:352:25: psi_b(i,j) = (-1.0 * Ubar * radius *( sin(grid(i,j,2)) *cos(alpha) - & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:465:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:465:26: ua(i,j) = Ubar * ( COS(agrid(i,j,2))*COS(alpha) + & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:467:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:467:25: va(i,j) = -Ubar * SIN(agrid(i,j,1))*SIN(alpha) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:494:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:494:23: utmp = Ubar * ( COS(pt(2))*COS(alpha) + & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:496:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:496:22: vtmp = -Ubar * SIN(pt(1))*SIN(alpha) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:508:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:508:23: utmp = Ubar * ( COS(pt(2))*COS(alpha) + & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:510:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:510:22: vtmp = -Ubar * SIN(pt(1))*SIN(alpha) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:182:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1256:69: + + subroutine fv_nwp_nudge_init(time, axes, npz, zvir, ak, bk, ts, phis, gridstruct, ks, npx, neststruct, bd) + 1 +Warning: Unused dummy argument ‘phis’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1272:18: + + integer tsize(4) + 1 +Warning: Unused variable ‘tsize’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2806:18: + + 123 ps(i,j) = exp(pst) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2960:35: + + BC_side%pt_BC(i,j,k) = (gz_fv(k)-gz_fv(k+1))/( rdgas*(pn1(i,k+1)-pn1(i,k))*(1.+zvir*BC_side%q_BC(i,j,k,sphum)) ) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2967:37: + + BC_side%delz_BC(i,j,k) = (gz_fv(k+1) - gz_fv(k)) / grav + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1255:32: + + current_time_in_seconds = time_type_to_real( atmos_time ) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:814:37: + + real:: pst, dbk, pt0, rdt, bias + 1 +Warning: Unused variable ‘bias’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:815:25: + + integer i, j, k, iq + 1 +Warning: Unused variable ‘iq’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:813:40: + + real, dimension(is:ie,npz+1):: pe2, peln + 1 +Warning: Unused variable ‘pe2’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:813:46: + + real, dimension(is:ie,npz+1):: pe2, peln + 1 +Warning: Unused variable ‘peln’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:795:92: + + subroutine ps_nudging(dt, factor, npz, ak, bk, ps_obs, mask, tm, ps, phis, delp, ua, va, pt, nwat, q, bd, npx, npy, gridstruct, domain) + 1 +Warning: Unused dummy argument ‘pt’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:795:101: + + subroutine ps_nudging(dt, factor, npz, ak, bk, ps_obs, mask, tm, ps, phis, delp, ua, va, pt, nwat, q, bd, npx, npy, gridstruct, domain) + 1 +Warning: Unused dummy argument ‘q’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:795:84: + + subroutine ps_nudging(dt, factor, npz, ak, bk, ps_obs, mask, tm, ps, phis, delp, ua, va, pt, nwat, q, bd, npx, npy, gridstruct, domain) + 1 +Warning: Unused dummy argument ‘ua’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:795:88: + + subroutine ps_nudging(dt, factor, npz, ak, bk, ps_obs, mask, tm, ps, phis, delp, ua, va, pt, nwat, q, bd, npx, npy, gridstruct, domain) + 1 +Warning: Unused dummy argument ‘va’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:348:69: + + real :: rdt, press(npz), profile(npz), prof_t(npz), prof_q(npz), du, dv + 1 +Warning: Unused variable ‘du’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:348:73: + + real :: rdt, press(npz), profile(npz), prof_t(npz), prof_q(npz), du, dv + 1 +Warning: Unused variable ‘dv’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:346:30: + + integer :: i,j,k, iq, kht, n + 1 +Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:349:14: + + logical used + 1 +Warning: Unused variable ‘used’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:182:18: real :: lat0 = pi/2.0 !< pi/4.8 1 Warning: Unused PRIVATE module variable ‘lat0’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:183:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:183:18: real :: lon0 = 0.0 ! /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__54300 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -41756,20 +41529,20 @@ INFO: CCPP prebuild step completed successfully. ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__15753 +++ unset setup__test_function__54300 ++ unset __ms_function_name + [[ cheyenne.gnu == macosx.* ]] + [[ cheyenne.gnu == linux.* ]] -+ module use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu -++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu -+ eval '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVs;' export '_ModuleTable001_;' '_ModuleTable002_=ZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable002_;' '_ModuleTable_Sz_=2;' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1' ++ module use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu +++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu ++ eval '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVz;' export '_ModuleTable001_;' '_ModuleTable002_=L2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable002_;' '_ModuleTable_Sz_=2;' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVs +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVz ++ export _ModuleTable001_ -++ _ModuleTable002_=ZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 +++ _ModuleTable002_=L2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -41777,7 +41550,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module load fv3 ++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libbacio_4.a;' export 'BACIO_LIB4;' 'CC=gcc;' export 'CC;' 'CESMDATAROOT=/glade/p/cesmdata/cseg;' export 'CESMDATAROOT;' 'CESMROOT=/glade/p/cesm;' export 'CESMROOT;' 'CMAKE_CXX_COMPILER=mpicxx;' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER=mpicc;' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER=mpif90;' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform=cheyenne.gnu;' export 'CMAKE_Platform;' 'COMPILER=gnu;' export 'COMPILER;' '__LMOD_REF_COUNT_CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:1\;/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_CPATH;' 'CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:/glade/u/apps/ch/opt/mpt/2.19/include;' export 'CPATH;' 'CXX=g++;' export 'CXX;' 'DASK_ROOT_CONFIG=/glade/u/apps/config/dask;' export 'DASK_ROOT_CONFIG;' 'ENV=/etc/profile.d/modules.sh;' export 'ENV;' 'ESMFMKFILE=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/lib/esmf.mk;' export 'ESMFMKFILE;' 'F77=gfortran;' export 'F77;' 'F90=gfortran;' export 'F90;' 'FC=gfortran;' export 'FC;' '__LMOD_REF_COUNT_FPATH=/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_FPATH;' 'FPATH=/glade/u/apps/ch/opt/mpt/2.19/include;' export 'FPATH;' 'GNU_MAJOR_VERSION=8.3;' export 'GNU_MAJOR_VERSION;' 'GNU_MINOR_VERSION=0;' export 'GNU_MINOR_VERSION;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:1\;/glade/u/apps/ch/opt/mpt/2.19/lib:1\;/glade/u/apps/ch/opt/gnu/8.3.0/lib64:1\;/ncar/opt/slurm/latest/lib:1\;/glade/u/apps/ch/os/usr/lib64:1\;/glade/u/apps/ch/os/usr/lib:1\;/glade/u/apps/ch/os/lib64:1\;/glade/u/apps/ch/os/lib:1;' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:/glade/u/apps/ch/opt/mpt/2.19/lib:/glade/u/apps/ch/opt/gnu/8.3.0/lib64:/ncar/opt/slurm/latest/lib:/glade/u/apps/ch/os/usr/lib64:/glade/u/apps/ch/os/usr/lib:/glade/u/apps/ch/os/lib64:/glade/u/apps/ch/os/lib;' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib:1;' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib;' export 'LIBRARY_PATH;' 'LMOD_COMPILER=gnu;' export 'LMOD_COMPILER;' 'LMOD_COMPILER_VERSION=8.3.0;' export 'LMOD_COMPILER_VERSION;' 'LMOD_FAMILY_COMPILER=gnu;' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION=8.3.0;' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI=mpt;' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION=2.19;' export 'LMOD_FAMILY_MPI_VERSION;' 'LMOD_MPI=mpt_fmods;' export 'LMOD_MPI;' 'LMOD_MPI_VERSION=2.19;' export 'LMOD_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES=ncarenv/1.3:1\;gnu/8.3.0:1\;mpt/2.19:1\;ncarcompilers/0.5.0:1\;netcdf/4.6.3:1\;esmf/8.0.0:1\;NCEPlibs/9.9.9:1\;SIONlib/1.7.4:1\;fv3:1;' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES=ncarenv/1.3:gnu/8.3.0:mpt/2.19:ncarcompilers/0.5.0:netcdf/4.6.3:esmf/8.0.0:NCEPlibs/9.9.9:SIONlib/1.7.4:fv3;' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/share/man:1\;/glade/u/apps/ch/opt/mpt/2.19/man:1\;/glade/u/apps/ch/opt/gnu/8.3.0/share/man:1\;/ncar/opt/slurm/latest/share/man:1\;/usr/local/man:1\;/usr/share/man:1\;/opt/pbs/share/man:1\;/opt/clmgr/man:1\;/opt/sgi/share/man:1;' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/ch/opt/gnu/8.3.0/share/man:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man;' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:1\;/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19;' export 'MODULEPATH;' 'MPICC_CC=gcc;' export 'MPICC_CC;' 'MPICXX_CXX=g++;' export 'MPICXX_CXX;' 'MPIF08_F08=gfortran;' export 'MPIF08_F08;' 'MPIF90_F90=gfortran;' export 'MPIF90_F90;' 'MPI_IB_CONGESTED=1;' export 'MPI_IB_CONGESTED;' 'MPI_ROOT=/glade/u/apps/ch/opt/mpt/2.19;' export 'MPI_ROOT;' 'MPI_SYSLOG_COPY=2;' export 'MPI_SYSLOG_COPY;' 'MPT_VERSION=2.19;' export 'MPT_VERSION;' 'MP_COMPILER=gnu;' export 'MP_COMPILER;' 'NCAR_EXCLUDE_ASNEEDED=1;' export 'NCAR_EXCLUDE_ASNEEDED;' 'NCAR_HOST=cheyenne;' export 'NCAR_HOST;' 'NCAR_INC_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/include;' export 'NCAR_INC_GNU;' 'NCAR_INC_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/include;' export 'NCAR_INC_NETCDF;' 'NCAR_LDFLAGS_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/lib64;' export 'NCAR_LDFLAGS_GNU;' 'NCAR_LDFLAGS_GNU32=/glade/u/apps/ch/opt/gnu/8.3.0/lib/gcc/x86_64-pc-linux-gnu/8.3.0;' export 'NCAR_LDFLAGS_GNU32;' 'NCAR_LDFLAGS_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib;' export 'NCAR_LDFLAGS_NETCDF;' 'NCAR_LIBS_MPT=-lrt\' '-ldl;' export 'NCAR_LIBS_MPT;' 'NCAR_LIBS_NETCDF=-Wl,-Bstatic\' '-lnetcdff\' '-lnetcdf\' '-lhdf5hl_fortran\' '-lhdf5_hl\' '-lhdf5_fortran\' '-lhdf5\' '-lsz\' '-lz\' '-Wl,-Bdynamic\' '-lm\' '-ldl;' export 'NCAR_LIBS_NETCDF;' 'NCAR_RANK_MPT=1000;' export 'NCAR_RANK_MPT;' 'NCAR_ROOT_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/;' export 'NCAR_ROOT_GNU;' 'NCAR_ROOT_MPT=/glade/u/apps/ch/opt/mpt/2.19;' export 'NCAR_ROOT_MPT;' 'NCAR_ROOT_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/;' export 'NCAR_ROOT_NETCDF;' 'NCAR_WRAPPER_MPI=/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi;' export 'NCAR_WRAPPER_MPI;' 'NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19;' export 'NCEPLIBS_DIR;' 'NEMSIO_INC=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/include;' export 'NEMSIO_INC;' 'NEMSIO_LIB=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libnemsio_d.a;' export 'NEMSIO_LIB;' 'NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/;' export 'NETCDF;' 'OMP_NUM_THREADS=1;' export 'OMP_NUM_THREADS;' 'OMP_STACKSIZE=64000K;' export 'OMP_STACKSIZE;' 'OSHCC_CC=gcc;' export 'OSHCC_CC;' 'OSHCXX_CXX=g++;' export 'OSHCXX_CXX;' 'OSHF90_F90=gfortran;' export 'OSHF90_F90;' '__LMOD_REF_COUNT_PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/bin:1\;/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/bin:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi:1\;/glade/u/apps/ch/opt/mpt/2.19/bin:1\;/glade/u/apps/ch/opt/gnu/8.3.0/bin:1\;/glade/u/apps/opt/globus-utils:1\;/glade/u/apps/ch/opt/usr/bin:1\;/ncar/opt/slurm/latest/bin:1\;/opt/clmgr/sbin:1\;/opt/clmgr/bin:1\;/opt/sgi/sbin:1\;/opt/sgi/bin:1\;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1\;/glade/u/home/heinzell/bin:1\;/usr/local/bin:1\;/usr/bin:1\;/bin:2\;/usr/bin/X11:1\;/usr/games:1\;/opt/ibutils/bin:1\;/usr/lib/mit/bin:1\;/opt/pbs/bin:1\;/sbin:1\;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1\;/glade/u/apps/ch/os/usr/bin:1;' export '__LMOD_REF_COUNT_PATH;' 'PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/ch/opt/gnu/8.3.0/bin:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin;' export 'PATH;' 'PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/;' export 'PERL5LIB;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib/pkgconfig:1;' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib/pkgconfig;' export 'PKG_CONFIG_PATH;' 'SIONLIB=/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19;' export 'SIONLIB;' 'SIONLIB_INC=-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/include\' '-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/include/mod_64;' export 'SIONLIB_INC;' 'SIONLIB_LIB=-L/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/lib\' '-lsionmpi_f90_64\' '-lsionser_f90_64\' '-lsionmpi_64\' '-lsiongen_64\' '-lsionser_64\' '-lsioncom_64\' '-lsioncom_64_lock_none;' export 'SIONLIB_LIB;' 'SP_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libsp_v2.0.2_d.a;' export 'SP_LIBd;' 'W3EMC_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libw3emc_d.a;' export 'W3EMC_LIBd;' 'W3NCO_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libw3nco_d.a;' export 'W3NCO_LIBd;' 'WRFIO_NCD_LARGE_FILE_SUPPORT=1;' export 'WRFIO_NCD_LARGE_FILE_SUPPORT;' '__LMOD_REF_COUNT__LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1\;/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:1\;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu/fv3:1;' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu/fv3;' export '_LMFILES_;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu;' export '_ModuleTable001_;' '_ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s;' export '_ModuleTable002_;' '_ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudS9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGdudT17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2dudS84LjMuMC5sdWEiLFsiZnVsbE5hbWUiXT0iZ251LzguMy4wIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFj;' export '_ModuleTable003_;' '_ModuleTable004_=a0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZ251LzguMy4wIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMC9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRl;' export '_ModuleTable004_;' '_ModuleTable005_=ciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2Rm;' export '_ModuleTable005_;' '_ModuleTable006_=LzQuNi4zIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtZHljb3JlLWRvYy0yMDIwMDIwNC9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMu;' export '_ModuleTable006_;' '_ModuleTable007_=MCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9nbnUvOC4zLjAiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' ncar_pylib '()' '{' . '/glade/u/apps/opt/ncar_pylib/ncar_pylib;' '};' ++ eval 'BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libbacio_4.a;' export 'BACIO_LIB4;' 'CC=gcc;' export 'CC;' 'CESMDATAROOT=/glade/p/cesmdata/cseg;' export 'CESMDATAROOT;' 'CESMROOT=/glade/p/cesm;' export 'CESMROOT;' 'CMAKE_CXX_COMPILER=mpicxx;' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER=mpicc;' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER=mpif90;' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform=cheyenne.gnu;' export 'CMAKE_Platform;' 'COMPILER=gnu;' export 'COMPILER;' '__LMOD_REF_COUNT_CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:1\;/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_CPATH;' 'CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:/glade/u/apps/ch/opt/mpt/2.19/include;' export 'CPATH;' 'CXX=g++;' export 'CXX;' 'DASK_ROOT_CONFIG=/glade/u/apps/config/dask;' export 'DASK_ROOT_CONFIG;' 'ENV=/etc/profile.d/modules.sh;' export 'ENV;' 'ESMFMKFILE=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/lib/esmf.mk;' export 'ESMFMKFILE;' 'F77=gfortran;' export 'F77;' 'F90=gfortran;' export 'F90;' 'FC=gfortran;' export 'FC;' '__LMOD_REF_COUNT_FPATH=/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_FPATH;' 'FPATH=/glade/u/apps/ch/opt/mpt/2.19/include;' export 'FPATH;' 'GNU_MAJOR_VERSION=8.3;' export 'GNU_MAJOR_VERSION;' 'GNU_MINOR_VERSION=0;' export 'GNU_MINOR_VERSION;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:1\;/glade/u/apps/ch/opt/mpt/2.19/lib:1\;/glade/u/apps/ch/opt/gnu/8.3.0/lib64:1\;/ncar/opt/slurm/latest/lib:1\;/glade/u/apps/ch/os/usr/lib64:1\;/glade/u/apps/ch/os/usr/lib:1\;/glade/u/apps/ch/os/lib64:1\;/glade/u/apps/ch/os/lib:1;' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:/glade/u/apps/ch/opt/mpt/2.19/lib:/glade/u/apps/ch/opt/gnu/8.3.0/lib64:/ncar/opt/slurm/latest/lib:/glade/u/apps/ch/os/usr/lib64:/glade/u/apps/ch/os/usr/lib:/glade/u/apps/ch/os/lib64:/glade/u/apps/ch/os/lib;' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib:1;' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib;' export 'LIBRARY_PATH;' 'LMOD_COMPILER=gnu;' export 'LMOD_COMPILER;' 'LMOD_COMPILER_VERSION=8.3.0;' export 'LMOD_COMPILER_VERSION;' 'LMOD_FAMILY_COMPILER=gnu;' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION=8.3.0;' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI=mpt;' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION=2.19;' export 'LMOD_FAMILY_MPI_VERSION;' 'LMOD_MPI=mpt_fmods;' export 'LMOD_MPI;' 'LMOD_MPI_VERSION=2.19;' export 'LMOD_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES=ncarenv/1.3:1\;gnu/8.3.0:1\;mpt/2.19:1\;ncarcompilers/0.5.0:1\;netcdf/4.6.3:1\;esmf/8.0.0:1\;NCEPlibs/9.9.9:1\;SIONlib/1.7.4:1\;fv3:1;' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES=ncarenv/1.3:gnu/8.3.0:mpt/2.19:ncarcompilers/0.5.0:netcdf/4.6.3:esmf/8.0.0:NCEPlibs/9.9.9:SIONlib/1.7.4:fv3;' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/share/man:1\;/glade/u/apps/ch/opt/mpt/2.19/man:1\;/glade/u/apps/ch/opt/gnu/8.3.0/share/man:1\;/ncar/opt/slurm/latest/share/man:1\;/usr/local/man:1\;/usr/share/man:1\;/opt/pbs/share/man:1\;/opt/clmgr/man:1\;/opt/sgi/share/man:1;' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/ch/opt/gnu/8.3.0/share/man:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man;' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:1\;/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19;' export 'MODULEPATH;' 'MPICC_CC=gcc;' export 'MPICC_CC;' 'MPICXX_CXX=g++;' export 'MPICXX_CXX;' 'MPIF08_F08=gfortran;' export 'MPIF08_F08;' 'MPIF90_F90=gfortran;' export 'MPIF90_F90;' 'MPI_IB_CONGESTED=1;' export 'MPI_IB_CONGESTED;' 'MPI_ROOT=/glade/u/apps/ch/opt/mpt/2.19;' export 'MPI_ROOT;' 'MPI_SYSLOG_COPY=2;' export 'MPI_SYSLOG_COPY;' 'MPT_VERSION=2.19;' export 'MPT_VERSION;' 'MP_COMPILER=gnu;' export 'MP_COMPILER;' 'NCAR_EXCLUDE_ASNEEDED=1;' export 'NCAR_EXCLUDE_ASNEEDED;' 'NCAR_HOST=cheyenne;' export 'NCAR_HOST;' 'NCAR_INC_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/include;' export 'NCAR_INC_GNU;' 'NCAR_INC_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/include;' export 'NCAR_INC_NETCDF;' 'NCAR_LDFLAGS_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/lib64;' export 'NCAR_LDFLAGS_GNU;' 'NCAR_LDFLAGS_GNU32=/glade/u/apps/ch/opt/gnu/8.3.0/lib/gcc/x86_64-pc-linux-gnu/8.3.0;' export 'NCAR_LDFLAGS_GNU32;' 'NCAR_LDFLAGS_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib;' export 'NCAR_LDFLAGS_NETCDF;' 'NCAR_LIBS_MPT=-lrt\' '-ldl;' export 'NCAR_LIBS_MPT;' 'NCAR_LIBS_NETCDF=-Wl,-Bstatic\' '-lnetcdff\' '-lnetcdf\' '-lhdf5hl_fortran\' '-lhdf5_hl\' '-lhdf5_fortran\' '-lhdf5\' '-lsz\' '-lz\' '-Wl,-Bdynamic\' '-lm\' '-ldl;' export 'NCAR_LIBS_NETCDF;' 'NCAR_RANK_MPT=1000;' export 'NCAR_RANK_MPT;' 'NCAR_ROOT_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/;' export 'NCAR_ROOT_GNU;' 'NCAR_ROOT_MPT=/glade/u/apps/ch/opt/mpt/2.19;' export 'NCAR_ROOT_MPT;' 'NCAR_ROOT_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/;' export 'NCAR_ROOT_NETCDF;' 'NCAR_WRAPPER_MPI=/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi;' export 'NCAR_WRAPPER_MPI;' 'NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19;' export 'NCEPLIBS_DIR;' 'NEMSIO_INC=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/include;' export 'NEMSIO_INC;' 'NEMSIO_LIB=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libnemsio_d.a;' export 'NEMSIO_LIB;' 'NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/;' export 'NETCDF;' 'OMP_NUM_THREADS=1;' export 'OMP_NUM_THREADS;' 'OMP_STACKSIZE=64000K;' export 'OMP_STACKSIZE;' 'OSHCC_CC=gcc;' export 'OSHCC_CC;' 'OSHCXX_CXX=g++;' export 'OSHCXX_CXX;' 'OSHF90_F90=gfortran;' export 'OSHF90_F90;' '__LMOD_REF_COUNT_PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/bin:1\;/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/bin:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi:1\;/glade/u/apps/ch/opt/mpt/2.19/bin:1\;/glade/u/apps/ch/opt/gnu/8.3.0/bin:1\;/glade/u/apps/opt/globus-utils:1\;/glade/u/apps/ch/opt/usr/bin:1\;/ncar/opt/slurm/latest/bin:1\;/opt/clmgr/sbin:1\;/opt/clmgr/bin:1\;/opt/sgi/sbin:1\;/opt/sgi/bin:1\;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1\;/glade/u/home/heinzell/bin:1\;/usr/local/bin:1\;/usr/bin:1\;/bin:2\;/usr/bin/X11:1\;/usr/games:1\;/opt/ibutils/bin:1\;/usr/lib/mit/bin:1\;/opt/pbs/bin:1\;/sbin:1\;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1\;/glade/u/apps/ch/os/usr/bin:1;' export '__LMOD_REF_COUNT_PATH;' 'PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/ch/opt/gnu/8.3.0/bin:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin;' export 'PATH;' 'PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/;' export 'PERL5LIB;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib/pkgconfig:1;' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib/pkgconfig;' export 'PKG_CONFIG_PATH;' 'SIONLIB=/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19;' export 'SIONLIB;' 'SIONLIB_INC=-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/include\' '-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/include/mod_64;' export 'SIONLIB_INC;' 'SIONLIB_LIB=-L/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/lib\' '-lsionmpi_f90_64\' '-lsionser_f90_64\' '-lsionmpi_64\' '-lsiongen_64\' '-lsionser_64\' '-lsioncom_64\' '-lsioncom_64_lock_none;' export 'SIONLIB_LIB;' 'SP_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libsp_v2.0.2_d.a;' export 'SP_LIBd;' 'W3EMC_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libw3emc_d.a;' export 'W3EMC_LIBd;' 'W3NCO_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libw3nco_d.a;' export 'W3NCO_LIBd;' 'WRFIO_NCD_LARGE_FILE_SUPPORT=1;' export 'WRFIO_NCD_LARGE_FILE_SUPPORT;' '__LMOD_REF_COUNT__LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1\;/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:1\;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu/fv3:1;' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu/fv3;' export '_LMFILES_;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu;' export '_ModuleTable001_;' '_ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s;' export '_ModuleTable002_;' '_ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudS9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGdudT17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2dudS84LjMuMC5sdWEiLFsiZnVsbE5hbWUiXT0iZ251LzguMy4wIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRo;' export '_ModuleTable003_;' '_ModuleTable004_=Il09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZ251LzguMy4wIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMC9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRlciJdPTQs;' export '_ModuleTable004_;' '_ModuleTable005_=cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNi4z;' export '_ModuleTable005_;' '_ModuleTable006_=IixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS11cGRhdGUtc3VibW9kdWxlcy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMCIsIi9nbGFkZS91;' export '_ModuleTable006_;' '_ModuleTable007_=L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9nbnUvOC4zLjAiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' ncar_pylib '()' '{' . '/glade/u/apps/opt/ncar_pylib/ncar_pylib;' '};' ++ BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libbacio_4.a ++ export BACIO_LIB4 ++ CC=gcc @@ -41854,9 +41627,9 @@ INFO: CCPP prebuild step completed successfully. ++ export __LMOD_REF_COUNT_MANPATH ++ MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/ch/opt/gnu/8.3.0/share/man:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man ++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:1;/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19:1' +++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:1;/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19 +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19 ++ export MODULEPATH ++ MPICC_CC=gcc ++ export MPICC_CC @@ -41946,23 +41719,23 @@ INFO: CCPP prebuild step completed successfully. ++ export W3NCO_LIBd ++ WRFIO_NCD_LARGE_FILE_SUPPORT=1 ++ export WRFIO_NCD_LARGE_FILE_SUPPORT -++ __LMOD_REF_COUNT__LMFILES_='/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1;/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:1;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1;/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:1;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu/fv3 +++ _LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu/fv3 ++ export _LMFILES_ ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu ++ export _ModuleTable001_ ++ _ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s ++ export _ModuleTable002_ -++ _ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudS9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGdudT17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2dudS84LjMuMC5sdWEiLFsiZnVsbE5hbWUiXT0iZ251LzguMy4wIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFj +++ _ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudS9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGdudT17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2dudS84LjMuMC5sdWEiLFsiZnVsbE5hbWUiXT0iZ251LzguMy4wIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRo ++ export _ModuleTable003_ -++ _ModuleTable004_=a0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZ251LzguMy4wIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMC9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRl +++ _ModuleTable004_=Il09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZ251LzguMy4wIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMC9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRlciJdPTQs ++ export _ModuleTable004_ -++ _ModuleTable005_=ciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2Rm +++ _ModuleTable005_=cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNi4z ++ export _ModuleTable005_ -++ _ModuleTable006_=LzQuNi4zIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtZHljb3JlLWRvYy0yMDIwMDIwNC9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMu +++ _ModuleTable006_=IixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS11cGRhdGUtc3VibW9kdWxlcy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMCIsIi9nbGFkZS91 ++ export _ModuleTable006_ -++ _ModuleTable007_=MCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9nbnUvOC4zLjAiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 +++ _ModuleTable007_=L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9nbnUvOC4zLjAiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++ export _ModuleTable007_ ++ _ModuleTable_Sz_=7 ++ export _ModuleTable_Sz_ @@ -41978,29 +41751,29 @@ Currently Loaded Modules: -+ eval 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu;' export '_ModuleTable001_;' '_ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s;' export '_ModuleTable002_;' '_ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudS9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGdudT17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2dudS84LjMuMC5sdWEiLFsiZnVsbE5hbWUiXT0iZ251LzguMy4wIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFj;' export '_ModuleTable003_;' '_ModuleTable004_=a0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZ251LzguMy4wIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMC9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRl;' export '_ModuleTable004_;' '_ModuleTable005_=ciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2Rm;' export '_ModuleTable005_;' '_ModuleTable006_=LzQuNi4zIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtZHljb3JlLWRvYy0yMDIwMDIwNC9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMu;' export '_ModuleTable006_;' '_ModuleTable007_=MCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9nbnUvOC4zLjAiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19 ++ eval 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu;' export '_ModuleTable001_;' '_ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s;' export '_ModuleTable002_;' '_ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudS9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGdudT17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2dudS84LjMuMC5sdWEiLFsiZnVsbE5hbWUiXT0iZ251LzguMy4wIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRo;' export '_ModuleTable003_;' '_ModuleTable004_=Il09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZ251LzguMy4wIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMC9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRlciJdPTQs;' export '_ModuleTable004_;' '_ModuleTable005_=cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNi4z;' export '_ModuleTable005_;' '_ModuleTable006_=IixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS11cGRhdGUtc3VibW9kdWxlcy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMCIsIi9nbGFkZS91;' export '_ModuleTable006_;' '_ModuleTable007_=L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9nbnUvOC4zLjAiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19 ++ export MODULEPATH ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu ++ export _ModuleTable001_ ++ _ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s ++ export _ModuleTable002_ -++ _ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudS9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGdudT17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2dudS84LjMuMC5sdWEiLFsiZnVsbE5hbWUiXT0iZ251LzguMy4wIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFj +++ _ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudS9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGdudT17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2dudS84LjMuMC5sdWEiLFsiZnVsbE5hbWUiXT0iZ251LzguMy4wIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRo ++ export _ModuleTable003_ -++ _ModuleTable004_=a0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZ251LzguMy4wIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMC9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRl +++ _ModuleTable004_=Il09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZ251LzguMy4wIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMC9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRlciJdPTQs ++ export _ModuleTable004_ -++ _ModuleTable005_=ciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2Rm +++ _ModuleTable005_=cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNi4z ++ export _ModuleTable005_ -++ _ModuleTable006_=LzQuNi4zIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtZHljb3JlLWRvYy0yMDIwMDIwNC9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMu +++ _ModuleTable006_=IixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS11cGRhdGUtc3VibW9kdWxlcy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2dudS84LjMuMCIsIi9nbGFkZS91 ++ export _ModuleTable006_ -++ _ModuleTable007_=MCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9nbnUvOC4zLjAiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 +++ _ModuleTable007_=L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9nbnUvOC4zLjAiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++ export _ModuleTable007_ ++ _ModuleTable_Sz_=7 ++ export _ModuleTable_Sz_ ++ : -s sh + eval + cd build_fv3_3 -+ cmake /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF ++ cmake /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF -- The C compiler identification is GNU 8.3.0 -- The CXX compiler identification is GNU 8.3.0 -- The Fortran compiler identification is GNU 8.3.0 @@ -42070,16 +41843,16 @@ Force 64 bits in ipd -- Detecting OpenMP flags for GNU C++ compiler: -fopenmp -- Detecting OpenMP flags for GNU Fortran compiler: -fopenmp -- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 +INFOGot CCPP_SCHEMES from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 Force 64 bits in CCPP_layer Force 64 bits in stochastic_physics -- Configuring done -- Generating done --- Build files have been written to: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/tests/build_fv3_3 +-- Build files have been written to: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/tests/build_fv3_3 + make -j 3 -Scanning dependencies of target fv3cpl Scanning dependencies of target ccpp +Scanning dependencies of target fv3cpl [ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o [ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o [ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o @@ -42088,602 +41861,601 @@ Scanning dependencies of target fms [ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o [ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o [ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -[ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o [ 2%] Linking Fortran static library libccpp.a [ 2%] Built target ccpp -[ 2%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 2%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o Scanning dependencies of target ccppphys [ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o [ 3%] Linking Fortran static library libfv3cpl.a -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 3%] Built target fv3cpl -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +[ 4%] Built target fv3cpl +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o [ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o [ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1386:0: +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1386:0: #define MPP_TYPE_ integer(INT_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1374:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1374:0: #define MPP_TYPE_ logical(LONG_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1387:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1387:0: #define MPI_TYPE_ MPI_INTEGER4 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1376:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1376:0: #define MPI_TYPE_ MPI_INTEGER8 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1390:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1390:0: #define MPP_TYPE_CREATE_ mpp_type_create_int8 Warning: "MPP_TYPE_CREATE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1385:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1385:0: #define MPP_TYPE_CREATE_ mpp_type_create_int4 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1391:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1391:0: #define MPP_TYPE_ integer(LONG_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1386:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1386:0: #define MPP_TYPE_ integer(INT_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1392:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1392:0: #define MPI_TYPE_ MPI_INTEGER8 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1387:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1387:0: #define MPI_TYPE_ MPI_INTEGER4 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1395:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1395:0: #define MPP_TYPE_CREATE_ mpp_type_create_real4 Warning: "MPP_TYPE_CREATE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1390:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1390:0: #define MPP_TYPE_CREATE_ mpp_type_create_int8 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1396:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1396:0: #define MPP_TYPE_ real(FLOAT_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1391:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1391:0: #define MPP_TYPE_ integer(LONG_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1397:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1397:0: #define MPI_TYPE_ MPI_REAL4 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1392:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1392:0: #define MPI_TYPE_ MPI_INTEGER8 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1400:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1400:0: #define MPP_TYPE_CREATE_ mpp_type_create_real8 Warning: "MPP_TYPE_CREATE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1395:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1395:0: #define MPP_TYPE_CREATE_ mpp_type_create_real4 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1401:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1401:0: #define MPP_TYPE_ real(DOUBLE_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1396:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1396:0: #define MPP_TYPE_ real(FLOAT_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1402:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1402:0: #define MPI_TYPE_ MPI_REAL8 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1397:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1397:0: #define MPI_TYPE_ MPI_REAL4 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1405:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1405:0: #define MPP_TYPE_CREATE_ mpp_type_create_logical4 Warning: "MPP_TYPE_CREATE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1400:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1400:0: #define MPP_TYPE_CREATE_ mpp_type_create_real8 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1406:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1406:0: #define MPP_TYPE_ logical(INT_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1401:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1401:0: #define MPP_TYPE_ real(DOUBLE_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1407:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1407:0: #define MPI_TYPE_ MPI_INTEGER4 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1402:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1402:0: #define MPI_TYPE_ MPI_REAL8 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1410:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1410:0: #define MPP_TYPE_CREATE_ mpp_type_create_logical8 Warning: "MPP_TYPE_CREATE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1405:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1405:0: #define MPP_TYPE_CREATE_ mpp_type_create_logical4 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1411:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1411:0: #define MPP_TYPE_ logical(LONG_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1406:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1406:0: #define MPP_TYPE_ logical(INT_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1412:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1412:0: #define MPI_TYPE_ MPI_INTEGER8 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1407:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1407:0: #define MPI_TYPE_ MPI_INTEGER4 note: this is the location of the previous definition -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o [ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o [ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o [ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o [ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o [ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o [ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o [ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o [ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o [ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o [ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o [ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o [ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_stochastics_cap.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o [ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_stochastics_cap.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o [ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_time_vary_cap.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_physics_cap.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_time_vary_cap.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_physics_cap.F90.o [ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_radiation_cap.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_time_vary_cap.F90.o [ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o [ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o [ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o [ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o [ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o [ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o [ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o [ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o [ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o [ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o [ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o [ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o [ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o [ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o [ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o [ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o [ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o [ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o [ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o [ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o [ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o [ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FMS/field_manager/field_manager.F90:1196:0: +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FMS/field_manager/field_manager.F90:1196:0: val_name = val_name(2:length-1) Warning: ‘__builtin_memmove’ reading 128 bytes from a region of size 127 [-Wstringop-overflow=] -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o [ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o [ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 55%] Linking Fortran static library libccppphys.a -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -[ 55%] Built target ccppphys -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -Scanning dependencies of target gfsphysics -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 57%] Linking Fortran static library libccppphys.a +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o [ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 57%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o [ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o [ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o [ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o [ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o [ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o [ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o [ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o [ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o [ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o [ 68%] Linking Fortran static library libgfsphysics.a [ 68%] Built target gfsphysics -[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o Scanning dependencies of target ipd -[ 69%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 69%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 68%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o Scanning dependencies of target ccppdriver -[ 69%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 70%] Linking Fortran static library libipd.a -[ 70%] Built target ipd -[ 71%] Linking Fortran static library libccppdriver.a -[ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 71%] Built target ccppdriver -[ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 72%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 73%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 73%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 68%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 68%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 70%] Linking Fortran static library libccppdriver.a +[ 70%] Built target ccppdriver +[ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 72%] Linking Fortran static library libipd.a +[ 72%] Built target ipd +[ 72%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 72%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o [ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 74%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 74%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 74%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 74%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 75%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 75%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 75%] Linking Fortran static library FMS/libfms.a -[ 75%] Built target fms +[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 74%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 74%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 74%] Linking Fortran static library FMS/libfms.a +[ 74%] Built target fms Scanning dependencies of target io -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o Scanning dependencies of target fv3core -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/io/module_write_netcdf.F90:1:29: +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/io/module_write_netcdf.F90:1:29: !#define ESMF_ERR_ABORT(rc) \ Warning: backslash and newline separated by space -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o [ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o [ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o [ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o [ 79%] Linking Fortran static library libio.a [ 79%] Built target io [ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1571:16: +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1571:16: do k=km-1, km-k_inc, -1 1 Warning: Deleted feature: End expression in DO loop at (1) must be integer -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1575:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1575:12: s_fac(km-k_inc-1) = 0.5*(s_fac(km-k_inc) + s_rate) 1 Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1575:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1575:37: s_fac(km-k_inc-1) = 0.5*(s_fac(km-k_inc) + s_rate) 1 Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1577:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1577:11: do k=km-k_inc-2, 5, -1 1 Warning: Deleted feature: Start expression in DO loop at (1) must be integer -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:355:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:355:46: iau_state%hr2=IPD_Control%iaufhrs(t2) 1 Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:357:98: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:357:98: if (is_master()) print *,'reading next increment file',trim(IPD_Control%iau_inc_files(t2)) 1 Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:358:102: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:358:102: call read_iau_forcing(IPD_Control,iau_state%inc2,'INPUT/'//trim(IPD_Control%iau_inc_files(t2))) 1 Warning: Legacy Extension: REAL array index at (1) [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o [ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o [ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2361:3: +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2361:3: 123 continue 1 -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2413:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2413:40: if ( r_vor < 1250.E3 ) goto 123 2 Warning: Legacy Extension: Label at (1) is not in the same block as the GOTO statement at (2) -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/dyn_core.F90:649:0: +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/dyn_core.F90:649:0: #endif SW_DYNAMICS Warning: extra tokens at end of #endif directive -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/dyn_core.F90:1099:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/dyn_core.F90:1099:0: #endif SW_DYNAMICS Warning: extra tokens at end of #endif directive -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/dyn_core.F90:1285:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/dyn_core.F90:1285:0: #endif SW_DYNAMICS Warning: extra tokens at end of #endif directive -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/FV3/atmos_cubed_sphere/model/dyn_core.F90:1306:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/FV3/atmos_cubed_sphere/model/dyn_core.F90:1306:0: #endif SW_DYNAMICS Warning: extra tokens at end of #endif directive -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o [ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o [ 87%] Linking Fortran static library libfv3core.a [ 87%] Built target fv3core Scanning dependencies of target stochastic_physics [ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o [ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o [ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o @@ -42707,29 +42479,29 @@ Scanning dependencies of target stochastic_physics [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/stochastic_physics/get_stochy_pattern.F90:329:110: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/stochastic_physics/get_stochy_pattern.F90:329:110: upattern_3d(blk,:,k) = skeb_vwts(k,1)*skebu_save(blk,:,skeb_vpts(k,1))+skeb_vwts(k,2)*skebu_save(blk,:,skeb_vpts(k,2)) 1 Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/stochastic_physics/get_stochy_pattern.F90:329:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/stochastic_physics/get_stochy_pattern.F90:329:62: upattern_3d(blk,:,k) = skeb_vwts(k,1)*skebu_save(blk,:,skeb_vpts(k,1))+skeb_vwts(k,2)*skebu_save(blk,:,skeb_vpts(k,2)) 1 Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/stochastic_physics/get_stochy_pattern.F90:330:110: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/stochastic_physics/get_stochy_pattern.F90:330:110: vpattern_3d(blk,:,k) = skeb_vwts(k,1)*skebv_save(blk,:,skeb_vpts(k,1))+skeb_vwts(k,2)*skebv_save(blk,:,skeb_vpts(k,2)) 1 Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/stochastic_physics/get_stochy_pattern.F90:330:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/stochastic_physics/get_stochy_pattern.F90:330:62: vpattern_3d(blk,:,k) = skeb_vwts(k,1)*skebv_save(blk,:,skeb_vpts(k,1))+skeb_vwts(k,2)*skebv_save(blk,:,skeb_vpts(k,2)) 1 Warning: Legacy Extension: REAL array index at (1) -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o [ 95%] Linking Fortran static library libstochastic_physics.a [ 95%] Built target stochastic_physics @@ -42737,16 +42509,16 @@ Scanning dependencies of target fv3cap [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o [ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o @@ -42757,10 +42529,10 @@ Scanning dependencies of target NEMS.exe [100%] Linking Fortran executable NEMS.exe [100%] Built target NEMS.exe + mv NEMS.exe ../fv3_3.exe -+ cp /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/gnu/modulefiles/cheyenne.gnu/fv3 ../modules.fv3_3 ++ cp /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/gnu/modulefiles/cheyenne.gnu/fv3 ../modules.fv3_3 + cd .. + '[' YES = YES ']' + rm -rf build_fv3_3 -+ elapsed=272 -+ echo 'Elapsed time 272 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y finished' -Elapsed time 272 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y finished ++ elapsed=270 ++ echo 'Elapsed time 270 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y finished' +Elapsed time 270 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y finished diff --git a/tests/Compile_cheyenne.intel.log b/tests/Compile_cheyenne.intel.log index 1992ea7ec3..aa2e2aea91 100644 --- a/tests/Compile_cheyenne.intel.log +++ b/tests/Compile_cheyenne.intel.log @@ -1,14 +1,14 @@ + SECONDS=0 +++ readlink -f ./compile_cmake.sh -++ dirname /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/compile_cmake.sh -+ readonly MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests -+ MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests +++ dirname /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/compile_cmake.sh ++ readonly MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests ++ MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests + readonly ARGC=4 + ARGC=4 -+ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel ++ PATHTR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel + MACHINE_ID=cheyenne.intel + MAKE_OPT='32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta' + BUILD_NAME=fv3_1 @@ -19,8 +19,8 @@ + MAKE_THREADS=3 + MAKE_THREADS=3 + hostname -cheyenne6 -+ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests +cheyenne3 ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests + echo 'Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta into fv3_1.exe on cheyenne.intel' Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta into fv3_1.exe on cheyenne.intel + '[' YES = YES ']' @@ -49,7 +49,7 @@ Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta into fv3_ ++ sed 's/.* SUITES=//' ++ sed 's/ .*//' + SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta -+ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel + ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_v15p2,FV3_GFS_v16beta --builddir=tests/build_fv3_1/FV3 INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet @@ -1763,27 +1763,27 @@ INFO: Generating caps makefile/cmakefile snippet ... INFO: Added 12 auto-generated caps to tests/build_fv3_1/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_1/FV3/ccpp/physics/CCPP_CAPS.cmake INFO: CCPP prebuild step completed successfully. + source build_fv3_1/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ export 'CCPP_SCHEMES=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/moninshoc.f' + source build_fv3_1/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' -++ CCPP_CAPS='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ export 'CCPP_CAPS=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ CCPP_CAPS='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' + source build_fv3_1/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_static_api.F90 +++ export CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_static_api.F90 ++ trim ' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ local 'var= -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ var='-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ var='-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ echo -n '-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' + CCPP_CMAKE_FLAGS='-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__16091 -++ eval 'setup__test_function__16091() { /bin/true ; }' ++ source /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__14684 +++ eval 'setup__test_function__14684() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__16091 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__14684 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -1798,32 +1798,34 @@ INFO: CCPP prebuild step completed successfully. ++ eval module help ++ module purge +++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash purge -++ eval 'MODULEPATH=/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable001_;' '_ModuleTable_Sz_=1;' export '_ModuleTable_Sz_;' -+++ MODULEPATH=/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep +++ eval 'MODULEPATH=/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17fSxtVD17fSxtcGF0aEE9eyIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLCJtb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxl;' export '_ModuleTable001_;' '_ModuleTable002_=cnM6L2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLH0=;' export '_ModuleTable002_;' '_ModuleTable_Sz_=2;' export '_ModuleTable_Sz_;' ++++ MODULEPATH=/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 +++ export MODULEPATH -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17fSxtVD17fSxtcGF0aEE9eyIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLCJtb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxl +++ export _ModuleTable001_ -+++ _ModuleTable_Sz_=1 ++++ _ModuleTable002_=cnM6L2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLH0= ++++ export _ModuleTable002_ ++++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__16091 +++ unset setup__test_function__14684 ++ unset __ms_function_name + [[ cheyenne.intel == macosx.* ]] + [[ cheyenne.intel == linux.* ]] -+ module use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel -++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvaW50ZWwvbW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9t;' export '_ModuleTable001_;' '_ModuleTable002_=b2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ==;' export '_ModuleTable002_;' '_ModuleTable_Sz_=2;' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1' ++ module use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel +++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1\;modulefiles/cheyenne.intel:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17fSxtVD17fSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLXVwZGF0ZS1zdWJtb2R1bGVzL2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwibW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwi;' export '_ModuleTable001_;' '_ModuleTable002_=LCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable002_;' '_ModuleTable_Sz_=2;' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1;modulefiles/cheyenne.intel:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvaW50ZWwvbW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9t +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17fSxtVD17fSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLXVwZGF0ZS1zdWJtb2R1bGVzL2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwibW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwi ++ export _ModuleTable001_ -++ _ModuleTable002_=b2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ== +++ _ModuleTable002_=LCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -1831,7 +1833,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module load fv3 ++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/advisor;' export 'ADVISOR_2019_DIR;' 'BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libbacio_4.a;' export 'BACIO_LIB4;' 'CC=icc;' export 'CC;' 'CESMDATAROOT=/glade/p/cesmdata/cseg;' export 'CESMDATAROOT;' 'CESMROOT=/glade/p/cesm;' export 'CESMROOT;' 'CMAKE_CXX_COMPILER=mpicxx;' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER=mpicc;' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER=mpif90;' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform=cheyenne.intel;' export 'CMAKE_Platform;' 'COMPILER=intel;' export 'COMPILER;' 'COMPILER_VERSION=19.0.2;' export 'COMPILER_VERSION;' '__LMOD_REF_COUNT_CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1\;/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_CPATH;' 'CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/include;' export 'CPATH;' 'CXX=icpc;' export 'CXX;' 'DASK_ROOT_CONFIG=/glade/u/apps/config/dask;' export 'DASK_ROOT_CONFIG;' 'ENV=/etc/profile.d/modules.sh;' export 'ENV;' 'ESMFMKFILE=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/lib/esmf.mk;' export 'ESMFMKFILE;' 'F77=ifort;' export 'F77;' 'F90=ifort;' export 'F90;' 'FC=ifort;' export 'FC;' '__LMOD_REF_COUNT_FPATH=/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_FPATH;' 'FPATH=/glade/u/apps/ch/opt/mpt/2.19/include;' export 'FPATH;' 'INSPECTOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/inspector;' export 'INSPECTOR_2019_DIR;' 'INTEL_BASE_PATH=/glade/u/apps/opt/intel/2019u2;' export 'INTEL_BASE_PATH;' 'INTEL_COMPILER_BASE_PATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux;' export 'INTEL_COMPILER_BASE_PATH;' 'INTEL_LICENSE_FILE=28518@128.117.177.41;' export 'INTEL_LICENSE_FILE;' 'INTEL_MAJOR_VERSION=19.0;' export 'INTEL_MAJOR_VERSION;' 'INTEL_MINOR_VERSION=0.2;' export 'INTEL_MINOR_VERSION;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1\;/glade/u/apps/ch/opt/mpt/2.19/lib:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:1\;/ncar/opt/slurm/latest/lib:1\;/glade/u/apps/ch/os/usr/lib64:1\;/glade/u/apps/ch/os/usr/lib:1\;/glade/u/apps/ch/os/lib64:1\;/glade/u/apps/ch/os/lib:1;' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/lib:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:/ncar/opt/slurm/latest/lib:/glade/u/apps/ch/os/usr/lib64:/glade/u/apps/ch/os/usr/lib:/glade/u/apps/ch/os/lib64:/glade/u/apps/ch/os/lib;' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib:1;' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib;' export 'LIBRARY_PATH;' 'LMOD_COMPILER=intel;' export 'LMOD_COMPILER;' 'LMOD_COMPILER_VERSION=19.0.2;' export 'LMOD_COMPILER_VERSION;' 'LMOD_FAMILY_COMPILER=intel;' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION=19.0.2;' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI=mpt;' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION=2.19;' export 'LMOD_FAMILY_MPI_VERSION;' 'LMOD_MPI=mpt_fmods;' export 'LMOD_MPI;' 'LMOD_MPI_VERSION=2.19;' export 'LMOD_MPI_VERSION;' 'LM_LICENSE_FILE=28518@128.117.177.41;' export 'LM_LICENSE_FILE;' '__LMOD_REF_COUNT_LOADEDMODULES=ncarenv/1.3:1\;intel/19.0.2:1\;mpt/2.19:1\;ncarcompilers/0.5.0:1\;netcdf/4.6.3:1\;esmf/8.0.0:1\;NCEPlibs/9.9.9:1\;SIONlib/1.7.4:1\;fv3:1;' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES=ncarenv/1.3:intel/19.0.2:mpt/2.19:ncarcompilers/0.5.0:netcdf/4.6.3:esmf/8.0.0:NCEPlibs/9.9.9:SIONlib/1.7.4:fv3;' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:1\;/glade/u/apps/ch/opt/mpt/2.19/man:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:1\;/ncar/opt/slurm/latest/share/man:1\;/usr/local/man:1\;/usr/share/man:1\;/opt/pbs/share/man:1\;/opt/clmgr/man:1\;/opt/sgi/share/man:1;' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man;' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2:1\;/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' 'MPICC_CC=icc;' export 'MPICC_CC;' 'MPICXX_CXX=icpc;' export 'MPICXX_CXX;' 'MPIF08_F08=ifort;' export 'MPIF08_F08;' 'MPIF90_F90=ifort;' export 'MPIF90_F90;' 'MPI_IB_CONGESTED=1;' export 'MPI_IB_CONGESTED;' 'MPI_ROOT=/glade/u/apps/ch/opt/mpt/2.19;' export 'MPI_ROOT;' 'MPI_SYSLOG_COPY=2;' export 'MPI_SYSLOG_COPY;' 'MPT_VERSION=2.19;' export 'MPT_VERSION;' 'MP_COMPILER=intel;' export 'MP_COMPILER;' 'NCAR_EXCLUDE_ASNEEDED=1;' export 'NCAR_EXCLUDE_ASNEEDED;' 'NCAR_HOST=cheyenne;' export 'NCAR_HOST;' 'NCAR_INC_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/include;' export 'NCAR_INC_NETCDF;' 'NCAR_LDFLAGS_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib;' export 'NCAR_LDFLAGS_NETCDF;' 'NCAR_LIBS_MPT=-lrt\' '-ldl;' export 'NCAR_LIBS_MPT;' 'NCAR_LIBS_NETCDF=-Wl,-Bstatic\' '-lnetcdff\' '-lnetcdf\' '-lhdf5hl_fortran\' '-lhdf5_hl\' '-lhdf5_fortran\' '-lhdf5\' '-lsz\' '-lz\' '-Wl,-Bdynamic\' '-lm\' '-ldl;' export 'NCAR_LIBS_NETCDF;' 'NCAR_RANK_MPT=1000;' export 'NCAR_RANK_MPT;' 'NCAR_ROOT_INTEL=/glade/u/apps/opt/intel/2019u2;' export 'NCAR_ROOT_INTEL;' 'NCAR_ROOT_MPT=/glade/u/apps/ch/opt/mpt/2.19;' export 'NCAR_ROOT_MPT;' 'NCAR_ROOT_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/;' export 'NCAR_ROOT_NETCDF;' 'NCAR_WRAPPER_MPI=/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi;' export 'NCAR_WRAPPER_MPI;' 'NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19;' export 'NCEPLIBS_DIR;' 'NEMSIO_INC=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/include;' export 'NEMSIO_INC;' 'NEMSIO_LIB=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libnemsio_d.a;' export 'NEMSIO_LIB;' 'NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/;' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N:1;' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N;' export 'NLSPATH;' 'OMP_NUM_THREADS=1;' export 'OMP_NUM_THREADS;' 'OMP_STACKSIZE=64000K;' export 'OMP_STACKSIZE;' 'OSHCC_CC=icc;' export 'OSHCC_CC;' 'OSHCXX_CXX=icpc;' export 'OSHCXX_CXX;' 'OSHF90_F90=ifort;' export 'OSHF90_F90;' '__LMOD_REF_COUNT_PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:1\;/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:1\;/glade/u/apps/ch/opt/mpt/2.19/bin:1\;/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:1\;/glade/u/apps/opt/intel/2019u2/inspector/bin64:1\;/glade/u/apps/opt/intel/2019u2/advisor/bin64:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:1\;/glade/u/apps/opt/globus-utils:1\;/glade/u/apps/ch/opt/usr/bin:1\;/ncar/opt/slurm/latest/bin:1\;/opt/clmgr/sbin:1\;/opt/clmgr/bin:1\;/opt/sgi/sbin:1\;/opt/sgi/bin:1\;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1\;/glade/u/home/heinzell/bin:1\;/usr/local/bin:1\;/usr/bin:1\;/bin:2\;/usr/bin/X11:1\;/usr/games:1\;/opt/ibutils/bin:1\;/usr/lib/mit/bin:1\;/opt/pbs/bin:1\;/sbin:1\;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1\;/glade/u/apps/ch/os/usr/bin:1;' export '__LMOD_REF_COUNT_PATH;' 'PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:/glade/u/apps/opt/intel/2019u2/inspector/bin64:/glade/u/apps/opt/intel/2019u2/advisor/bin64:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin;' export 'PATH;' 'PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/;' export 'PERL5LIB;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig:1;' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig;' export 'PKG_CONFIG_PATH;' 'SIONLIB=/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19;' export 'SIONLIB;' 'SIONLIB_INC=-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include\' '-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include/mod_64;' export 'SIONLIB_INC;' 'SIONLIB_LIB=-L/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/lib\' '-lsionmpi_f90_64\' '-lsionser_f90_64\' '-lsionmpi_64\' '-lsiongen_64\' '-lsionser_64\' '-lsioncom_64\' '-lsioncom_64_lock_none;' export 'SIONLIB_LIB;' 'SP_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libsp_v2.0.2_d.a;' export 'SP_LIBd;' 'VTUNE_AMPLIFIER_2019_DIR=/glade/u/apps/opt/intel/2019u2/vtune_amplifier;' export 'VTUNE_AMPLIFIER_2019_DIR;' 'W3EMC_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3emc_d.a;' export 'W3EMC_LIBd;' 'W3NCO_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3nco_d.a;' export 'W3NCO_LIBd;' 'WRFIO_NCD_LARGE_FILE_SUPPORT=1;' export 'WRFIO_NCD_LARGE_FILE_SUPPORT;' '__LMOD_REF_COUNT__LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1\;/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:1\;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel/fv3:1;' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel/fv3;' export '_LMFILES_;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y;' export '_ModuleTable001_;' '_ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt;' export '_ModuleTable002_;' '_ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtZHljb3JlLWRvYy0yMDIwMDIwNC9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGludGVsPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvaW50ZWwvMTkuMC4yLmx1YSIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOS4wLjIiLFsibG9hZE9y;' export '_ModuleTable003_;' '_ModuleTable004_=ZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOS4wLjIiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09;' export '_ModuleTable004_;' '_ModuleTable005_=Im5jYXJjb21waWxlcnMvMC41LjAiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmV0;' export '_ModuleTable005_;' '_ModuleTable006_=Y2RmLzQuNi4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRl;' export '_ModuleTable006_;' '_ModuleTable007_=L3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' ncar_pylib '()' '{' . '/glade/u/apps/opt/ncar_pylib/ncar_pylib;' '};' ++ eval 'ADVISOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/advisor;' export 'ADVISOR_2019_DIR;' 'BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libbacio_4.a;' export 'BACIO_LIB4;' 'CC=icc;' export 'CC;' 'CESMDATAROOT=/glade/p/cesmdata/cseg;' export 'CESMDATAROOT;' 'CESMROOT=/glade/p/cesm;' export 'CESMROOT;' 'CMAKE_CXX_COMPILER=mpicxx;' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER=mpicc;' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER=mpif90;' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform=cheyenne.intel;' export 'CMAKE_Platform;' 'COMPILER=intel;' export 'COMPILER;' 'COMPILER_VERSION=19.0.2;' export 'COMPILER_VERSION;' '__LMOD_REF_COUNT_CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1\;/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_CPATH;' 'CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/include;' export 'CPATH;' 'CXX=icpc;' export 'CXX;' 'DASK_ROOT_CONFIG=/glade/u/apps/config/dask;' export 'DASK_ROOT_CONFIG;' 'ENV=/etc/profile.d/modules.sh;' export 'ENV;' 'ESMFMKFILE=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/lib/esmf.mk;' export 'ESMFMKFILE;' 'F77=ifort;' export 'F77;' 'F90=ifort;' export 'F90;' 'FC=ifort;' export 'FC;' '__LMOD_REF_COUNT_FPATH=/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_FPATH;' 'FPATH=/glade/u/apps/ch/opt/mpt/2.19/include;' export 'FPATH;' 'INSPECTOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/inspector;' export 'INSPECTOR_2019_DIR;' 'INTEL_BASE_PATH=/glade/u/apps/opt/intel/2019u2;' export 'INTEL_BASE_PATH;' 'INTEL_COMPILER_BASE_PATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux;' export 'INTEL_COMPILER_BASE_PATH;' 'INTEL_LICENSE_FILE=28518@128.117.177.41;' export 'INTEL_LICENSE_FILE;' 'INTEL_MAJOR_VERSION=19.0;' export 'INTEL_MAJOR_VERSION;' 'INTEL_MINOR_VERSION=0.2;' export 'INTEL_MINOR_VERSION;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1\;/glade/u/apps/ch/opt/mpt/2.19/lib:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:1\;/ncar/opt/slurm/latest/lib:1\;/glade/u/apps/ch/os/usr/lib64:1\;/glade/u/apps/ch/os/usr/lib:1\;/glade/u/apps/ch/os/lib64:1\;/glade/u/apps/ch/os/lib:1;' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/lib:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:/ncar/opt/slurm/latest/lib:/glade/u/apps/ch/os/usr/lib64:/glade/u/apps/ch/os/usr/lib:/glade/u/apps/ch/os/lib64:/glade/u/apps/ch/os/lib;' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib:1;' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib;' export 'LIBRARY_PATH;' 'LMOD_COMPILER=intel;' export 'LMOD_COMPILER;' 'LMOD_COMPILER_VERSION=19.0.2;' export 'LMOD_COMPILER_VERSION;' 'LMOD_FAMILY_COMPILER=intel;' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION=19.0.2;' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI=mpt;' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION=2.19;' export 'LMOD_FAMILY_MPI_VERSION;' 'LMOD_MPI=mpt_fmods;' export 'LMOD_MPI;' 'LMOD_MPI_VERSION=2.19;' export 'LMOD_MPI_VERSION;' 'LM_LICENSE_FILE=28518@128.117.177.41;' export 'LM_LICENSE_FILE;' '__LMOD_REF_COUNT_LOADEDMODULES=ncarenv/1.3:1\;intel/19.0.2:1\;mpt/2.19:1\;ncarcompilers/0.5.0:1\;netcdf/4.6.3:1\;esmf/8.0.0:1\;NCEPlibs/9.9.9:1\;SIONlib/1.7.4:1\;fv3:1;' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES=ncarenv/1.3:intel/19.0.2:mpt/2.19:ncarcompilers/0.5.0:netcdf/4.6.3:esmf/8.0.0:NCEPlibs/9.9.9:SIONlib/1.7.4:fv3;' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:1\;/glade/u/apps/ch/opt/mpt/2.19/man:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:1\;/ncar/opt/slurm/latest/share/man:1\;/usr/local/man:1\;/usr/share/man:1\;/opt/pbs/share/man:1\;/opt/clmgr/man:1\;/opt/sgi/share/man:1;' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man;' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1\;modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2:1\;/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:2;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' 'MPICC_CC=icc;' export 'MPICC_CC;' 'MPICXX_CXX=icpc;' export 'MPICXX_CXX;' 'MPIF08_F08=ifort;' export 'MPIF08_F08;' 'MPIF90_F90=ifort;' export 'MPIF90_F90;' 'MPI_IB_CONGESTED=1;' export 'MPI_IB_CONGESTED;' 'MPI_ROOT=/glade/u/apps/ch/opt/mpt/2.19;' export 'MPI_ROOT;' 'MPI_SYSLOG_COPY=2;' export 'MPI_SYSLOG_COPY;' 'MPT_VERSION=2.19;' export 'MPT_VERSION;' 'MP_COMPILER=intel;' export 'MP_COMPILER;' 'NCAR_EXCLUDE_ASNEEDED=1;' export 'NCAR_EXCLUDE_ASNEEDED;' 'NCAR_HOST=cheyenne;' export 'NCAR_HOST;' 'NCAR_INC_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/include;' export 'NCAR_INC_NETCDF;' 'NCAR_LDFLAGS_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib;' export 'NCAR_LDFLAGS_NETCDF;' 'NCAR_LIBS_MPT=-lrt\' '-ldl;' export 'NCAR_LIBS_MPT;' 'NCAR_LIBS_NETCDF=-Wl,-Bstatic\' '-lnetcdff\' '-lnetcdf\' '-lhdf5hl_fortran\' '-lhdf5_hl\' '-lhdf5_fortran\' '-lhdf5\' '-lsz\' '-lz\' '-Wl,-Bdynamic\' '-lm\' '-ldl;' export 'NCAR_LIBS_NETCDF;' 'NCAR_RANK_MPT=1000;' export 'NCAR_RANK_MPT;' 'NCAR_ROOT_INTEL=/glade/u/apps/opt/intel/2019u2;' export 'NCAR_ROOT_INTEL;' 'NCAR_ROOT_MPT=/glade/u/apps/ch/opt/mpt/2.19;' export 'NCAR_ROOT_MPT;' 'NCAR_ROOT_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/;' export 'NCAR_ROOT_NETCDF;' 'NCAR_WRAPPER_MPI=/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi;' export 'NCAR_WRAPPER_MPI;' 'NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19;' export 'NCEPLIBS_DIR;' 'NEMSIO_INC=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/include;' export 'NEMSIO_INC;' 'NEMSIO_LIB=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libnemsio_d.a;' export 'NEMSIO_LIB;' 'NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/;' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N:1;' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N;' export 'NLSPATH;' 'OMP_NUM_THREADS=1;' export 'OMP_NUM_THREADS;' 'OMP_STACKSIZE=64000K;' export 'OMP_STACKSIZE;' 'OSHCC_CC=icc;' export 'OSHCC_CC;' 'OSHCXX_CXX=icpc;' export 'OSHCXX_CXX;' 'OSHF90_F90=ifort;' export 'OSHF90_F90;' '__LMOD_REF_COUNT_PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:1\;/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:1\;/glade/u/apps/ch/opt/mpt/2.19/bin:1\;/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:1\;/glade/u/apps/opt/intel/2019u2/inspector/bin64:1\;/glade/u/apps/opt/intel/2019u2/advisor/bin64:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:1\;/glade/u/apps/opt/globus-utils:1\;/glade/u/apps/ch/opt/usr/bin:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/18.0.5/mpi:1\;/ncar/opt/slurm/latest/bin:1\;/opt/clmgr/sbin:1\;/opt/clmgr/bin:1\;/opt/sgi/sbin:1\;/opt/sgi/bin:1\;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1\;/glade/u/home/heinzell/bin:1\;/usr/local/bin:1\;/usr/bin:1\;/bin:2\;/usr/bin/X11:1\;/usr/games:1\;/opt/ibutils/bin:1\;/usr/lib/mit/bin:1\;/opt/pbs/bin:1\;/sbin:1\;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1\;/glade/u/apps/ch/os/usr/bin:1;' export '__LMOD_REF_COUNT_PATH;' 'PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:/glade/u/apps/opt/intel/2019u2/inspector/bin64:/glade/u/apps/opt/intel/2019u2/advisor/bin64:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/18.0.5/mpi:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin;' export 'PATH;' 'PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/;' export 'PERL5LIB;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig:1;' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig;' export 'PKG_CONFIG_PATH;' 'SIONLIB=/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19;' export 'SIONLIB;' 'SIONLIB_INC=-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include\' '-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include/mod_64;' export 'SIONLIB_INC;' 'SIONLIB_LIB=-L/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/lib\' '-lsionmpi_f90_64\' '-lsionser_f90_64\' '-lsionmpi_64\' '-lsiongen_64\' '-lsionser_64\' '-lsioncom_64\' '-lsioncom_64_lock_none;' export 'SIONLIB_LIB;' 'SP_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libsp_v2.0.2_d.a;' export 'SP_LIBd;' 'VTUNE_AMPLIFIER_2019_DIR=/glade/u/apps/opt/intel/2019u2/vtune_amplifier;' export 'VTUNE_AMPLIFIER_2019_DIR;' 'W3EMC_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3emc_d.a;' export 'W3EMC_LIBd;' 'W3NCO_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3nco_d.a;' export 'W3NCO_LIBd;' 'WRFIO_NCD_LARGE_FILE_SUPPORT=1;' export 'WRFIO_NCD_LARGE_FILE_SUPPORT;' '__LMOD_REF_COUNT__LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1\;/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:1\;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel/fv3:1;' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel/fv3;' export '_LMFILES_;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17WyJjb21waWxlciJdPSJpbnRlbCIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9;' export '_ModuleTable001_;' '_ModuleTable002_=e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZl;' export '_ModuleTable002_;' '_ModuleTable003_=IixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvaW50ZWwvbW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxpbnRlbD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2ludGVsLzE5LjAuMi5sdWEiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTku;' export '_ModuleTable003_;' '_ModuleTable004_=MC4yIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTkuMC4yIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIs;' export '_ModuleTable004_;' '_ModuleTable005_=WyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50;' export '_ModuleTable005_;' '_ModuleTable006_=ZWwvMTkuMC4yL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNi4zIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS11cGRhdGUtc3VibW9kdWxlcy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIs;' export '_ModuleTable006_;' '_ModuleTable007_=Im1vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' ncar_pylib '()' '{' . '/glade/u/apps/opt/ncar_pylib/ncar_pylib;' '};' ++ ADVISOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/advisor ++ export ADVISOR_2019_DIR ++ BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libbacio_4.a @@ -1922,9 +1924,9 @@ INFO: CCPP prebuild step completed successfully. ++ export __LMOD_REF_COUNT_MANPATH ++ MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man ++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2:1;/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:1' +++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1;modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2:1;/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:2' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 ++ export MODULEPATH ++ MPICC_CC=icc ++ export MPICC_CC @@ -1988,9 +1990,9 @@ INFO: CCPP prebuild step completed successfully. ++ export OSHCXX_CXX ++ OSHF90_F90=ifort ++ export OSHF90_F90 -++ __LMOD_REF_COUNT_PATH='/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:1;/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:1;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:1;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:1;/glade/u/apps/ch/opt/mpt/2.19/bin:1;/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:1;/glade/u/apps/opt/intel/2019u2/inspector/bin64:1;/glade/u/apps/opt/intel/2019u2/advisor/bin64:1;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:1;/glade/u/apps/opt/globus-utils:1;/glade/u/apps/ch/opt/usr/bin:1;/ncar/opt/slurm/latest/bin:1;/opt/clmgr/sbin:1;/opt/clmgr/bin:1;/opt/sgi/sbin:1;/opt/sgi/bin:1;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1;/glade/u/home/heinzell/bin:1;/usr/local/bin:1;/usr/bin:1;/bin:2;/usr/bin/X11:1;/usr/games:1;/opt/ibutils/bin:1;/usr/lib/mit/bin:1;/opt/pbs/bin:1;/sbin:1;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1;/glade/u/apps/ch/os/usr/bin:1' +++ __LMOD_REF_COUNT_PATH='/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:1;/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:1;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:1;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:1;/glade/u/apps/ch/opt/mpt/2.19/bin:1;/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:1;/glade/u/apps/opt/intel/2019u2/inspector/bin64:1;/glade/u/apps/opt/intel/2019u2/advisor/bin64:1;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:1;/glade/u/apps/opt/globus-utils:1;/glade/u/apps/ch/opt/usr/bin:1;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/18.0.5/mpi:1;/ncar/opt/slurm/latest/bin:1;/opt/clmgr/sbin:1;/opt/clmgr/bin:1;/opt/sgi/sbin:1;/opt/sgi/bin:1;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1;/glade/u/home/heinzell/bin:1;/usr/local/bin:1;/usr/bin:1;/bin:2;/usr/bin/X11:1;/usr/games:1;/opt/ibutils/bin:1;/usr/lib/mit/bin:1;/opt/pbs/bin:1;/sbin:1;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1;/glade/u/apps/ch/os/usr/bin:1' ++ export __LMOD_REF_COUNT_PATH -++ PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:/glade/u/apps/opt/intel/2019u2/inspector/bin64:/glade/u/apps/opt/intel/2019u2/advisor/bin64:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin +++ PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:/glade/u/apps/opt/intel/2019u2/inspector/bin64:/glade/u/apps/opt/intel/2019u2/advisor/bin64:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/18.0.5/mpi:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin ++ export PATH ++ PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/ ++ export PERL5LIB @@ -2014,23 +2016,23 @@ INFO: CCPP prebuild step completed successfully. ++ export W3NCO_LIBd ++ WRFIO_NCD_LARGE_FILE_SUPPORT=1 ++ export WRFIO_NCD_LARGE_FILE_SUPPORT -++ __LMOD_REF_COUNT__LMFILES_='/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1;/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:1;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1;/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:1;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel/fv3 +++ _LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel/fv3 ++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17WyJjb21waWxlciJdPSJpbnRlbCIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9 ++ export _ModuleTable001_ -++ _ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt +++ _ModuleTable002_=e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZl ++ export _ModuleTable002_ -++ _ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtZHljb3JlLWRvYy0yMDIwMDIwNC9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGludGVsPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvaW50ZWwvMTkuMC4yLmx1YSIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOS4wLjIiLFsibG9hZE9y +++ _ModuleTable003_=IixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvaW50ZWwvbW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxpbnRlbD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2ludGVsLzE5LjAuMi5sdWEiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTku ++ export _ModuleTable003_ -++ _ModuleTable004_=ZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOS4wLjIiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09 +++ _ModuleTable004_=MC4yIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTkuMC4yIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIs ++ export _ModuleTable004_ -++ _ModuleTable005_=Im5jYXJjb21waWxlcnMvMC41LjAiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmV0 +++ _ModuleTable005_=WyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50 ++ export _ModuleTable005_ -++ _ModuleTable006_=Y2RmLzQuNi4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRl +++ _ModuleTable006_=ZWwvMTkuMC4yL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNi4zIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS11cGRhdGUtc3VibW9kdWxlcy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIs ++ export _ModuleTable006_ -++ _ModuleTable007_=L3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 +++ _ModuleTable007_=Im1vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++ export _ModuleTable007_ ++ _ModuleTable_Sz_=7 ++ export _ModuleTable_Sz_ @@ -2046,29 +2048,29 @@ Currently Loaded Modules: -+ eval 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y;' export '_ModuleTable001_;' '_ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt;' export '_ModuleTable002_;' '_ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtZHljb3JlLWRvYy0yMDIwMDIwNC9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGludGVsPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvaW50ZWwvMTkuMC4yLmx1YSIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOS4wLjIiLFsibG9hZE9y;' export '_ModuleTable003_;' '_ModuleTable004_=ZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOS4wLjIiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09;' export '_ModuleTable004_;' '_ModuleTable005_=Im5jYXJjb21waWxlcnMvMC41LjAiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmV0;' export '_ModuleTable005_;' '_ModuleTable006_=Y2RmLzQuNi4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRl;' export '_ModuleTable006_;' '_ModuleTable007_=L3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 ++ eval 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17WyJjb21waWxlciJdPSJpbnRlbCIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9;' export '_ModuleTable001_;' '_ModuleTable002_=e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZl;' export '_ModuleTable002_;' '_ModuleTable003_=IixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvaW50ZWwvbW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxpbnRlbD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2ludGVsLzE5LjAuMi5sdWEiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTku;' export '_ModuleTable003_;' '_ModuleTable004_=MC4yIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTkuMC4yIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIs;' export '_ModuleTable004_;' '_ModuleTable005_=WyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50;' export '_ModuleTable005_;' '_ModuleTable006_=ZWwvMTkuMC4yL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNi4zIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS11cGRhdGUtc3VibW9kdWxlcy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIs;' export '_ModuleTable006_;' '_ModuleTable007_=Im1vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17WyJjb21waWxlciJdPSJpbnRlbCIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9 ++ export _ModuleTable001_ -++ _ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt +++ _ModuleTable002_=e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZl ++ export _ModuleTable002_ -++ _ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtZHljb3JlLWRvYy0yMDIwMDIwNC9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGludGVsPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvaW50ZWwvMTkuMC4yLmx1YSIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOS4wLjIiLFsibG9hZE9y +++ _ModuleTable003_=IixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvaW50ZWwvbW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxpbnRlbD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2ludGVsLzE5LjAuMi5sdWEiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTku ++ export _ModuleTable003_ -++ _ModuleTable004_=ZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOS4wLjIiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09 +++ _ModuleTable004_=MC4yIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTkuMC4yIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIs ++ export _ModuleTable004_ -++ _ModuleTable005_=Im5jYXJjb21waWxlcnMvMC41LjAiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmV0 +++ _ModuleTable005_=WyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50 ++ export _ModuleTable005_ -++ _ModuleTable006_=Y2RmLzQuNi4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRl +++ _ModuleTable006_=ZWwvMTkuMC4yL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNi4zIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS11cGRhdGUtc3VibW9kdWxlcy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIs ++ export _ModuleTable006_ -++ _ModuleTable007_=L3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 +++ _ModuleTable007_=Im1vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++ export _ModuleTable007_ ++ _ModuleTable_Sz_=7 ++ export _ModuleTable_Sz_ ++ : -s sh + eval + cd build_fv3_1 -+ cmake /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF ++ cmake /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF -- The C compiler identification is Intel 19.0.0.20190117 -- The CXX compiler identification is Intel 19.0.0.20190117 -- The Fortran compiler identification is Intel 19.0.0.20190117 @@ -2134,40 +2136,40 @@ Force 64 bits in ipd -- Detecting OpenMP flags for Intel C++ compiler: -qopenmp -- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp -- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 +INFOGot CCPP_SCHEMES from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 Force 64 bits in CCPP_layer Force 64 bits in stochastic_physics -- Configuring done -- Generating done --- Build files have been written to: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_1 +-- Build files have been written to: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_1 + make -j 3 Scanning dependencies of target ccpp Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o [ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o +[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o [ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o Scanning dependencies of target fms -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o +[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o [ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 1%] Linking Fortran static library libccpp.a +[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 2%] Built target ccpp -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 2%] Linking Fortran static library libccpp.a Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 2%] Built target ccpp +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -2178,421 +2180,420 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o [ 3%] Linking Fortran static library libfv3cpl.a [ 3%] Built target fv3cpl -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +Scanning dependencies of target ccppphys +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o [ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -Scanning dependencies of target ccppphys -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o [ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o [ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_stochastics_cap.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_stochastics_cap.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_time_vary_cap.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_physics_cap.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_stochastics_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_time_vary_cap.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_physics_cap.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_radiation_cap.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_radiation_cap.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_time_vary_cap.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_time_vary_cap.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o [ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o [ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o [ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o [ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o [ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o [ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o [ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o [ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 66%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 66%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 66%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 67%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 67%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 67%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 67%] Linking Fortran static library libccppphys.a -[ 67%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 68%] Linking Fortran static library FMS/libfms.a +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 63%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 63%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 64%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 64%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 64%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 64%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 65%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 65%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 66%] Linking Fortran static library FMS/libfms.a +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 66%] Built target fms +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 68%] Linking Fortran static library libccppphys.a [ 68%] Built target ccppphys Scanning dependencies of target gfsphysics -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o [ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o [ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 69%] Built target fms [ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o [ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o [ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o [ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o [ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 73%] Linking Fortran static library libgfsphysics.a -[ 73%] Built target gfsphysics +[ 72%] Linking Fortran static library libgfsphysics.a +[ 72%] Built target gfsphysics Scanning dependencies of target ipd Scanning dependencies of target ccppdriver -[ 73%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 73%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 73%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 74%] Linking Fortran static library libccppdriver.a -[ 74%] Built target ccppdriver -[ 75%] Linking Fortran static library libipd.a -[ 75%] Built target ipd +[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 72%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 73%] Linking Fortran static library libccppdriver.a +[ 73%] Built target ccppdriver +[ 74%] Linking Fortran static library libipd.a +[ 74%] Built target ipd Scanning dependencies of target io -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o Scanning dependencies of target fv3core -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o [ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o [ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o [ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 80%] Linking Fortran static library libio.a -[ 80%] Built target io -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 79%] Linking Fortran static library libio.a +[ 79%] Built target io +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o @@ -2600,15 +2601,15 @@ Using cray pointers. [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o [ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o @@ -2649,8 +2650,8 @@ Scanning dependencies of target stochastic_physics [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o [ 95%] Linking Fortran static library libstochastic_physics.a @@ -2664,9 +2665,9 @@ Scanning dependencies of target fv3cap [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o @@ -2674,29 +2675,29 @@ Scanning dependencies of target NEMS.exe [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o +[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o [100%] Linking Fortran executable NEMS.exe [100%] Built target NEMS.exe + mv NEMS.exe ../fv3_1.exe -+ cp /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel/fv3 ../modules.fv3_1 ++ cp /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel/fv3 ../modules.fv3_1 + cd .. + '[' YES = YES ']' + rm -rf build_fv3_1 -+ elapsed=646 -+ echo 'Elapsed time 646 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta finished' -Elapsed time 646 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta finished ++ elapsed=691 ++ echo 'Elapsed time 691 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta finished' +Elapsed time 691 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta finished + SECONDS=0 +++ readlink -f ./compile_cmake.sh -++ dirname /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/compile_cmake.sh -+ readonly MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests -+ MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests +++ dirname /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/compile_cmake.sh ++ readonly MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests ++ MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests + readonly ARGC=4 + ARGC=4 -+ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel ++ PATHTR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel + MACHINE_ID=cheyenne.intel + MAKE_OPT='32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y' + BUILD_NAME=fv3_2 @@ -2707,8 +2708,8 @@ Elapsed time 646 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2 + MAKE_THREADS=3 + MAKE_THREADS=3 + hostname -cheyenne6 -+ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests +cheyenne3 ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests + echo 'Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y into fv3_2.exe on cheyenne.intel' Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y into fv3_2.exe on cheyenne.intel + '[' YES = YES ']' @@ -2736,7 +2737,7 @@ Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y i ++ sed 's/.* SUITES=//' ++ sed 's/ .*//' + SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta -+ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel + ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_v15p2,FV3_GFS_v16beta --builddir=tests/build_fv3_2/FV3 INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet @@ -4450,27 +4451,27 @@ INFO: Generating caps makefile/cmakefile snippet ... INFO: Added 12 auto-generated caps to tests/build_fv3_2/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_2/FV3/ccpp/physics/CCPP_CAPS.cmake INFO: CCPP prebuild step completed successfully. + source build_fv3_2/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ export 'CCPP_SCHEMES=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/moninshoc.f' + source build_fv3_2/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' -++ CCPP_CAPS='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ export 'CCPP_CAPS=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ CCPP_CAPS='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' + source build_fv3_2/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_static_api.F90 +++ export CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_static_api.F90 ++ trim ' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ local 'var= -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ var='-DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ var='-DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ echo -n '-DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' + CCPP_CMAKE_FLAGS='-DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__20915 -++ eval 'setup__test_function__20915() { /bin/true ; }' ++ source /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__56068 +++ eval 'setup__test_function__56068() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__20915 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__56068 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -4485,32 +4486,34 @@ INFO: CCPP prebuild step completed successfully. ++ eval module help ++ module purge +++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash purge -++ eval 'MODULEPATH=/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable001_;' '_ModuleTable_Sz_=1;' export '_ModuleTable_Sz_;' -+++ MODULEPATH=/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep +++ eval 'MODULEPATH=/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17fSxtVD17fSxtcGF0aEE9eyIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLCJtb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxl;' export '_ModuleTable001_;' '_ModuleTable002_=cnM6L2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLH0=;' export '_ModuleTable002_;' '_ModuleTable_Sz_=2;' export '_ModuleTable_Sz_;' ++++ MODULEPATH=/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 +++ export MODULEPATH -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17fSxtVD17fSxtcGF0aEE9eyIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLCJtb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxl +++ export _ModuleTable001_ -+++ _ModuleTable_Sz_=1 ++++ _ModuleTable002_=cnM6L2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLH0= ++++ export _ModuleTable002_ ++++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__20915 +++ unset setup__test_function__56068 ++ unset __ms_function_name + [[ cheyenne.intel == macosx.* ]] + [[ cheyenne.intel == linux.* ]] -+ module use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel -++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvaW50ZWwvbW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9t;' export '_ModuleTable001_;' '_ModuleTable002_=b2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ==;' export '_ModuleTable002_;' '_ModuleTable_Sz_=2;' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1' ++ module use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel +++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1\;modulefiles/cheyenne.intel:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17fSxtVD17fSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLXVwZGF0ZS1zdWJtb2R1bGVzL2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwibW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwi;' export '_ModuleTable001_;' '_ModuleTable002_=LCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable002_;' '_ModuleTable_Sz_=2;' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1;modulefiles/cheyenne.intel:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvaW50ZWwvbW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9t +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17fSxtVD17fSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLXVwZGF0ZS1zdWJtb2R1bGVzL2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwibW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwi ++ export _ModuleTable001_ -++ _ModuleTable002_=b2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ== +++ _ModuleTable002_=LCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -4518,7 +4521,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module load fv3 ++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/advisor;' export 'ADVISOR_2019_DIR;' 'BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libbacio_4.a;' export 'BACIO_LIB4;' 'CC=icc;' export 'CC;' 'CESMDATAROOT=/glade/p/cesmdata/cseg;' export 'CESMDATAROOT;' 'CESMROOT=/glade/p/cesm;' export 'CESMROOT;' 'CMAKE_CXX_COMPILER=mpicxx;' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER=mpicc;' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER=mpif90;' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform=cheyenne.intel;' export 'CMAKE_Platform;' 'COMPILER=intel;' export 'COMPILER;' 'COMPILER_VERSION=19.0.2;' export 'COMPILER_VERSION;' '__LMOD_REF_COUNT_CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1\;/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_CPATH;' 'CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/include;' export 'CPATH;' 'CXX=icpc;' export 'CXX;' 'DASK_ROOT_CONFIG=/glade/u/apps/config/dask;' export 'DASK_ROOT_CONFIG;' 'ENV=/etc/profile.d/modules.sh;' export 'ENV;' 'ESMFMKFILE=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/lib/esmf.mk;' export 'ESMFMKFILE;' 'F77=ifort;' export 'F77;' 'F90=ifort;' export 'F90;' 'FC=ifort;' export 'FC;' '__LMOD_REF_COUNT_FPATH=/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_FPATH;' 'FPATH=/glade/u/apps/ch/opt/mpt/2.19/include;' export 'FPATH;' 'INSPECTOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/inspector;' export 'INSPECTOR_2019_DIR;' 'INTEL_BASE_PATH=/glade/u/apps/opt/intel/2019u2;' export 'INTEL_BASE_PATH;' 'INTEL_COMPILER_BASE_PATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux;' export 'INTEL_COMPILER_BASE_PATH;' 'INTEL_LICENSE_FILE=28518@128.117.177.41;' export 'INTEL_LICENSE_FILE;' 'INTEL_MAJOR_VERSION=19.0;' export 'INTEL_MAJOR_VERSION;' 'INTEL_MINOR_VERSION=0.2;' export 'INTEL_MINOR_VERSION;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1\;/glade/u/apps/ch/opt/mpt/2.19/lib:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:1\;/ncar/opt/slurm/latest/lib:1\;/glade/u/apps/ch/os/usr/lib64:1\;/glade/u/apps/ch/os/usr/lib:1\;/glade/u/apps/ch/os/lib64:1\;/glade/u/apps/ch/os/lib:1;' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/lib:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:/ncar/opt/slurm/latest/lib:/glade/u/apps/ch/os/usr/lib64:/glade/u/apps/ch/os/usr/lib:/glade/u/apps/ch/os/lib64:/glade/u/apps/ch/os/lib;' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib:1;' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib;' export 'LIBRARY_PATH;' 'LMOD_COMPILER=intel;' export 'LMOD_COMPILER;' 'LMOD_COMPILER_VERSION=19.0.2;' export 'LMOD_COMPILER_VERSION;' 'LMOD_FAMILY_COMPILER=intel;' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION=19.0.2;' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI=mpt;' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION=2.19;' export 'LMOD_FAMILY_MPI_VERSION;' 'LMOD_MPI=mpt_fmods;' export 'LMOD_MPI;' 'LMOD_MPI_VERSION=2.19;' export 'LMOD_MPI_VERSION;' 'LM_LICENSE_FILE=28518@128.117.177.41;' export 'LM_LICENSE_FILE;' '__LMOD_REF_COUNT_LOADEDMODULES=ncarenv/1.3:1\;intel/19.0.2:1\;mpt/2.19:1\;ncarcompilers/0.5.0:1\;netcdf/4.6.3:1\;esmf/8.0.0:1\;NCEPlibs/9.9.9:1\;SIONlib/1.7.4:1\;fv3:1;' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES=ncarenv/1.3:intel/19.0.2:mpt/2.19:ncarcompilers/0.5.0:netcdf/4.6.3:esmf/8.0.0:NCEPlibs/9.9.9:SIONlib/1.7.4:fv3;' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:1\;/glade/u/apps/ch/opt/mpt/2.19/man:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:1\;/ncar/opt/slurm/latest/share/man:1\;/usr/local/man:1\;/usr/share/man:1\;/opt/pbs/share/man:1\;/opt/clmgr/man:1\;/opt/sgi/share/man:1;' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man;' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2:1\;/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' 'MPICC_CC=icc;' export 'MPICC_CC;' 'MPICXX_CXX=icpc;' export 'MPICXX_CXX;' 'MPIF08_F08=ifort;' export 'MPIF08_F08;' 'MPIF90_F90=ifort;' export 'MPIF90_F90;' 'MPI_IB_CONGESTED=1;' export 'MPI_IB_CONGESTED;' 'MPI_ROOT=/glade/u/apps/ch/opt/mpt/2.19;' export 'MPI_ROOT;' 'MPI_SYSLOG_COPY=2;' export 'MPI_SYSLOG_COPY;' 'MPT_VERSION=2.19;' export 'MPT_VERSION;' 'MP_COMPILER=intel;' export 'MP_COMPILER;' 'NCAR_EXCLUDE_ASNEEDED=1;' export 'NCAR_EXCLUDE_ASNEEDED;' 'NCAR_HOST=cheyenne;' export 'NCAR_HOST;' 'NCAR_INC_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/include;' export 'NCAR_INC_NETCDF;' 'NCAR_LDFLAGS_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib;' export 'NCAR_LDFLAGS_NETCDF;' 'NCAR_LIBS_MPT=-lrt\' '-ldl;' export 'NCAR_LIBS_MPT;' 'NCAR_LIBS_NETCDF=-Wl,-Bstatic\' '-lnetcdff\' '-lnetcdf\' '-lhdf5hl_fortran\' '-lhdf5_hl\' '-lhdf5_fortran\' '-lhdf5\' '-lsz\' '-lz\' '-Wl,-Bdynamic\' '-lm\' '-ldl;' export 'NCAR_LIBS_NETCDF;' 'NCAR_RANK_MPT=1000;' export 'NCAR_RANK_MPT;' 'NCAR_ROOT_INTEL=/glade/u/apps/opt/intel/2019u2;' export 'NCAR_ROOT_INTEL;' 'NCAR_ROOT_MPT=/glade/u/apps/ch/opt/mpt/2.19;' export 'NCAR_ROOT_MPT;' 'NCAR_ROOT_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/;' export 'NCAR_ROOT_NETCDF;' 'NCAR_WRAPPER_MPI=/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi;' export 'NCAR_WRAPPER_MPI;' 'NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19;' export 'NCEPLIBS_DIR;' 'NEMSIO_INC=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/include;' export 'NEMSIO_INC;' 'NEMSIO_LIB=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libnemsio_d.a;' export 'NEMSIO_LIB;' 'NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/;' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N:1;' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N;' export 'NLSPATH;' 'OMP_NUM_THREADS=1;' export 'OMP_NUM_THREADS;' 'OMP_STACKSIZE=64000K;' export 'OMP_STACKSIZE;' 'OSHCC_CC=icc;' export 'OSHCC_CC;' 'OSHCXX_CXX=icpc;' export 'OSHCXX_CXX;' 'OSHF90_F90=ifort;' export 'OSHF90_F90;' '__LMOD_REF_COUNT_PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:1\;/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:1\;/glade/u/apps/ch/opt/mpt/2.19/bin:1\;/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:1\;/glade/u/apps/opt/intel/2019u2/inspector/bin64:1\;/glade/u/apps/opt/intel/2019u2/advisor/bin64:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:1\;/glade/u/apps/opt/globus-utils:1\;/glade/u/apps/ch/opt/usr/bin:1\;/ncar/opt/slurm/latest/bin:1\;/opt/clmgr/sbin:1\;/opt/clmgr/bin:1\;/opt/sgi/sbin:1\;/opt/sgi/bin:1\;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1\;/glade/u/home/heinzell/bin:1\;/usr/local/bin:1\;/usr/bin:1\;/bin:2\;/usr/bin/X11:1\;/usr/games:1\;/opt/ibutils/bin:1\;/usr/lib/mit/bin:1\;/opt/pbs/bin:1\;/sbin:1\;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1\;/glade/u/apps/ch/os/usr/bin:1;' export '__LMOD_REF_COUNT_PATH;' 'PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:/glade/u/apps/opt/intel/2019u2/inspector/bin64:/glade/u/apps/opt/intel/2019u2/advisor/bin64:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin;' export 'PATH;' 'PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/;' export 'PERL5LIB;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig:1;' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig;' export 'PKG_CONFIG_PATH;' 'SIONLIB=/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19;' export 'SIONLIB;' 'SIONLIB_INC=-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include\' '-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include/mod_64;' export 'SIONLIB_INC;' 'SIONLIB_LIB=-L/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/lib\' '-lsionmpi_f90_64\' '-lsionser_f90_64\' '-lsionmpi_64\' '-lsiongen_64\' '-lsionser_64\' '-lsioncom_64\' '-lsioncom_64_lock_none;' export 'SIONLIB_LIB;' 'SP_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libsp_v2.0.2_d.a;' export 'SP_LIBd;' 'VTUNE_AMPLIFIER_2019_DIR=/glade/u/apps/opt/intel/2019u2/vtune_amplifier;' export 'VTUNE_AMPLIFIER_2019_DIR;' 'W3EMC_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3emc_d.a;' export 'W3EMC_LIBd;' 'W3NCO_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3nco_d.a;' export 'W3NCO_LIBd;' 'WRFIO_NCD_LARGE_FILE_SUPPORT=1;' export 'WRFIO_NCD_LARGE_FILE_SUPPORT;' '__LMOD_REF_COUNT__LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1\;/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:1\;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel/fv3:1;' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel/fv3;' export '_LMFILES_;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y;' export '_ModuleTable001_;' '_ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt;' export '_ModuleTable002_;' '_ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtZHljb3JlLWRvYy0yMDIwMDIwNC9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGludGVsPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvaW50ZWwvMTkuMC4yLmx1YSIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOS4wLjIiLFsibG9hZE9y;' export '_ModuleTable003_;' '_ModuleTable004_=ZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOS4wLjIiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09;' export '_ModuleTable004_;' '_ModuleTable005_=Im5jYXJjb21waWxlcnMvMC41LjAiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmV0;' export '_ModuleTable005_;' '_ModuleTable006_=Y2RmLzQuNi4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRl;' export '_ModuleTable006_;' '_ModuleTable007_=L3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' ncar_pylib '()' '{' . '/glade/u/apps/opt/ncar_pylib/ncar_pylib;' '};' ++ eval 'ADVISOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/advisor;' export 'ADVISOR_2019_DIR;' 'BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libbacio_4.a;' export 'BACIO_LIB4;' 'CC=icc;' export 'CC;' 'CESMDATAROOT=/glade/p/cesmdata/cseg;' export 'CESMDATAROOT;' 'CESMROOT=/glade/p/cesm;' export 'CESMROOT;' 'CMAKE_CXX_COMPILER=mpicxx;' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER=mpicc;' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER=mpif90;' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform=cheyenne.intel;' export 'CMAKE_Platform;' 'COMPILER=intel;' export 'COMPILER;' 'COMPILER_VERSION=19.0.2;' export 'COMPILER_VERSION;' '__LMOD_REF_COUNT_CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1\;/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_CPATH;' 'CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/include;' export 'CPATH;' 'CXX=icpc;' export 'CXX;' 'DASK_ROOT_CONFIG=/glade/u/apps/config/dask;' export 'DASK_ROOT_CONFIG;' 'ENV=/etc/profile.d/modules.sh;' export 'ENV;' 'ESMFMKFILE=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/lib/esmf.mk;' export 'ESMFMKFILE;' 'F77=ifort;' export 'F77;' 'F90=ifort;' export 'F90;' 'FC=ifort;' export 'FC;' '__LMOD_REF_COUNT_FPATH=/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_FPATH;' 'FPATH=/glade/u/apps/ch/opt/mpt/2.19/include;' export 'FPATH;' 'INSPECTOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/inspector;' export 'INSPECTOR_2019_DIR;' 'INTEL_BASE_PATH=/glade/u/apps/opt/intel/2019u2;' export 'INTEL_BASE_PATH;' 'INTEL_COMPILER_BASE_PATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux;' export 'INTEL_COMPILER_BASE_PATH;' 'INTEL_LICENSE_FILE=28518@128.117.177.41;' export 'INTEL_LICENSE_FILE;' 'INTEL_MAJOR_VERSION=19.0;' export 'INTEL_MAJOR_VERSION;' 'INTEL_MINOR_VERSION=0.2;' export 'INTEL_MINOR_VERSION;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1\;/glade/u/apps/ch/opt/mpt/2.19/lib:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:1\;/ncar/opt/slurm/latest/lib:1\;/glade/u/apps/ch/os/usr/lib64:1\;/glade/u/apps/ch/os/usr/lib:1\;/glade/u/apps/ch/os/lib64:1\;/glade/u/apps/ch/os/lib:1;' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/lib:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:/ncar/opt/slurm/latest/lib:/glade/u/apps/ch/os/usr/lib64:/glade/u/apps/ch/os/usr/lib:/glade/u/apps/ch/os/lib64:/glade/u/apps/ch/os/lib;' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib:1;' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib;' export 'LIBRARY_PATH;' 'LMOD_COMPILER=intel;' export 'LMOD_COMPILER;' 'LMOD_COMPILER_VERSION=19.0.2;' export 'LMOD_COMPILER_VERSION;' 'LMOD_FAMILY_COMPILER=intel;' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION=19.0.2;' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI=mpt;' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION=2.19;' export 'LMOD_FAMILY_MPI_VERSION;' 'LMOD_MPI=mpt_fmods;' export 'LMOD_MPI;' 'LMOD_MPI_VERSION=2.19;' export 'LMOD_MPI_VERSION;' 'LM_LICENSE_FILE=28518@128.117.177.41;' export 'LM_LICENSE_FILE;' '__LMOD_REF_COUNT_LOADEDMODULES=ncarenv/1.3:1\;intel/19.0.2:1\;mpt/2.19:1\;ncarcompilers/0.5.0:1\;netcdf/4.6.3:1\;esmf/8.0.0:1\;NCEPlibs/9.9.9:1\;SIONlib/1.7.4:1\;fv3:1;' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES=ncarenv/1.3:intel/19.0.2:mpt/2.19:ncarcompilers/0.5.0:netcdf/4.6.3:esmf/8.0.0:NCEPlibs/9.9.9:SIONlib/1.7.4:fv3;' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:1\;/glade/u/apps/ch/opt/mpt/2.19/man:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:1\;/ncar/opt/slurm/latest/share/man:1\;/usr/local/man:1\;/usr/share/man:1\;/opt/pbs/share/man:1\;/opt/clmgr/man:1\;/opt/sgi/share/man:1;' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man;' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1\;modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2:1\;/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:2;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' 'MPICC_CC=icc;' export 'MPICC_CC;' 'MPICXX_CXX=icpc;' export 'MPICXX_CXX;' 'MPIF08_F08=ifort;' export 'MPIF08_F08;' 'MPIF90_F90=ifort;' export 'MPIF90_F90;' 'MPI_IB_CONGESTED=1;' export 'MPI_IB_CONGESTED;' 'MPI_ROOT=/glade/u/apps/ch/opt/mpt/2.19;' export 'MPI_ROOT;' 'MPI_SYSLOG_COPY=2;' export 'MPI_SYSLOG_COPY;' 'MPT_VERSION=2.19;' export 'MPT_VERSION;' 'MP_COMPILER=intel;' export 'MP_COMPILER;' 'NCAR_EXCLUDE_ASNEEDED=1;' export 'NCAR_EXCLUDE_ASNEEDED;' 'NCAR_HOST=cheyenne;' export 'NCAR_HOST;' 'NCAR_INC_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/include;' export 'NCAR_INC_NETCDF;' 'NCAR_LDFLAGS_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib;' export 'NCAR_LDFLAGS_NETCDF;' 'NCAR_LIBS_MPT=-lrt\' '-ldl;' export 'NCAR_LIBS_MPT;' 'NCAR_LIBS_NETCDF=-Wl,-Bstatic\' '-lnetcdff\' '-lnetcdf\' '-lhdf5hl_fortran\' '-lhdf5_hl\' '-lhdf5_fortran\' '-lhdf5\' '-lsz\' '-lz\' '-Wl,-Bdynamic\' '-lm\' '-ldl;' export 'NCAR_LIBS_NETCDF;' 'NCAR_RANK_MPT=1000;' export 'NCAR_RANK_MPT;' 'NCAR_ROOT_INTEL=/glade/u/apps/opt/intel/2019u2;' export 'NCAR_ROOT_INTEL;' 'NCAR_ROOT_MPT=/glade/u/apps/ch/opt/mpt/2.19;' export 'NCAR_ROOT_MPT;' 'NCAR_ROOT_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/;' export 'NCAR_ROOT_NETCDF;' 'NCAR_WRAPPER_MPI=/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi;' export 'NCAR_WRAPPER_MPI;' 'NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19;' export 'NCEPLIBS_DIR;' 'NEMSIO_INC=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/include;' export 'NEMSIO_INC;' 'NEMSIO_LIB=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libnemsio_d.a;' export 'NEMSIO_LIB;' 'NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/;' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N:1;' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N;' export 'NLSPATH;' 'OMP_NUM_THREADS=1;' export 'OMP_NUM_THREADS;' 'OMP_STACKSIZE=64000K;' export 'OMP_STACKSIZE;' 'OSHCC_CC=icc;' export 'OSHCC_CC;' 'OSHCXX_CXX=icpc;' export 'OSHCXX_CXX;' 'OSHF90_F90=ifort;' export 'OSHF90_F90;' '__LMOD_REF_COUNT_PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:1\;/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:1\;/glade/u/apps/ch/opt/mpt/2.19/bin:1\;/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:1\;/glade/u/apps/opt/intel/2019u2/inspector/bin64:1\;/glade/u/apps/opt/intel/2019u2/advisor/bin64:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:1\;/glade/u/apps/opt/globus-utils:1\;/glade/u/apps/ch/opt/usr/bin:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/18.0.5/mpi:1\;/ncar/opt/slurm/latest/bin:1\;/opt/clmgr/sbin:1\;/opt/clmgr/bin:1\;/opt/sgi/sbin:1\;/opt/sgi/bin:1\;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1\;/glade/u/home/heinzell/bin:1\;/usr/local/bin:1\;/usr/bin:1\;/bin:2\;/usr/bin/X11:1\;/usr/games:1\;/opt/ibutils/bin:1\;/usr/lib/mit/bin:1\;/opt/pbs/bin:1\;/sbin:1\;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1\;/glade/u/apps/ch/os/usr/bin:1;' export '__LMOD_REF_COUNT_PATH;' 'PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:/glade/u/apps/opt/intel/2019u2/inspector/bin64:/glade/u/apps/opt/intel/2019u2/advisor/bin64:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/18.0.5/mpi:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin;' export 'PATH;' 'PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/;' export 'PERL5LIB;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig:1;' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig;' export 'PKG_CONFIG_PATH;' 'SIONLIB=/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19;' export 'SIONLIB;' 'SIONLIB_INC=-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include\' '-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include/mod_64;' export 'SIONLIB_INC;' 'SIONLIB_LIB=-L/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/lib\' '-lsionmpi_f90_64\' '-lsionser_f90_64\' '-lsionmpi_64\' '-lsiongen_64\' '-lsionser_64\' '-lsioncom_64\' '-lsioncom_64_lock_none;' export 'SIONLIB_LIB;' 'SP_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libsp_v2.0.2_d.a;' export 'SP_LIBd;' 'VTUNE_AMPLIFIER_2019_DIR=/glade/u/apps/opt/intel/2019u2/vtune_amplifier;' export 'VTUNE_AMPLIFIER_2019_DIR;' 'W3EMC_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3emc_d.a;' export 'W3EMC_LIBd;' 'W3NCO_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3nco_d.a;' export 'W3NCO_LIBd;' 'WRFIO_NCD_LARGE_FILE_SUPPORT=1;' export 'WRFIO_NCD_LARGE_FILE_SUPPORT;' '__LMOD_REF_COUNT__LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1\;/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:1\;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel/fv3:1;' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel/fv3;' export '_LMFILES_;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17WyJjb21waWxlciJdPSJpbnRlbCIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9;' export '_ModuleTable001_;' '_ModuleTable002_=e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZl;' export '_ModuleTable002_;' '_ModuleTable003_=IixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvaW50ZWwvbW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxpbnRlbD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2ludGVsLzE5LjAuMi5sdWEiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTku;' export '_ModuleTable003_;' '_ModuleTable004_=MC4yIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTkuMC4yIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIs;' export '_ModuleTable004_;' '_ModuleTable005_=WyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50;' export '_ModuleTable005_;' '_ModuleTable006_=ZWwvMTkuMC4yL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNi4zIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS11cGRhdGUtc3VibW9kdWxlcy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIs;' export '_ModuleTable006_;' '_ModuleTable007_=Im1vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' ncar_pylib '()' '{' . '/glade/u/apps/opt/ncar_pylib/ncar_pylib;' '};' ++ ADVISOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/advisor ++ export ADVISOR_2019_DIR ++ BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libbacio_4.a @@ -4609,9 +4612,9 @@ INFO: CCPP prebuild step completed successfully. ++ export __LMOD_REF_COUNT_MANPATH ++ MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man ++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2:1;/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:1' +++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1;modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2:1;/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:2' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 ++ export MODULEPATH ++ MPICC_CC=icc ++ export MPICC_CC @@ -4675,9 +4678,9 @@ INFO: CCPP prebuild step completed successfully. ++ export OSHCXX_CXX ++ OSHF90_F90=ifort ++ export OSHF90_F90 -++ __LMOD_REF_COUNT_PATH='/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:1;/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:1;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:1;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:1;/glade/u/apps/ch/opt/mpt/2.19/bin:1;/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:1;/glade/u/apps/opt/intel/2019u2/inspector/bin64:1;/glade/u/apps/opt/intel/2019u2/advisor/bin64:1;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:1;/glade/u/apps/opt/globus-utils:1;/glade/u/apps/ch/opt/usr/bin:1;/ncar/opt/slurm/latest/bin:1;/opt/clmgr/sbin:1;/opt/clmgr/bin:1;/opt/sgi/sbin:1;/opt/sgi/bin:1;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1;/glade/u/home/heinzell/bin:1;/usr/local/bin:1;/usr/bin:1;/bin:2;/usr/bin/X11:1;/usr/games:1;/opt/ibutils/bin:1;/usr/lib/mit/bin:1;/opt/pbs/bin:1;/sbin:1;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1;/glade/u/apps/ch/os/usr/bin:1' +++ __LMOD_REF_COUNT_PATH='/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:1;/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:1;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:1;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:1;/glade/u/apps/ch/opt/mpt/2.19/bin:1;/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:1;/glade/u/apps/opt/intel/2019u2/inspector/bin64:1;/glade/u/apps/opt/intel/2019u2/advisor/bin64:1;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:1;/glade/u/apps/opt/globus-utils:1;/glade/u/apps/ch/opt/usr/bin:1;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/18.0.5/mpi:1;/ncar/opt/slurm/latest/bin:1;/opt/clmgr/sbin:1;/opt/clmgr/bin:1;/opt/sgi/sbin:1;/opt/sgi/bin:1;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1;/glade/u/home/heinzell/bin:1;/usr/local/bin:1;/usr/bin:1;/bin:2;/usr/bin/X11:1;/usr/games:1;/opt/ibutils/bin:1;/usr/lib/mit/bin:1;/opt/pbs/bin:1;/sbin:1;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1;/glade/u/apps/ch/os/usr/bin:1' ++ export __LMOD_REF_COUNT_PATH -++ PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:/glade/u/apps/opt/intel/2019u2/inspector/bin64:/glade/u/apps/opt/intel/2019u2/advisor/bin64:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin +++ PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:/glade/u/apps/opt/intel/2019u2/inspector/bin64:/glade/u/apps/opt/intel/2019u2/advisor/bin64:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/18.0.5/mpi:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin ++ export PATH ++ PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/ ++ export PERL5LIB @@ -4701,23 +4704,23 @@ INFO: CCPP prebuild step completed successfully. ++ export W3NCO_LIBd ++ WRFIO_NCD_LARGE_FILE_SUPPORT=1 ++ export WRFIO_NCD_LARGE_FILE_SUPPORT -++ __LMOD_REF_COUNT__LMFILES_='/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1;/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:1;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1;/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:1;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel/fv3 +++ _LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel/fv3 ++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17WyJjb21waWxlciJdPSJpbnRlbCIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9 ++ export _ModuleTable001_ -++ _ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt +++ _ModuleTable002_=e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZl ++ export _ModuleTable002_ -++ _ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtZHljb3JlLWRvYy0yMDIwMDIwNC9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGludGVsPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvaW50ZWwvMTkuMC4yLmx1YSIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOS4wLjIiLFsibG9hZE9y +++ _ModuleTable003_=IixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvaW50ZWwvbW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxpbnRlbD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2ludGVsLzE5LjAuMi5sdWEiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTku ++ export _ModuleTable003_ -++ _ModuleTable004_=ZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOS4wLjIiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09 +++ _ModuleTable004_=MC4yIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTkuMC4yIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIs ++ export _ModuleTable004_ -++ _ModuleTable005_=Im5jYXJjb21waWxlcnMvMC41LjAiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmV0 +++ _ModuleTable005_=WyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50 ++ export _ModuleTable005_ -++ _ModuleTable006_=Y2RmLzQuNi4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRl +++ _ModuleTable006_=ZWwvMTkuMC4yL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNi4zIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS11cGRhdGUtc3VibW9kdWxlcy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIs ++ export _ModuleTable006_ -++ _ModuleTable007_=L3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 +++ _ModuleTable007_=Im1vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++ export _ModuleTable007_ ++ _ModuleTable_Sz_=7 ++ export _ModuleTable_Sz_ @@ -4733,29 +4736,29 @@ Currently Loaded Modules: -+ eval 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y;' export '_ModuleTable001_;' '_ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt;' export '_ModuleTable002_;' '_ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtZHljb3JlLWRvYy0yMDIwMDIwNC9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGludGVsPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvaW50ZWwvMTkuMC4yLmx1YSIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOS4wLjIiLFsibG9hZE9y;' export '_ModuleTable003_;' '_ModuleTable004_=ZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOS4wLjIiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09;' export '_ModuleTable004_;' '_ModuleTable005_=Im5jYXJjb21waWxlcnMvMC41LjAiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmV0;' export '_ModuleTable005_;' '_ModuleTable006_=Y2RmLzQuNi4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRl;' export '_ModuleTable006_;' '_ModuleTable007_=L3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 ++ eval 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17WyJjb21waWxlciJdPSJpbnRlbCIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9;' export '_ModuleTable001_;' '_ModuleTable002_=e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZl;' export '_ModuleTable002_;' '_ModuleTable003_=IixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvaW50ZWwvbW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxpbnRlbD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2ludGVsLzE5LjAuMi5sdWEiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTku;' export '_ModuleTable003_;' '_ModuleTable004_=MC4yIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTkuMC4yIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIs;' export '_ModuleTable004_;' '_ModuleTable005_=WyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50;' export '_ModuleTable005_;' '_ModuleTable006_=ZWwvMTkuMC4yL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNi4zIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS11cGRhdGUtc3VibW9kdWxlcy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIs;' export '_ModuleTable006_;' '_ModuleTable007_=Im1vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17WyJjb21waWxlciJdPSJpbnRlbCIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9 ++ export _ModuleTable001_ -++ _ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt +++ _ModuleTable002_=e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZl ++ export _ModuleTable002_ -++ _ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtZHljb3JlLWRvYy0yMDIwMDIwNC9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGludGVsPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvaW50ZWwvMTkuMC4yLmx1YSIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOS4wLjIiLFsibG9hZE9y +++ _ModuleTable003_=IixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvaW50ZWwvbW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxpbnRlbD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2ludGVsLzE5LjAuMi5sdWEiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTku ++ export _ModuleTable003_ -++ _ModuleTable004_=ZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOS4wLjIiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09 +++ _ModuleTable004_=MC4yIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTkuMC4yIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIs ++ export _ModuleTable004_ -++ _ModuleTable005_=Im5jYXJjb21waWxlcnMvMC41LjAiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmV0 +++ _ModuleTable005_=WyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50 ++ export _ModuleTable005_ -++ _ModuleTable006_=Y2RmLzQuNi4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRl +++ _ModuleTable006_=ZWwvMTkuMC4yL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNi4zIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS11cGRhdGUtc3VibW9kdWxlcy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIs ++ export _ModuleTable006_ -++ _ModuleTable007_=L3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 +++ _ModuleTable007_=Im1vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++ export _ModuleTable007_ ++ _ModuleTable_Sz_=7 ++ export _ModuleTable_Sz_ ++ : -s sh + eval + cd build_fv3_2 -+ cmake /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF ++ cmake /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF -- The C compiler identification is Intel 19.0.0.20190117 -- The CXX compiler identification is Intel 19.0.0.20190117 -- The Fortran compiler identification is Intel 19.0.0.20190117 @@ -4821,73 +4824,68 @@ Force 64 bits in ipd -- Detecting OpenMP flags for Intel C++ compiler: -qopenmp -- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp -- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 +INFOGot CCPP_SCHEMES from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 Force 64 bits in CCPP_layer Force 64 bits in stochastic_physics -- Configuring done -- Generating done --- Build files have been written to: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_2 +-- Build files have been written to: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_2 + make -j 3 -Scanning dependencies of target fv3cpl Scanning dependencies of target ccpp -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o [ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o +Scanning dependencies of target fv3cpl +[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o [ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o [ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o +[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o +[ 1%] Linking Fortran static library libccpp.a +[ 1%] Built target ccpp +[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o Scanning dependencies of target fms [ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. [ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 1%] Linking Fortran static library libccpp.a -[ 1%] Built target ccpp [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 3%] Linking Fortran static library libfv3cpl.a Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 3%] Built target fv3cpl +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 2%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -Scanning dependencies of target ccppphys Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 3%] Linking Fortran static library libfv3cpl.a -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o [ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 3%] Built target fv3cpl -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -fpp: warning: keyword redefined: STATIC -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +Scanning dependencies of target ccppphys [ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +fpp: warning: keyword redefined: STATIC +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o [ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o mpp_comm_mpi.inc(1386): #warning: macro redefined: MPP_TYPE_ mpp_comm_mpi.inc(1387): #warning: macro redefined: MPI_TYPE_ mpp_comm_mpi.inc(1390): #warning: macro redefined: MPP_TYPE_CREATE_ @@ -4905,172 +4903,177 @@ mpp_comm_mpi.inc(1407): #warning: macro redefined: MPI_TYPE_ mpp_comm_mpi.inc(1410): #warning: macro redefined: MPP_TYPE_CREATE_ mpp_comm_mpi.inc(1411): #warning: macro redefined: MPP_TYPE_ mpp_comm_mpi.inc(1412): #warning: macro redefined: MPI_TYPE_ -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o fpp: warning: keyword redefined: STATIC -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o fpp: warning: keyword redefined: STATIC -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o fpp: warning: keyword redefined: STATIC -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o fpp: warning: keyword redefined: STATIC -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o fpp: warning: keyword redefined: STATIC -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o fpp: warning: keyword redefined: STATIC -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o fpp: warning: keyword redefined: STATIC -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o fpp: warning: keyword redefined: STATIC +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o fpp: warning: keyword redefined: STATIC -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_stochastics_cap.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_time_vary_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_physics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_time_vary_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_radiation_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_stochastics_cap.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_stochastics_cap.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_time_vary_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_physics_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_time_vary_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_radiation_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o [ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o [ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o [ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o @@ -5078,75 +5081,75 @@ Using cray pointers. [ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o [ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o [ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o [ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o [ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o [ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o fpp: warning: keyword redefined: STATIC [ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o [ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o fpp: warning: keyword redefined: STATIC -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o fpp: warning: keyword redefined: STATIC -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o fpp: warning: keyword redefined: STATIC -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o [ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o [ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o [ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o [ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o [ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o fpp: warning: keyword redefined: STATIC -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 53%] Linking Fortran static library libccppphys.a -[ 53%] Built target ccppphys +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 52%] Linking Fortran static library libccppphys.a +[ 52%] Built target ccppphys Scanning dependencies of target gfsphysics -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o fpp: warning: keyword redefined: STATIC -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o [ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o [ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o [ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o Using 8-byte addressing @@ -5154,47 +5157,47 @@ Using pure routines. Using allocatable derived type array members. Using cray pointers. [ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o [ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o [ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -5204,138 +5207,137 @@ Using pure routines. Using allocatable derived type array members. Using cray pointers. [ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o [ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. [ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o [ 66%] Linking Fortran static library libgfsphysics.a -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 66%] Built target gfsphysics -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 67%] Built target gfsphysics +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o Scanning dependencies of target ipd -[ 66%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 66%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 67%] Linking Fortran static library libipd.a -[ 67%] Built target ipd +[ 67%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 67%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 68%] Linking Fortran static library libipd.a +[ 68%] Built target ipd [ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o Scanning dependencies of target ccppdriver [ 68%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 69%] Linking Fortran static library libccppdriver.a +[ 69%] Built target ccppdriver Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 69%] Linking Fortran static library libccppdriver.a [ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 69%] Built target ccppdriver -[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 72%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 73%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 73%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 72%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 72%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 72%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o [ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 74%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 74%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 74%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 74%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 75%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 75%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 75%] Linking Fortran static library FMS/libfms.a -[ 75%] Built target fms +[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 74%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 74%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 74%] Linking Fortran static library FMS/libfms.a +[ 74%] Built target fms Scanning dependencies of target io -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o Scanning dependencies of target fv3core -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 80%] Linking Fortran static library libio.a -[ 80%] Built target io -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 79%] Linking Fortran static library libio.a +[ 79%] Built target io +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o [ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o [ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -5370,9 +5372,9 @@ fpp: warning: keyword redefined: STATIC [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o [ 95%] Linking Fortran static library libstochastic_physics.a [ 95%] Built target stochastic_physics @@ -5380,13 +5382,13 @@ Scanning dependencies of target fv3cap [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o [ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o @@ -5395,29 +5397,29 @@ Scanning dependencies of target NEMS.exe [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o [100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o +[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o [100%] Linking Fortran executable NEMS.exe [100%] Built target NEMS.exe + mv NEMS.exe ../fv3_2.exe -+ cp /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel/fv3 ../modules.fv3_2 ++ cp /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel/fv3 ../modules.fv3_2 + cd .. + '[' YES = YES ']' + rm -rf build_fv3_2 -+ elapsed=162 -+ echo 'Elapsed time 162 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y finished' -Elapsed time 162 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y finished ++ elapsed=168 ++ echo 'Elapsed time 168 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y finished' +Elapsed time 168 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y finished + SECONDS=0 +++ readlink -f ./compile_cmake.sh -++ dirname /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/compile_cmake.sh -+ readonly MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests -+ MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests +++ dirname /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/compile_cmake.sh ++ readonly MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests ++ MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests + readonly ARGC=4 + ARGC=4 -+ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel ++ PATHTR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel + MACHINE_ID=cheyenne.intel + MAKE_OPT='32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y' + BUILD_NAME=fv3_3 @@ -5428,8 +5430,8 @@ Elapsed time 162 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2 + MAKE_THREADS=3 + MAKE_THREADS=3 + hostname -cheyenne6 -+ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests +cheyenne3 ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests + echo 'Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y into fv3_3.exe on cheyenne.intel' Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y into fv3_3.exe on cheyenne.intel + '[' YES = YES ']' @@ -5458,7 +5460,7 @@ Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y i ++ sed 's/.* SUITES=//' ++ sed 's/ .*//' + SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta -+ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel + ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_v15p2,FV3_GFS_v16beta --builddir=tests/build_fv3_3/FV3 INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet @@ -7172,27 +7174,27 @@ INFO: Generating caps makefile/cmakefile snippet ... INFO: Added 12 auto-generated caps to tests/build_fv3_3/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_3/FV3/ccpp/physics/CCPP_CAPS.cmake INFO: CCPP prebuild step completed successfully. + source build_fv3_3/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ export 'CCPP_SCHEMES=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/moninshoc.f' + source build_fv3_3/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' -++ CCPP_CAPS='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ export 'CCPP_CAPS=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ CCPP_CAPS='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' + source build_fv3_3/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_static_api.F90 +++ export CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_static_api.F90 ++ trim ' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ local 'var= -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ var='-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ var='-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ echo -n '-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' + CCPP_CMAKE_FLAGS='-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__52119 -++ eval 'setup__test_function__52119() { /bin/true ; }' ++ source /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__24201 +++ eval 'setup__test_function__24201() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__52119 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__24201 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -7207,32 +7209,34 @@ INFO: CCPP prebuild step completed successfully. ++ eval module help ++ module purge +++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash purge -++ eval 'MODULEPATH=/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable001_;' '_ModuleTable_Sz_=1;' export '_ModuleTable_Sz_;' -+++ MODULEPATH=/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep +++ eval 'MODULEPATH=/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17fSxtVD17fSxtcGF0aEE9eyIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLCJtb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxl;' export '_ModuleTable001_;' '_ModuleTable002_=cnM6L2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLH0=;' export '_ModuleTable002_;' '_ModuleTable_Sz_=2;' export '_ModuleTable_Sz_;' ++++ MODULEPATH=/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 +++ export MODULEPATH -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17fSxtVD17fSxtcGF0aEE9eyIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLCJtb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxl +++ export _ModuleTable001_ -+++ _ModuleTable_Sz_=1 ++++ _ModuleTable002_=cnM6L2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLH0= ++++ export _ModuleTable002_ ++++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__52119 +++ unset setup__test_function__24201 ++ unset __ms_function_name + [[ cheyenne.intel == macosx.* ]] + [[ cheyenne.intel == linux.* ]] -+ module use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel -++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvaW50ZWwvbW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9t;' export '_ModuleTable001_;' '_ModuleTable002_=b2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ==;' export '_ModuleTable002_;' '_ModuleTable_Sz_=2;' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1' ++ module use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel +++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1\;modulefiles/cheyenne.intel:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17fSxtVD17fSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLXVwZGF0ZS1zdWJtb2R1bGVzL2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwibW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwi;' export '_ModuleTable001_;' '_ModuleTable002_=LCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable002_;' '_ModuleTable_Sz_=2;' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1;modulefiles/cheyenne.intel:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvaW50ZWwvbW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9t +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17fSxtVD17fSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLXVwZGF0ZS1zdWJtb2R1bGVzL2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwibW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwi ++ export _ModuleTable001_ -++ _ModuleTable002_=b2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ== +++ _ModuleTable002_=LCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -7240,7 +7244,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module load fv3 ++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/advisor;' export 'ADVISOR_2019_DIR;' 'BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libbacio_4.a;' export 'BACIO_LIB4;' 'CC=icc;' export 'CC;' 'CESMDATAROOT=/glade/p/cesmdata/cseg;' export 'CESMDATAROOT;' 'CESMROOT=/glade/p/cesm;' export 'CESMROOT;' 'CMAKE_CXX_COMPILER=mpicxx;' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER=mpicc;' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER=mpif90;' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform=cheyenne.intel;' export 'CMAKE_Platform;' 'COMPILER=intel;' export 'COMPILER;' 'COMPILER_VERSION=19.0.2;' export 'COMPILER_VERSION;' '__LMOD_REF_COUNT_CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1\;/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_CPATH;' 'CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/include;' export 'CPATH;' 'CXX=icpc;' export 'CXX;' 'DASK_ROOT_CONFIG=/glade/u/apps/config/dask;' export 'DASK_ROOT_CONFIG;' 'ENV=/etc/profile.d/modules.sh;' export 'ENV;' 'ESMFMKFILE=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/lib/esmf.mk;' export 'ESMFMKFILE;' 'F77=ifort;' export 'F77;' 'F90=ifort;' export 'F90;' 'FC=ifort;' export 'FC;' '__LMOD_REF_COUNT_FPATH=/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_FPATH;' 'FPATH=/glade/u/apps/ch/opt/mpt/2.19/include;' export 'FPATH;' 'INSPECTOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/inspector;' export 'INSPECTOR_2019_DIR;' 'INTEL_BASE_PATH=/glade/u/apps/opt/intel/2019u2;' export 'INTEL_BASE_PATH;' 'INTEL_COMPILER_BASE_PATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux;' export 'INTEL_COMPILER_BASE_PATH;' 'INTEL_LICENSE_FILE=28518@128.117.177.41;' export 'INTEL_LICENSE_FILE;' 'INTEL_MAJOR_VERSION=19.0;' export 'INTEL_MAJOR_VERSION;' 'INTEL_MINOR_VERSION=0.2;' export 'INTEL_MINOR_VERSION;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1\;/glade/u/apps/ch/opt/mpt/2.19/lib:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:1\;/ncar/opt/slurm/latest/lib:1\;/glade/u/apps/ch/os/usr/lib64:1\;/glade/u/apps/ch/os/usr/lib:1\;/glade/u/apps/ch/os/lib64:1\;/glade/u/apps/ch/os/lib:1;' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/lib:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:/ncar/opt/slurm/latest/lib:/glade/u/apps/ch/os/usr/lib64:/glade/u/apps/ch/os/usr/lib:/glade/u/apps/ch/os/lib64:/glade/u/apps/ch/os/lib;' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib:1;' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib;' export 'LIBRARY_PATH;' 'LMOD_COMPILER=intel;' export 'LMOD_COMPILER;' 'LMOD_COMPILER_VERSION=19.0.2;' export 'LMOD_COMPILER_VERSION;' 'LMOD_FAMILY_COMPILER=intel;' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION=19.0.2;' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI=mpt;' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION=2.19;' export 'LMOD_FAMILY_MPI_VERSION;' 'LMOD_MPI=mpt_fmods;' export 'LMOD_MPI;' 'LMOD_MPI_VERSION=2.19;' export 'LMOD_MPI_VERSION;' 'LM_LICENSE_FILE=28518@128.117.177.41;' export 'LM_LICENSE_FILE;' '__LMOD_REF_COUNT_LOADEDMODULES=ncarenv/1.3:1\;intel/19.0.2:1\;mpt/2.19:1\;ncarcompilers/0.5.0:1\;netcdf/4.6.3:1\;esmf/8.0.0:1\;NCEPlibs/9.9.9:1\;SIONlib/1.7.4:1\;fv3:1;' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES=ncarenv/1.3:intel/19.0.2:mpt/2.19:ncarcompilers/0.5.0:netcdf/4.6.3:esmf/8.0.0:NCEPlibs/9.9.9:SIONlib/1.7.4:fv3;' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:1\;/glade/u/apps/ch/opt/mpt/2.19/man:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:1\;/ncar/opt/slurm/latest/share/man:1\;/usr/local/man:1\;/usr/share/man:1\;/opt/pbs/share/man:1\;/opt/clmgr/man:1\;/opt/sgi/share/man:1;' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man;' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2:1\;/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' 'MPICC_CC=icc;' export 'MPICC_CC;' 'MPICXX_CXX=icpc;' export 'MPICXX_CXX;' 'MPIF08_F08=ifort;' export 'MPIF08_F08;' 'MPIF90_F90=ifort;' export 'MPIF90_F90;' 'MPI_IB_CONGESTED=1;' export 'MPI_IB_CONGESTED;' 'MPI_ROOT=/glade/u/apps/ch/opt/mpt/2.19;' export 'MPI_ROOT;' 'MPI_SYSLOG_COPY=2;' export 'MPI_SYSLOG_COPY;' 'MPT_VERSION=2.19;' export 'MPT_VERSION;' 'MP_COMPILER=intel;' export 'MP_COMPILER;' 'NCAR_EXCLUDE_ASNEEDED=1;' export 'NCAR_EXCLUDE_ASNEEDED;' 'NCAR_HOST=cheyenne;' export 'NCAR_HOST;' 'NCAR_INC_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/include;' export 'NCAR_INC_NETCDF;' 'NCAR_LDFLAGS_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib;' export 'NCAR_LDFLAGS_NETCDF;' 'NCAR_LIBS_MPT=-lrt\' '-ldl;' export 'NCAR_LIBS_MPT;' 'NCAR_LIBS_NETCDF=-Wl,-Bstatic\' '-lnetcdff\' '-lnetcdf\' '-lhdf5hl_fortran\' '-lhdf5_hl\' '-lhdf5_fortran\' '-lhdf5\' '-lsz\' '-lz\' '-Wl,-Bdynamic\' '-lm\' '-ldl;' export 'NCAR_LIBS_NETCDF;' 'NCAR_RANK_MPT=1000;' export 'NCAR_RANK_MPT;' 'NCAR_ROOT_INTEL=/glade/u/apps/opt/intel/2019u2;' export 'NCAR_ROOT_INTEL;' 'NCAR_ROOT_MPT=/glade/u/apps/ch/opt/mpt/2.19;' export 'NCAR_ROOT_MPT;' 'NCAR_ROOT_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/;' export 'NCAR_ROOT_NETCDF;' 'NCAR_WRAPPER_MPI=/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi;' export 'NCAR_WRAPPER_MPI;' 'NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19;' export 'NCEPLIBS_DIR;' 'NEMSIO_INC=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/include;' export 'NEMSIO_INC;' 'NEMSIO_LIB=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libnemsio_d.a;' export 'NEMSIO_LIB;' 'NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/;' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N:1;' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N;' export 'NLSPATH;' 'OMP_NUM_THREADS=1;' export 'OMP_NUM_THREADS;' 'OMP_STACKSIZE=64000K;' export 'OMP_STACKSIZE;' 'OSHCC_CC=icc;' export 'OSHCC_CC;' 'OSHCXX_CXX=icpc;' export 'OSHCXX_CXX;' 'OSHF90_F90=ifort;' export 'OSHF90_F90;' '__LMOD_REF_COUNT_PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:1\;/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:1\;/glade/u/apps/ch/opt/mpt/2.19/bin:1\;/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:1\;/glade/u/apps/opt/intel/2019u2/inspector/bin64:1\;/glade/u/apps/opt/intel/2019u2/advisor/bin64:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:1\;/glade/u/apps/opt/globus-utils:1\;/glade/u/apps/ch/opt/usr/bin:1\;/ncar/opt/slurm/latest/bin:1\;/opt/clmgr/sbin:1\;/opt/clmgr/bin:1\;/opt/sgi/sbin:1\;/opt/sgi/bin:1\;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1\;/glade/u/home/heinzell/bin:1\;/usr/local/bin:1\;/usr/bin:1\;/bin:2\;/usr/bin/X11:1\;/usr/games:1\;/opt/ibutils/bin:1\;/usr/lib/mit/bin:1\;/opt/pbs/bin:1\;/sbin:1\;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1\;/glade/u/apps/ch/os/usr/bin:1;' export '__LMOD_REF_COUNT_PATH;' 'PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:/glade/u/apps/opt/intel/2019u2/inspector/bin64:/glade/u/apps/opt/intel/2019u2/advisor/bin64:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin;' export 'PATH;' 'PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/;' export 'PERL5LIB;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig:1;' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig;' export 'PKG_CONFIG_PATH;' 'SIONLIB=/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19;' export 'SIONLIB;' 'SIONLIB_INC=-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include\' '-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include/mod_64;' export 'SIONLIB_INC;' 'SIONLIB_LIB=-L/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/lib\' '-lsionmpi_f90_64\' '-lsionser_f90_64\' '-lsionmpi_64\' '-lsiongen_64\' '-lsionser_64\' '-lsioncom_64\' '-lsioncom_64_lock_none;' export 'SIONLIB_LIB;' 'SP_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libsp_v2.0.2_d.a;' export 'SP_LIBd;' 'VTUNE_AMPLIFIER_2019_DIR=/glade/u/apps/opt/intel/2019u2/vtune_amplifier;' export 'VTUNE_AMPLIFIER_2019_DIR;' 'W3EMC_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3emc_d.a;' export 'W3EMC_LIBd;' 'W3NCO_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3nco_d.a;' export 'W3NCO_LIBd;' 'WRFIO_NCD_LARGE_FILE_SUPPORT=1;' export 'WRFIO_NCD_LARGE_FILE_SUPPORT;' '__LMOD_REF_COUNT__LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1\;/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:1\;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel/fv3:1;' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel/fv3;' export '_LMFILES_;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y;' export '_ModuleTable001_;' '_ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt;' export '_ModuleTable002_;' '_ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtZHljb3JlLWRvYy0yMDIwMDIwNC9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGludGVsPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvaW50ZWwvMTkuMC4yLmx1YSIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOS4wLjIiLFsibG9hZE9y;' export '_ModuleTable003_;' '_ModuleTable004_=ZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOS4wLjIiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09;' export '_ModuleTable004_;' '_ModuleTable005_=Im5jYXJjb21waWxlcnMvMC41LjAiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmV0;' export '_ModuleTable005_;' '_ModuleTable006_=Y2RmLzQuNi4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRl;' export '_ModuleTable006_;' '_ModuleTable007_=L3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' ncar_pylib '()' '{' . '/glade/u/apps/opt/ncar_pylib/ncar_pylib;' '};' ++ eval 'ADVISOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/advisor;' export 'ADVISOR_2019_DIR;' 'BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libbacio_4.a;' export 'BACIO_LIB4;' 'CC=icc;' export 'CC;' 'CESMDATAROOT=/glade/p/cesmdata/cseg;' export 'CESMDATAROOT;' 'CESMROOT=/glade/p/cesm;' export 'CESMROOT;' 'CMAKE_CXX_COMPILER=mpicxx;' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER=mpicc;' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER=mpif90;' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform=cheyenne.intel;' export 'CMAKE_Platform;' 'COMPILER=intel;' export 'COMPILER;' 'COMPILER_VERSION=19.0.2;' export 'COMPILER_VERSION;' '__LMOD_REF_COUNT_CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1\;/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_CPATH;' 'CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/include;' export 'CPATH;' 'CXX=icpc;' export 'CXX;' 'DASK_ROOT_CONFIG=/glade/u/apps/config/dask;' export 'DASK_ROOT_CONFIG;' 'ENV=/etc/profile.d/modules.sh;' export 'ENV;' 'ESMFMKFILE=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/lib/esmf.mk;' export 'ESMFMKFILE;' 'F77=ifort;' export 'F77;' 'F90=ifort;' export 'F90;' 'FC=ifort;' export 'FC;' '__LMOD_REF_COUNT_FPATH=/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_FPATH;' 'FPATH=/glade/u/apps/ch/opt/mpt/2.19/include;' export 'FPATH;' 'INSPECTOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/inspector;' export 'INSPECTOR_2019_DIR;' 'INTEL_BASE_PATH=/glade/u/apps/opt/intel/2019u2;' export 'INTEL_BASE_PATH;' 'INTEL_COMPILER_BASE_PATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux;' export 'INTEL_COMPILER_BASE_PATH;' 'INTEL_LICENSE_FILE=28518@128.117.177.41;' export 'INTEL_LICENSE_FILE;' 'INTEL_MAJOR_VERSION=19.0;' export 'INTEL_MAJOR_VERSION;' 'INTEL_MINOR_VERSION=0.2;' export 'INTEL_MINOR_VERSION;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1\;/glade/u/apps/ch/opt/mpt/2.19/lib:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:1\;/ncar/opt/slurm/latest/lib:1\;/glade/u/apps/ch/os/usr/lib64:1\;/glade/u/apps/ch/os/usr/lib:1\;/glade/u/apps/ch/os/lib64:1\;/glade/u/apps/ch/os/lib:1;' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/lib:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:/ncar/opt/slurm/latest/lib:/glade/u/apps/ch/os/usr/lib64:/glade/u/apps/ch/os/usr/lib:/glade/u/apps/ch/os/lib64:/glade/u/apps/ch/os/lib;' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib:1;' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib;' export 'LIBRARY_PATH;' 'LMOD_COMPILER=intel;' export 'LMOD_COMPILER;' 'LMOD_COMPILER_VERSION=19.0.2;' export 'LMOD_COMPILER_VERSION;' 'LMOD_FAMILY_COMPILER=intel;' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION=19.0.2;' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI=mpt;' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION=2.19;' export 'LMOD_FAMILY_MPI_VERSION;' 'LMOD_MPI=mpt_fmods;' export 'LMOD_MPI;' 'LMOD_MPI_VERSION=2.19;' export 'LMOD_MPI_VERSION;' 'LM_LICENSE_FILE=28518@128.117.177.41;' export 'LM_LICENSE_FILE;' '__LMOD_REF_COUNT_LOADEDMODULES=ncarenv/1.3:1\;intel/19.0.2:1\;mpt/2.19:1\;ncarcompilers/0.5.0:1\;netcdf/4.6.3:1\;esmf/8.0.0:1\;NCEPlibs/9.9.9:1\;SIONlib/1.7.4:1\;fv3:1;' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES=ncarenv/1.3:intel/19.0.2:mpt/2.19:ncarcompilers/0.5.0:netcdf/4.6.3:esmf/8.0.0:NCEPlibs/9.9.9:SIONlib/1.7.4:fv3;' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:1\;/glade/u/apps/ch/opt/mpt/2.19/man:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:1\;/ncar/opt/slurm/latest/share/man:1\;/usr/local/man:1\;/usr/share/man:1\;/opt/pbs/share/man:1\;/opt/clmgr/man:1\;/opt/sgi/share/man:1;' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man;' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1\;modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2:1\;/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:2;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' 'MPICC_CC=icc;' export 'MPICC_CC;' 'MPICXX_CXX=icpc;' export 'MPICXX_CXX;' 'MPIF08_F08=ifort;' export 'MPIF08_F08;' 'MPIF90_F90=ifort;' export 'MPIF90_F90;' 'MPI_IB_CONGESTED=1;' export 'MPI_IB_CONGESTED;' 'MPI_ROOT=/glade/u/apps/ch/opt/mpt/2.19;' export 'MPI_ROOT;' 'MPI_SYSLOG_COPY=2;' export 'MPI_SYSLOG_COPY;' 'MPT_VERSION=2.19;' export 'MPT_VERSION;' 'MP_COMPILER=intel;' export 'MP_COMPILER;' 'NCAR_EXCLUDE_ASNEEDED=1;' export 'NCAR_EXCLUDE_ASNEEDED;' 'NCAR_HOST=cheyenne;' export 'NCAR_HOST;' 'NCAR_INC_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/include;' export 'NCAR_INC_NETCDF;' 'NCAR_LDFLAGS_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib;' export 'NCAR_LDFLAGS_NETCDF;' 'NCAR_LIBS_MPT=-lrt\' '-ldl;' export 'NCAR_LIBS_MPT;' 'NCAR_LIBS_NETCDF=-Wl,-Bstatic\' '-lnetcdff\' '-lnetcdf\' '-lhdf5hl_fortran\' '-lhdf5_hl\' '-lhdf5_fortran\' '-lhdf5\' '-lsz\' '-lz\' '-Wl,-Bdynamic\' '-lm\' '-ldl;' export 'NCAR_LIBS_NETCDF;' 'NCAR_RANK_MPT=1000;' export 'NCAR_RANK_MPT;' 'NCAR_ROOT_INTEL=/glade/u/apps/opt/intel/2019u2;' export 'NCAR_ROOT_INTEL;' 'NCAR_ROOT_MPT=/glade/u/apps/ch/opt/mpt/2.19;' export 'NCAR_ROOT_MPT;' 'NCAR_ROOT_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/;' export 'NCAR_ROOT_NETCDF;' 'NCAR_WRAPPER_MPI=/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi;' export 'NCAR_WRAPPER_MPI;' 'NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19;' export 'NCEPLIBS_DIR;' 'NEMSIO_INC=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/include;' export 'NEMSIO_INC;' 'NEMSIO_LIB=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libnemsio_d.a;' export 'NEMSIO_LIB;' 'NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/;' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N:1;' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N;' export 'NLSPATH;' 'OMP_NUM_THREADS=1;' export 'OMP_NUM_THREADS;' 'OMP_STACKSIZE=64000K;' export 'OMP_STACKSIZE;' 'OSHCC_CC=icc;' export 'OSHCC_CC;' 'OSHCXX_CXX=icpc;' export 'OSHCXX_CXX;' 'OSHF90_F90=ifort;' export 'OSHF90_F90;' '__LMOD_REF_COUNT_PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:1\;/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:1\;/glade/u/apps/ch/opt/mpt/2.19/bin:1\;/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:1\;/glade/u/apps/opt/intel/2019u2/inspector/bin64:1\;/glade/u/apps/opt/intel/2019u2/advisor/bin64:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:1\;/glade/u/apps/opt/globus-utils:1\;/glade/u/apps/ch/opt/usr/bin:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/18.0.5/mpi:1\;/ncar/opt/slurm/latest/bin:1\;/opt/clmgr/sbin:1\;/opt/clmgr/bin:1\;/opt/sgi/sbin:1\;/opt/sgi/bin:1\;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1\;/glade/u/home/heinzell/bin:1\;/usr/local/bin:1\;/usr/bin:1\;/bin:2\;/usr/bin/X11:1\;/usr/games:1\;/opt/ibutils/bin:1\;/usr/lib/mit/bin:1\;/opt/pbs/bin:1\;/sbin:1\;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1\;/glade/u/apps/ch/os/usr/bin:1;' export '__LMOD_REF_COUNT_PATH;' 'PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:/glade/u/apps/opt/intel/2019u2/inspector/bin64:/glade/u/apps/opt/intel/2019u2/advisor/bin64:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/18.0.5/mpi:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin;' export 'PATH;' 'PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/;' export 'PERL5LIB;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig:1;' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig;' export 'PKG_CONFIG_PATH;' 'SIONLIB=/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19;' export 'SIONLIB;' 'SIONLIB_INC=-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include\' '-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include/mod_64;' export 'SIONLIB_INC;' 'SIONLIB_LIB=-L/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/lib\' '-lsionmpi_f90_64\' '-lsionser_f90_64\' '-lsionmpi_64\' '-lsiongen_64\' '-lsionser_64\' '-lsioncom_64\' '-lsioncom_64_lock_none;' export 'SIONLIB_LIB;' 'SP_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libsp_v2.0.2_d.a;' export 'SP_LIBd;' 'VTUNE_AMPLIFIER_2019_DIR=/glade/u/apps/opt/intel/2019u2/vtune_amplifier;' export 'VTUNE_AMPLIFIER_2019_DIR;' 'W3EMC_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3emc_d.a;' export 'W3EMC_LIBd;' 'W3NCO_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3nco_d.a;' export 'W3NCO_LIBd;' 'WRFIO_NCD_LARGE_FILE_SUPPORT=1;' export 'WRFIO_NCD_LARGE_FILE_SUPPORT;' '__LMOD_REF_COUNT__LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1\;/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:1\;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel/fv3:1;' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel/fv3;' export '_LMFILES_;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17WyJjb21waWxlciJdPSJpbnRlbCIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9;' export '_ModuleTable001_;' '_ModuleTable002_=e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZl;' export '_ModuleTable002_;' '_ModuleTable003_=IixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvaW50ZWwvbW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxpbnRlbD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2ludGVsLzE5LjAuMi5sdWEiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTku;' export '_ModuleTable003_;' '_ModuleTable004_=MC4yIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTkuMC4yIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIs;' export '_ModuleTable004_;' '_ModuleTable005_=WyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50;' export '_ModuleTable005_;' '_ModuleTable006_=ZWwvMTkuMC4yL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNi4zIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS11cGRhdGUtc3VibW9kdWxlcy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIs;' export '_ModuleTable006_;' '_ModuleTable007_=Im1vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' ncar_pylib '()' '{' . '/glade/u/apps/opt/ncar_pylib/ncar_pylib;' '};' ++ ADVISOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/advisor ++ export ADVISOR_2019_DIR ++ BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libbacio_4.a @@ -7331,9 +7335,9 @@ INFO: CCPP prebuild step completed successfully. ++ export __LMOD_REF_COUNT_MANPATH ++ MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man ++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2:1;/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:1' +++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1;modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2:1;/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:2' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 ++ export MODULEPATH ++ MPICC_CC=icc ++ export MPICC_CC @@ -7397,9 +7401,9 @@ INFO: CCPP prebuild step completed successfully. ++ export OSHCXX_CXX ++ OSHF90_F90=ifort ++ export OSHF90_F90 -++ __LMOD_REF_COUNT_PATH='/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:1;/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:1;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:1;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:1;/glade/u/apps/ch/opt/mpt/2.19/bin:1;/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:1;/glade/u/apps/opt/intel/2019u2/inspector/bin64:1;/glade/u/apps/opt/intel/2019u2/advisor/bin64:1;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:1;/glade/u/apps/opt/globus-utils:1;/glade/u/apps/ch/opt/usr/bin:1;/ncar/opt/slurm/latest/bin:1;/opt/clmgr/sbin:1;/opt/clmgr/bin:1;/opt/sgi/sbin:1;/opt/sgi/bin:1;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1;/glade/u/home/heinzell/bin:1;/usr/local/bin:1;/usr/bin:1;/bin:2;/usr/bin/X11:1;/usr/games:1;/opt/ibutils/bin:1;/usr/lib/mit/bin:1;/opt/pbs/bin:1;/sbin:1;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1;/glade/u/apps/ch/os/usr/bin:1' +++ __LMOD_REF_COUNT_PATH='/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:1;/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:1;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:1;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:1;/glade/u/apps/ch/opt/mpt/2.19/bin:1;/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:1;/glade/u/apps/opt/intel/2019u2/inspector/bin64:1;/glade/u/apps/opt/intel/2019u2/advisor/bin64:1;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:1;/glade/u/apps/opt/globus-utils:1;/glade/u/apps/ch/opt/usr/bin:1;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/18.0.5/mpi:1;/ncar/opt/slurm/latest/bin:1;/opt/clmgr/sbin:1;/opt/clmgr/bin:1;/opt/sgi/sbin:1;/opt/sgi/bin:1;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1;/glade/u/home/heinzell/bin:1;/usr/local/bin:1;/usr/bin:1;/bin:2;/usr/bin/X11:1;/usr/games:1;/opt/ibutils/bin:1;/usr/lib/mit/bin:1;/opt/pbs/bin:1;/sbin:1;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1;/glade/u/apps/ch/os/usr/bin:1' ++ export __LMOD_REF_COUNT_PATH -++ PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:/glade/u/apps/opt/intel/2019u2/inspector/bin64:/glade/u/apps/opt/intel/2019u2/advisor/bin64:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin +++ PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:/glade/u/apps/opt/intel/2019u2/inspector/bin64:/glade/u/apps/opt/intel/2019u2/advisor/bin64:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/18.0.5/mpi:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin ++ export PATH ++ PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/ ++ export PERL5LIB @@ -7423,23 +7427,23 @@ INFO: CCPP prebuild step completed successfully. ++ export W3NCO_LIBd ++ WRFIO_NCD_LARGE_FILE_SUPPORT=1 ++ export WRFIO_NCD_LARGE_FILE_SUPPORT -++ __LMOD_REF_COUNT__LMFILES_='/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1;/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:1;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1;/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:1;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel/fv3 +++ _LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel/fv3 ++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17WyJjb21waWxlciJdPSJpbnRlbCIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9 ++ export _ModuleTable001_ -++ _ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt +++ _ModuleTable002_=e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZl ++ export _ModuleTable002_ -++ _ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtZHljb3JlLWRvYy0yMDIwMDIwNC9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGludGVsPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvaW50ZWwvMTkuMC4yLmx1YSIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOS4wLjIiLFsibG9hZE9y +++ _ModuleTable003_=IixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvaW50ZWwvbW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxpbnRlbD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2ludGVsLzE5LjAuMi5sdWEiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTku ++ export _ModuleTable003_ -++ _ModuleTable004_=ZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOS4wLjIiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09 +++ _ModuleTable004_=MC4yIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTkuMC4yIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIs ++ export _ModuleTable004_ -++ _ModuleTable005_=Im5jYXJjb21waWxlcnMvMC41LjAiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmV0 +++ _ModuleTable005_=WyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50 ++ export _ModuleTable005_ -++ _ModuleTable006_=Y2RmLzQuNi4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRl +++ _ModuleTable006_=ZWwvMTkuMC4yL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNi4zIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS11cGRhdGUtc3VibW9kdWxlcy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIs ++ export _ModuleTable006_ -++ _ModuleTable007_=L3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 +++ _ModuleTable007_=Im1vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++ export _ModuleTable007_ ++ _ModuleTable_Sz_=7 ++ export _ModuleTable_Sz_ @@ -7455,29 +7459,29 @@ Currently Loaded Modules: -+ eval 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y;' export '_ModuleTable001_;' '_ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt;' export '_ModuleTable002_;' '_ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtZHljb3JlLWRvYy0yMDIwMDIwNC9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGludGVsPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvaW50ZWwvMTkuMC4yLmx1YSIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOS4wLjIiLFsibG9hZE9y;' export '_ModuleTable003_;' '_ModuleTable004_=ZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOS4wLjIiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09;' export '_ModuleTable004_;' '_ModuleTable005_=Im5jYXJjb21waWxlcnMvMC41LjAiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmV0;' export '_ModuleTable005_;' '_ModuleTable006_=Y2RmLzQuNi4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRl;' export '_ModuleTable006_;' '_ModuleTable007_=L3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 ++ eval 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17WyJjb21waWxlciJdPSJpbnRlbCIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9;' export '_ModuleTable001_;' '_ModuleTable002_=e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZl;' export '_ModuleTable002_;' '_ModuleTable003_=IixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvaW50ZWwvbW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxpbnRlbD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2ludGVsLzE5LjAuMi5sdWEiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTku;' export '_ModuleTable003_;' '_ModuleTable004_=MC4yIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTkuMC4yIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIs;' export '_ModuleTable004_;' '_ModuleTable005_=WyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50;' export '_ModuleTable005_;' '_ModuleTable006_=ZWwvMTkuMC4yL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNi4zIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS11cGRhdGUtc3VibW9kdWxlcy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIs;' export '_ModuleTable006_;' '_ModuleTable007_=Im1vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17WyJjb21waWxlciJdPSJpbnRlbCIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9 ++ export _ModuleTable001_ -++ _ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt +++ _ModuleTable002_=e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZl ++ export _ModuleTable002_ -++ _ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtZHljb3JlLWRvYy0yMDIwMDIwNC9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGludGVsPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvaW50ZWwvMTkuMC4yLmx1YSIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOS4wLjIiLFsibG9hZE9y +++ _ModuleTable003_=IixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvaW50ZWwvbW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxpbnRlbD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2ludGVsLzE5LjAuMi5sdWEiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTku ++ export _ModuleTable003_ -++ _ModuleTable004_=ZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOS4wLjIiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09 +++ _ModuleTable004_=MC4yIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTkuMC4yIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIs ++ export _ModuleTable004_ -++ _ModuleTable005_=Im5jYXJjb21waWxlcnMvMC41LjAiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmV0 +++ _ModuleTable005_=WyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50 ++ export _ModuleTable005_ -++ _ModuleTable006_=Y2RmLzQuNi4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRl +++ _ModuleTable006_=ZWwvMTkuMC4yL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNi4zIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS11cGRhdGUtc3VibW9kdWxlcy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIs ++ export _ModuleTable006_ -++ _ModuleTable007_=L3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 +++ _ModuleTable007_=Im1vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++ export _ModuleTable007_ ++ _ModuleTable_Sz_=7 ++ export _ModuleTable_Sz_ ++ : -s sh + eval + cd build_fv3_3 -+ cmake /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF ++ cmake /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF -- The C compiler identification is Intel 19.0.0.20190117 -- The CXX compiler identification is Intel 19.0.0.20190117 -- The Fortran compiler identification is Intel 19.0.0.20190117 @@ -7543,100 +7547,94 @@ Force 64 bits in ipd -- Detecting OpenMP flags for Intel C++ compiler: -qopenmp -- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp -- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 +INFOGot CCPP_SCHEMES from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 Force 64 bits in CCPP_layer Force 64 bits in stochastic_physics -- Configuring done -- Generating done --- Build files have been written to: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_3 +-- Build files have been written to: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_3 + make -j 3 -Scanning dependencies of target ccpp Scanning dependencies of target fv3cpl +Scanning dependencies of target ccpp [ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o [ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o [ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o +[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. [ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 1%] Linking Fortran static library libccpp.a +[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 1%] Built target ccpp [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 2%] Linking Fortran static library libccpp.a +[ 2%] Built target ccpp Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 2%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 2%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -Scanning dependencies of target ccppphys -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o [ 3%] Linking Fortran static library libfv3cpl.a [ 3%] Built target fv3cpl -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. [ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o [ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o [ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +Scanning dependencies of target ccppphys +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o [ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o Using 8-byte addressing Using pure routines. @@ -7644,230 +7642,223 @@ Using allocatable derived type array members. Using cray pointers. [ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o [ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o [ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_stochastics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_stochastics_cap.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_time_vary_cap.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_physics_cap.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_radiation_cap.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_stochastics_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_time_vary_cap.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_physics_cap.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_time_vary_cap.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_radiation_cap.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_time_vary_cap.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o [ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o [ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing @@ -7879,129 +7870,141 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o [ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o [ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o [ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 66%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 66%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 66%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 66%] Linking Fortran static library libccppphys.a -[ 67%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 67%] Built target ccppphys -[ 67%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 60%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 60%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 61%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 61%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 62%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 62%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 63%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 63%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 63%] Linking Fortran static library FMS/libfms.a +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 64%] Built target fms +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 68%] Linking Fortran static library libccppphys.a +[ 68%] Built target ccppphys Scanning dependencies of target gfsphysics -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o [ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o [ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o [ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 70%] Linking Fortran static library FMS/libfms.a [ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 70%] Built target fms -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 73%] Linking Fortran static library libgfsphysics.a -[ 73%] Built target gfsphysics +[ 72%] Linking Fortran static library libgfsphysics.a +[ 72%] Built target gfsphysics Scanning dependencies of target ccppdriver Scanning dependencies of target ipd -[ 73%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 73%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 73%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 74%] Linking Fortran static library libccppdriver.a -[ 74%] Built target ccppdriver -[ 75%] Linking Fortran static library libipd.a -[ 75%] Built target ipd +[ 72%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 73%] Linking Fortran static library libccppdriver.a +[ 73%] Built target ccppdriver +[ 74%] Linking Fortran static library libipd.a +[ 74%] Built target ipd Scanning dependencies of target io -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o Scanning dependencies of target fv3core -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o [ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o [ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o [ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o [ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 80%] Linking Fortran static library libio.a -[ 80%] Built target io -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 79%] Linking Fortran static library libio.a +[ 79%] Built target io +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o @@ -8009,15 +8012,15 @@ Using cray pointers. [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o [ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o @@ -8032,23 +8035,23 @@ Using cray pointers. [ 87%] Linking Fortran static library libfv3core.a [ 87%] Built target fv3core Scanning dependencies of target stochastic_physics -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o [ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o [ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o [ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o [ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o @@ -8058,8 +8061,8 @@ Scanning dependencies of target stochastic_physics [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o [ 95%] Linking Fortran static library libstochastic_physics.a @@ -8068,14 +8071,14 @@ Scanning dependencies of target fv3cap [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o [ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o @@ -8083,29 +8086,29 @@ Scanning dependencies of target NEMS.exe [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o +[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o [100%] Linking Fortran executable NEMS.exe [100%] Built target NEMS.exe + mv NEMS.exe ../fv3_3.exe -+ cp /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel/fv3 ../modules.fv3_3 ++ cp /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel/fv3 ../modules.fv3_3 + cd .. + '[' YES = YES ']' + rm -rf build_fv3_3 -+ elapsed=585 -+ echo 'Elapsed time 585 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y finished' -Elapsed time 585 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y finished ++ elapsed=684 ++ echo 'Elapsed time 684 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y finished' +Elapsed time 684 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y finished + SECONDS=0 +++ readlink -f ./compile_cmake.sh -++ dirname /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/compile_cmake.sh -+ readonly MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests -+ MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests +++ dirname /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/compile_cmake.sh ++ readonly MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests ++ MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests + readonly ARGC=4 + ARGC=4 -+ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel ++ PATHTR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel + MACHINE_ID=cheyenne.intel + MAKE_OPT='32BIT=Y REPRO=Y' + BUILD_NAME=fv3_4 @@ -8116,8 +8119,8 @@ Elapsed time 585 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2 + MAKE_THREADS=3 + MAKE_THREADS=3 + hostname -cheyenne6 -+ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests +cheyenne3 ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests + echo 'Compiling 32BIT=Y REPRO=Y into fv3_4.exe on cheyenne.intel' Compiling 32BIT=Y REPRO=Y into fv3_4.exe on cheyenne.intel + '[' YES = YES ']' @@ -8138,13 +8141,13 @@ Compiling 32BIT=Y REPRO=Y into fv3_4.exe on cheyenne.intel ++ var='-DREPRO=Y -D32BIT=Y' ++ echo -n '-DREPRO=Y -D32BIT=Y' + CCPP_CMAKE_FLAGS='-DREPRO=Y -D32BIT=Y' -+ source /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__16324 -++ eval 'setup__test_function__16324() { /bin/true ; }' ++ source /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__23791 +++ eval 'setup__test_function__23791() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__16324 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__23791 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -8159,32 +8162,34 @@ Compiling 32BIT=Y REPRO=Y into fv3_4.exe on cheyenne.intel ++ eval module help ++ module purge +++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash purge -++ eval 'MODULEPATH=/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable001_;' '_ModuleTable_Sz_=1;' export '_ModuleTable_Sz_;' -+++ MODULEPATH=/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep +++ eval 'MODULEPATH=/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17fSxtVD17fSxtcGF0aEE9eyIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLCJtb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxl;' export '_ModuleTable001_;' '_ModuleTable002_=cnM6L2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLH0=;' export '_ModuleTable002_;' '_ModuleTable_Sz_=2;' export '_ModuleTable_Sz_;' ++++ MODULEPATH=/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 +++ export MODULEPATH -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17fSxtVD17fSxtcGF0aEE9eyIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLCJtb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxl +++ export _ModuleTable001_ -+++ _ModuleTable_Sz_=1 ++++ _ModuleTable002_=cnM6L2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLH0= ++++ export _ModuleTable002_ ++++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__16324 +++ unset setup__test_function__23791 ++ unset __ms_function_name + [[ cheyenne.intel == macosx.* ]] + [[ cheyenne.intel == linux.* ]] -+ module use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel -++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvaW50ZWwvbW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9t;' export '_ModuleTable001_;' '_ModuleTable002_=b2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ==;' export '_ModuleTable002_;' '_ModuleTable_Sz_=2;' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1' ++ module use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel +++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1\;modulefiles/cheyenne.intel:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17fSxtVD17fSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLXVwZGF0ZS1zdWJtb2R1bGVzL2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwibW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwi;' export '_ModuleTable001_;' '_ModuleTable002_=LCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable002_;' '_ModuleTable_Sz_=2;' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1;modulefiles/cheyenne.intel:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvaW50ZWwvbW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9t +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17fSxtVD17fSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLXVwZGF0ZS1zdWJtb2R1bGVzL2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwibW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwi ++ export _ModuleTable001_ -++ _ModuleTable002_=b2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ== +++ _ModuleTable002_=LCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -8192,7 +8197,7 @@ Compiling 32BIT=Y REPRO=Y into fv3_4.exe on cheyenne.intel + eval + module load fv3 ++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/advisor;' export 'ADVISOR_2019_DIR;' 'BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libbacio_4.a;' export 'BACIO_LIB4;' 'CC=icc;' export 'CC;' 'CESMDATAROOT=/glade/p/cesmdata/cseg;' export 'CESMDATAROOT;' 'CESMROOT=/glade/p/cesm;' export 'CESMROOT;' 'CMAKE_CXX_COMPILER=mpicxx;' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER=mpicc;' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER=mpif90;' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform=cheyenne.intel;' export 'CMAKE_Platform;' 'COMPILER=intel;' export 'COMPILER;' 'COMPILER_VERSION=19.0.2;' export 'COMPILER_VERSION;' '__LMOD_REF_COUNT_CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1\;/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_CPATH;' 'CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/include;' export 'CPATH;' 'CXX=icpc;' export 'CXX;' 'DASK_ROOT_CONFIG=/glade/u/apps/config/dask;' export 'DASK_ROOT_CONFIG;' 'ENV=/etc/profile.d/modules.sh;' export 'ENV;' 'ESMFMKFILE=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/lib/esmf.mk;' export 'ESMFMKFILE;' 'F77=ifort;' export 'F77;' 'F90=ifort;' export 'F90;' 'FC=ifort;' export 'FC;' '__LMOD_REF_COUNT_FPATH=/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_FPATH;' 'FPATH=/glade/u/apps/ch/opt/mpt/2.19/include;' export 'FPATH;' 'INSPECTOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/inspector;' export 'INSPECTOR_2019_DIR;' 'INTEL_BASE_PATH=/glade/u/apps/opt/intel/2019u2;' export 'INTEL_BASE_PATH;' 'INTEL_COMPILER_BASE_PATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux;' export 'INTEL_COMPILER_BASE_PATH;' 'INTEL_LICENSE_FILE=28518@128.117.177.41;' export 'INTEL_LICENSE_FILE;' 'INTEL_MAJOR_VERSION=19.0;' export 'INTEL_MAJOR_VERSION;' 'INTEL_MINOR_VERSION=0.2;' export 'INTEL_MINOR_VERSION;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1\;/glade/u/apps/ch/opt/mpt/2.19/lib:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:1\;/ncar/opt/slurm/latest/lib:1\;/glade/u/apps/ch/os/usr/lib64:1\;/glade/u/apps/ch/os/usr/lib:1\;/glade/u/apps/ch/os/lib64:1\;/glade/u/apps/ch/os/lib:1;' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/lib:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:/ncar/opt/slurm/latest/lib:/glade/u/apps/ch/os/usr/lib64:/glade/u/apps/ch/os/usr/lib:/glade/u/apps/ch/os/lib64:/glade/u/apps/ch/os/lib;' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib:1;' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib;' export 'LIBRARY_PATH;' 'LMOD_COMPILER=intel;' export 'LMOD_COMPILER;' 'LMOD_COMPILER_VERSION=19.0.2;' export 'LMOD_COMPILER_VERSION;' 'LMOD_FAMILY_COMPILER=intel;' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION=19.0.2;' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI=mpt;' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION=2.19;' export 'LMOD_FAMILY_MPI_VERSION;' 'LMOD_MPI=mpt_fmods;' export 'LMOD_MPI;' 'LMOD_MPI_VERSION=2.19;' export 'LMOD_MPI_VERSION;' 'LM_LICENSE_FILE=28518@128.117.177.41;' export 'LM_LICENSE_FILE;' '__LMOD_REF_COUNT_LOADEDMODULES=ncarenv/1.3:1\;intel/19.0.2:1\;mpt/2.19:1\;ncarcompilers/0.5.0:1\;netcdf/4.6.3:1\;esmf/8.0.0:1\;NCEPlibs/9.9.9:1\;SIONlib/1.7.4:1\;fv3:1;' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES=ncarenv/1.3:intel/19.0.2:mpt/2.19:ncarcompilers/0.5.0:netcdf/4.6.3:esmf/8.0.0:NCEPlibs/9.9.9:SIONlib/1.7.4:fv3;' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:1\;/glade/u/apps/ch/opt/mpt/2.19/man:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:1\;/ncar/opt/slurm/latest/share/man:1\;/usr/local/man:1\;/usr/share/man:1\;/opt/pbs/share/man:1\;/opt/clmgr/man:1\;/opt/sgi/share/man:1;' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man;' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2:1\;/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' 'MPICC_CC=icc;' export 'MPICC_CC;' 'MPICXX_CXX=icpc;' export 'MPICXX_CXX;' 'MPIF08_F08=ifort;' export 'MPIF08_F08;' 'MPIF90_F90=ifort;' export 'MPIF90_F90;' 'MPI_IB_CONGESTED=1;' export 'MPI_IB_CONGESTED;' 'MPI_ROOT=/glade/u/apps/ch/opt/mpt/2.19;' export 'MPI_ROOT;' 'MPI_SYSLOG_COPY=2;' export 'MPI_SYSLOG_COPY;' 'MPT_VERSION=2.19;' export 'MPT_VERSION;' 'MP_COMPILER=intel;' export 'MP_COMPILER;' 'NCAR_EXCLUDE_ASNEEDED=1;' export 'NCAR_EXCLUDE_ASNEEDED;' 'NCAR_HOST=cheyenne;' export 'NCAR_HOST;' 'NCAR_INC_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/include;' export 'NCAR_INC_NETCDF;' 'NCAR_LDFLAGS_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib;' export 'NCAR_LDFLAGS_NETCDF;' 'NCAR_LIBS_MPT=-lrt\' '-ldl;' export 'NCAR_LIBS_MPT;' 'NCAR_LIBS_NETCDF=-Wl,-Bstatic\' '-lnetcdff\' '-lnetcdf\' '-lhdf5hl_fortran\' '-lhdf5_hl\' '-lhdf5_fortran\' '-lhdf5\' '-lsz\' '-lz\' '-Wl,-Bdynamic\' '-lm\' '-ldl;' export 'NCAR_LIBS_NETCDF;' 'NCAR_RANK_MPT=1000;' export 'NCAR_RANK_MPT;' 'NCAR_ROOT_INTEL=/glade/u/apps/opt/intel/2019u2;' export 'NCAR_ROOT_INTEL;' 'NCAR_ROOT_MPT=/glade/u/apps/ch/opt/mpt/2.19;' export 'NCAR_ROOT_MPT;' 'NCAR_ROOT_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/;' export 'NCAR_ROOT_NETCDF;' 'NCAR_WRAPPER_MPI=/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi;' export 'NCAR_WRAPPER_MPI;' 'NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19;' export 'NCEPLIBS_DIR;' 'NEMSIO_INC=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/include;' export 'NEMSIO_INC;' 'NEMSIO_LIB=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libnemsio_d.a;' export 'NEMSIO_LIB;' 'NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/;' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N:1;' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N;' export 'NLSPATH;' 'OMP_NUM_THREADS=1;' export 'OMP_NUM_THREADS;' 'OMP_STACKSIZE=64000K;' export 'OMP_STACKSIZE;' 'OSHCC_CC=icc;' export 'OSHCC_CC;' 'OSHCXX_CXX=icpc;' export 'OSHCXX_CXX;' 'OSHF90_F90=ifort;' export 'OSHF90_F90;' '__LMOD_REF_COUNT_PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:1\;/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:1\;/glade/u/apps/ch/opt/mpt/2.19/bin:1\;/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:1\;/glade/u/apps/opt/intel/2019u2/inspector/bin64:1\;/glade/u/apps/opt/intel/2019u2/advisor/bin64:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:1\;/glade/u/apps/opt/globus-utils:1\;/glade/u/apps/ch/opt/usr/bin:1\;/ncar/opt/slurm/latest/bin:1\;/opt/clmgr/sbin:1\;/opt/clmgr/bin:1\;/opt/sgi/sbin:1\;/opt/sgi/bin:1\;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1\;/glade/u/home/heinzell/bin:1\;/usr/local/bin:1\;/usr/bin:1\;/bin:2\;/usr/bin/X11:1\;/usr/games:1\;/opt/ibutils/bin:1\;/usr/lib/mit/bin:1\;/opt/pbs/bin:1\;/sbin:1\;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1\;/glade/u/apps/ch/os/usr/bin:1;' export '__LMOD_REF_COUNT_PATH;' 'PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:/glade/u/apps/opt/intel/2019u2/inspector/bin64:/glade/u/apps/opt/intel/2019u2/advisor/bin64:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin;' export 'PATH;' 'PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/;' export 'PERL5LIB;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig:1;' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig;' export 'PKG_CONFIG_PATH;' 'SIONLIB=/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19;' export 'SIONLIB;' 'SIONLIB_INC=-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include\' '-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include/mod_64;' export 'SIONLIB_INC;' 'SIONLIB_LIB=-L/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/lib\' '-lsionmpi_f90_64\' '-lsionser_f90_64\' '-lsionmpi_64\' '-lsiongen_64\' '-lsionser_64\' '-lsioncom_64\' '-lsioncom_64_lock_none;' export 'SIONLIB_LIB;' 'SP_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libsp_v2.0.2_d.a;' export 'SP_LIBd;' 'VTUNE_AMPLIFIER_2019_DIR=/glade/u/apps/opt/intel/2019u2/vtune_amplifier;' export 'VTUNE_AMPLIFIER_2019_DIR;' 'W3EMC_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3emc_d.a;' export 'W3EMC_LIBd;' 'W3NCO_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3nco_d.a;' export 'W3NCO_LIBd;' 'WRFIO_NCD_LARGE_FILE_SUPPORT=1;' export 'WRFIO_NCD_LARGE_FILE_SUPPORT;' '__LMOD_REF_COUNT__LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1\;/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:1\;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel/fv3:1;' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel/fv3;' export '_LMFILES_;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y;' export '_ModuleTable001_;' '_ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt;' export '_ModuleTable002_;' '_ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtZHljb3JlLWRvYy0yMDIwMDIwNC9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGludGVsPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvaW50ZWwvMTkuMC4yLmx1YSIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOS4wLjIiLFsibG9hZE9y;' export '_ModuleTable003_;' '_ModuleTable004_=ZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOS4wLjIiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09;' export '_ModuleTable004_;' '_ModuleTable005_=Im5jYXJjb21waWxlcnMvMC41LjAiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmV0;' export '_ModuleTable005_;' '_ModuleTable006_=Y2RmLzQuNi4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRl;' export '_ModuleTable006_;' '_ModuleTable007_=L3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' ncar_pylib '()' '{' . '/glade/u/apps/opt/ncar_pylib/ncar_pylib;' '};' ++ eval 'ADVISOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/advisor;' export 'ADVISOR_2019_DIR;' 'BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libbacio_4.a;' export 'BACIO_LIB4;' 'CC=icc;' export 'CC;' 'CESMDATAROOT=/glade/p/cesmdata/cseg;' export 'CESMDATAROOT;' 'CESMROOT=/glade/p/cesm;' export 'CESMROOT;' 'CMAKE_CXX_COMPILER=mpicxx;' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER=mpicc;' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER=mpif90;' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform=cheyenne.intel;' export 'CMAKE_Platform;' 'COMPILER=intel;' export 'COMPILER;' 'COMPILER_VERSION=19.0.2;' export 'COMPILER_VERSION;' '__LMOD_REF_COUNT_CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1\;/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_CPATH;' 'CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/include;' export 'CPATH;' 'CXX=icpc;' export 'CXX;' 'DASK_ROOT_CONFIG=/glade/u/apps/config/dask;' export 'DASK_ROOT_CONFIG;' 'ENV=/etc/profile.d/modules.sh;' export 'ENV;' 'ESMFMKFILE=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/lib/esmf.mk;' export 'ESMFMKFILE;' 'F77=ifort;' export 'F77;' 'F90=ifort;' export 'F90;' 'FC=ifort;' export 'FC;' '__LMOD_REF_COUNT_FPATH=/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_FPATH;' 'FPATH=/glade/u/apps/ch/opt/mpt/2.19/include;' export 'FPATH;' 'INSPECTOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/inspector;' export 'INSPECTOR_2019_DIR;' 'INTEL_BASE_PATH=/glade/u/apps/opt/intel/2019u2;' export 'INTEL_BASE_PATH;' 'INTEL_COMPILER_BASE_PATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux;' export 'INTEL_COMPILER_BASE_PATH;' 'INTEL_LICENSE_FILE=28518@128.117.177.41;' export 'INTEL_LICENSE_FILE;' 'INTEL_MAJOR_VERSION=19.0;' export 'INTEL_MAJOR_VERSION;' 'INTEL_MINOR_VERSION=0.2;' export 'INTEL_MINOR_VERSION;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1\;/glade/u/apps/ch/opt/mpt/2.19/lib:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:1\;/ncar/opt/slurm/latest/lib:1\;/glade/u/apps/ch/os/usr/lib64:1\;/glade/u/apps/ch/os/usr/lib:1\;/glade/u/apps/ch/os/lib64:1\;/glade/u/apps/ch/os/lib:1;' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/lib:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:/ncar/opt/slurm/latest/lib:/glade/u/apps/ch/os/usr/lib64:/glade/u/apps/ch/os/usr/lib:/glade/u/apps/ch/os/lib64:/glade/u/apps/ch/os/lib;' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib:1;' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib;' export 'LIBRARY_PATH;' 'LMOD_COMPILER=intel;' export 'LMOD_COMPILER;' 'LMOD_COMPILER_VERSION=19.0.2;' export 'LMOD_COMPILER_VERSION;' 'LMOD_FAMILY_COMPILER=intel;' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION=19.0.2;' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI=mpt;' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION=2.19;' export 'LMOD_FAMILY_MPI_VERSION;' 'LMOD_MPI=mpt_fmods;' export 'LMOD_MPI;' 'LMOD_MPI_VERSION=2.19;' export 'LMOD_MPI_VERSION;' 'LM_LICENSE_FILE=28518@128.117.177.41;' export 'LM_LICENSE_FILE;' '__LMOD_REF_COUNT_LOADEDMODULES=ncarenv/1.3:1\;intel/19.0.2:1\;mpt/2.19:1\;ncarcompilers/0.5.0:1\;netcdf/4.6.3:1\;esmf/8.0.0:1\;NCEPlibs/9.9.9:1\;SIONlib/1.7.4:1\;fv3:1;' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES=ncarenv/1.3:intel/19.0.2:mpt/2.19:ncarcompilers/0.5.0:netcdf/4.6.3:esmf/8.0.0:NCEPlibs/9.9.9:SIONlib/1.7.4:fv3;' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:1\;/glade/u/apps/ch/opt/mpt/2.19/man:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:1\;/ncar/opt/slurm/latest/share/man:1\;/usr/local/man:1\;/usr/share/man:1\;/opt/pbs/share/man:1\;/opt/clmgr/man:1\;/opt/sgi/share/man:1;' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man;' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1\;modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2:1\;/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:2;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' 'MPICC_CC=icc;' export 'MPICC_CC;' 'MPICXX_CXX=icpc;' export 'MPICXX_CXX;' 'MPIF08_F08=ifort;' export 'MPIF08_F08;' 'MPIF90_F90=ifort;' export 'MPIF90_F90;' 'MPI_IB_CONGESTED=1;' export 'MPI_IB_CONGESTED;' 'MPI_ROOT=/glade/u/apps/ch/opt/mpt/2.19;' export 'MPI_ROOT;' 'MPI_SYSLOG_COPY=2;' export 'MPI_SYSLOG_COPY;' 'MPT_VERSION=2.19;' export 'MPT_VERSION;' 'MP_COMPILER=intel;' export 'MP_COMPILER;' 'NCAR_EXCLUDE_ASNEEDED=1;' export 'NCAR_EXCLUDE_ASNEEDED;' 'NCAR_HOST=cheyenne;' export 'NCAR_HOST;' 'NCAR_INC_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/include;' export 'NCAR_INC_NETCDF;' 'NCAR_LDFLAGS_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib;' export 'NCAR_LDFLAGS_NETCDF;' 'NCAR_LIBS_MPT=-lrt\' '-ldl;' export 'NCAR_LIBS_MPT;' 'NCAR_LIBS_NETCDF=-Wl,-Bstatic\' '-lnetcdff\' '-lnetcdf\' '-lhdf5hl_fortran\' '-lhdf5_hl\' '-lhdf5_fortran\' '-lhdf5\' '-lsz\' '-lz\' '-Wl,-Bdynamic\' '-lm\' '-ldl;' export 'NCAR_LIBS_NETCDF;' 'NCAR_RANK_MPT=1000;' export 'NCAR_RANK_MPT;' 'NCAR_ROOT_INTEL=/glade/u/apps/opt/intel/2019u2;' export 'NCAR_ROOT_INTEL;' 'NCAR_ROOT_MPT=/glade/u/apps/ch/opt/mpt/2.19;' export 'NCAR_ROOT_MPT;' 'NCAR_ROOT_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/;' export 'NCAR_ROOT_NETCDF;' 'NCAR_WRAPPER_MPI=/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi;' export 'NCAR_WRAPPER_MPI;' 'NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19;' export 'NCEPLIBS_DIR;' 'NEMSIO_INC=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/include;' export 'NEMSIO_INC;' 'NEMSIO_LIB=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libnemsio_d.a;' export 'NEMSIO_LIB;' 'NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/;' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N:1;' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N;' export 'NLSPATH;' 'OMP_NUM_THREADS=1;' export 'OMP_NUM_THREADS;' 'OMP_STACKSIZE=64000K;' export 'OMP_STACKSIZE;' 'OSHCC_CC=icc;' export 'OSHCC_CC;' 'OSHCXX_CXX=icpc;' export 'OSHCXX_CXX;' 'OSHF90_F90=ifort;' export 'OSHF90_F90;' '__LMOD_REF_COUNT_PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:1\;/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:1\;/glade/u/apps/ch/opt/mpt/2.19/bin:1\;/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:1\;/glade/u/apps/opt/intel/2019u2/inspector/bin64:1\;/glade/u/apps/opt/intel/2019u2/advisor/bin64:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:1\;/glade/u/apps/opt/globus-utils:1\;/glade/u/apps/ch/opt/usr/bin:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/18.0.5/mpi:1\;/ncar/opt/slurm/latest/bin:1\;/opt/clmgr/sbin:1\;/opt/clmgr/bin:1\;/opt/sgi/sbin:1\;/opt/sgi/bin:1\;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1\;/glade/u/home/heinzell/bin:1\;/usr/local/bin:1\;/usr/bin:1\;/bin:2\;/usr/bin/X11:1\;/usr/games:1\;/opt/ibutils/bin:1\;/usr/lib/mit/bin:1\;/opt/pbs/bin:1\;/sbin:1\;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1\;/glade/u/apps/ch/os/usr/bin:1;' export '__LMOD_REF_COUNT_PATH;' 'PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:/glade/u/apps/opt/intel/2019u2/inspector/bin64:/glade/u/apps/opt/intel/2019u2/advisor/bin64:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/18.0.5/mpi:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin;' export 'PATH;' 'PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/;' export 'PERL5LIB;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig:1;' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig;' export 'PKG_CONFIG_PATH;' 'SIONLIB=/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19;' export 'SIONLIB;' 'SIONLIB_INC=-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include\' '-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include/mod_64;' export 'SIONLIB_INC;' 'SIONLIB_LIB=-L/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/lib\' '-lsionmpi_f90_64\' '-lsionser_f90_64\' '-lsionmpi_64\' '-lsiongen_64\' '-lsionser_64\' '-lsioncom_64\' '-lsioncom_64_lock_none;' export 'SIONLIB_LIB;' 'SP_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libsp_v2.0.2_d.a;' export 'SP_LIBd;' 'VTUNE_AMPLIFIER_2019_DIR=/glade/u/apps/opt/intel/2019u2/vtune_amplifier;' export 'VTUNE_AMPLIFIER_2019_DIR;' 'W3EMC_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3emc_d.a;' export 'W3EMC_LIBd;' 'W3NCO_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3nco_d.a;' export 'W3NCO_LIBd;' 'WRFIO_NCD_LARGE_FILE_SUPPORT=1;' export 'WRFIO_NCD_LARGE_FILE_SUPPORT;' '__LMOD_REF_COUNT__LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1\;/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:1\;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel/fv3:1;' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel/fv3;' export '_LMFILES_;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17WyJjb21waWxlciJdPSJpbnRlbCIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9;' export '_ModuleTable001_;' '_ModuleTable002_=e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZl;' export '_ModuleTable002_;' '_ModuleTable003_=IixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvaW50ZWwvbW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxpbnRlbD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2ludGVsLzE5LjAuMi5sdWEiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTku;' export '_ModuleTable003_;' '_ModuleTable004_=MC4yIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTkuMC4yIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIs;' export '_ModuleTable004_;' '_ModuleTable005_=WyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50;' export '_ModuleTable005_;' '_ModuleTable006_=ZWwvMTkuMC4yL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNi4zIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS11cGRhdGUtc3VibW9kdWxlcy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIs;' export '_ModuleTable006_;' '_ModuleTable007_=Im1vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' ncar_pylib '()' '{' . '/glade/u/apps/opt/ncar_pylib/ncar_pylib;' '};' ++ ADVISOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/advisor ++ export ADVISOR_2019_DIR ++ BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libbacio_4.a @@ -8283,9 +8288,9 @@ Compiling 32BIT=Y REPRO=Y into fv3_4.exe on cheyenne.intel ++ export __LMOD_REF_COUNT_MANPATH ++ MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man ++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2:1;/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:1' +++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1;modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2:1;/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:2' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 ++ export MODULEPATH ++ MPICC_CC=icc ++ export MPICC_CC @@ -8349,9 +8354,9 @@ Compiling 32BIT=Y REPRO=Y into fv3_4.exe on cheyenne.intel ++ export OSHCXX_CXX ++ OSHF90_F90=ifort ++ export OSHF90_F90 -++ __LMOD_REF_COUNT_PATH='/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:1;/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:1;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:1;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:1;/glade/u/apps/ch/opt/mpt/2.19/bin:1;/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:1;/glade/u/apps/opt/intel/2019u2/inspector/bin64:1;/glade/u/apps/opt/intel/2019u2/advisor/bin64:1;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:1;/glade/u/apps/opt/globus-utils:1;/glade/u/apps/ch/opt/usr/bin:1;/ncar/opt/slurm/latest/bin:1;/opt/clmgr/sbin:1;/opt/clmgr/bin:1;/opt/sgi/sbin:1;/opt/sgi/bin:1;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1;/glade/u/home/heinzell/bin:1;/usr/local/bin:1;/usr/bin:1;/bin:2;/usr/bin/X11:1;/usr/games:1;/opt/ibutils/bin:1;/usr/lib/mit/bin:1;/opt/pbs/bin:1;/sbin:1;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1;/glade/u/apps/ch/os/usr/bin:1' +++ __LMOD_REF_COUNT_PATH='/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:1;/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:1;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:1;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:1;/glade/u/apps/ch/opt/mpt/2.19/bin:1;/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:1;/glade/u/apps/opt/intel/2019u2/inspector/bin64:1;/glade/u/apps/opt/intel/2019u2/advisor/bin64:1;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:1;/glade/u/apps/opt/globus-utils:1;/glade/u/apps/ch/opt/usr/bin:1;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/18.0.5/mpi:1;/ncar/opt/slurm/latest/bin:1;/opt/clmgr/sbin:1;/opt/clmgr/bin:1;/opt/sgi/sbin:1;/opt/sgi/bin:1;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1;/glade/u/home/heinzell/bin:1;/usr/local/bin:1;/usr/bin:1;/bin:2;/usr/bin/X11:1;/usr/games:1;/opt/ibutils/bin:1;/usr/lib/mit/bin:1;/opt/pbs/bin:1;/sbin:1;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1;/glade/u/apps/ch/os/usr/bin:1' ++ export __LMOD_REF_COUNT_PATH -++ PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:/glade/u/apps/opt/intel/2019u2/inspector/bin64:/glade/u/apps/opt/intel/2019u2/advisor/bin64:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin +++ PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:/glade/u/apps/opt/intel/2019u2/inspector/bin64:/glade/u/apps/opt/intel/2019u2/advisor/bin64:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/18.0.5/mpi:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin ++ export PATH ++ PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/ ++ export PERL5LIB @@ -8375,23 +8380,23 @@ Compiling 32BIT=Y REPRO=Y into fv3_4.exe on cheyenne.intel ++ export W3NCO_LIBd ++ WRFIO_NCD_LARGE_FILE_SUPPORT=1 ++ export WRFIO_NCD_LARGE_FILE_SUPPORT -++ __LMOD_REF_COUNT__LMFILES_='/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1;/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:1;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1;/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:1;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel/fv3 +++ _LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel/fv3 ++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17WyJjb21waWxlciJdPSJpbnRlbCIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9 ++ export _ModuleTable001_ -++ _ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt +++ _ModuleTable002_=e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZl ++ export _ModuleTable002_ -++ _ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtZHljb3JlLWRvYy0yMDIwMDIwNC9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGludGVsPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvaW50ZWwvMTkuMC4yLmx1YSIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOS4wLjIiLFsibG9hZE9y +++ _ModuleTable003_=IixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvaW50ZWwvbW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxpbnRlbD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2ludGVsLzE5LjAuMi5sdWEiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTku ++ export _ModuleTable003_ -++ _ModuleTable004_=ZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOS4wLjIiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09 +++ _ModuleTable004_=MC4yIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTkuMC4yIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIs ++ export _ModuleTable004_ -++ _ModuleTable005_=Im5jYXJjb21waWxlcnMvMC41LjAiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmV0 +++ _ModuleTable005_=WyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50 ++ export _ModuleTable005_ -++ _ModuleTable006_=Y2RmLzQuNi4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRl +++ _ModuleTable006_=ZWwvMTkuMC4yL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNi4zIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS11cGRhdGUtc3VibW9kdWxlcy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIs ++ export _ModuleTable006_ -++ _ModuleTable007_=L3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 +++ _ModuleTable007_=Im1vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++ export _ModuleTable007_ ++ _ModuleTable_Sz_=7 ++ export _ModuleTable_Sz_ @@ -8407,29 +8412,29 @@ Currently Loaded Modules: -+ eval 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y;' export '_ModuleTable001_;' '_ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt;' export '_ModuleTable002_;' '_ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtZHljb3JlLWRvYy0yMDIwMDIwNC9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGludGVsPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvaW50ZWwvMTkuMC4yLmx1YSIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOS4wLjIiLFsibG9hZE9y;' export '_ModuleTable003_;' '_ModuleTable004_=ZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOS4wLjIiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09;' export '_ModuleTable004_;' '_ModuleTable005_=Im5jYXJjb21waWxlcnMvMC41LjAiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmV0;' export '_ModuleTable005_;' '_ModuleTable006_=Y2RmLzQuNi4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRl;' export '_ModuleTable006_;' '_ModuleTable007_=L3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 ++ eval 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17WyJjb21waWxlciJdPSJpbnRlbCIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9;' export '_ModuleTable001_;' '_ModuleTable002_=e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZl;' export '_ModuleTable002_;' '_ModuleTable003_=IixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvaW50ZWwvbW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxpbnRlbD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2ludGVsLzE5LjAuMi5sdWEiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTku;' export '_ModuleTable003_;' '_ModuleTable004_=MC4yIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTkuMC4yIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIs;' export '_ModuleTable004_;' '_ModuleTable005_=WyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50;' export '_ModuleTable005_;' '_ModuleTable006_=ZWwvMTkuMC4yL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNi4zIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS11cGRhdGUtc3VibW9kdWxlcy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIs;' export '_ModuleTable006_;' '_ModuleTable007_=Im1vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPTI0NS42Njc5NzI1NjQ3LFsiY19zaG9ydFRpbWUiXT0yLjA0NzIzMzEwNDcwNTgsZGVwdGhUPXt9LGZhbWlseT17WyJjb21waWxlciJdPSJpbnRlbCIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9 ++ export _ModuleTable001_ -++ _ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt +++ _ModuleTable002_=e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZl ++ export _ModuleTable002_ -++ _ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtZHljb3JlLWRvYy0yMDIwMDIwNC9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGludGVsPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvaW50ZWwvMTkuMC4yLmx1YSIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOS4wLjIiLFsibG9hZE9y +++ _ModuleTable003_=IixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvaW50ZWwvbW9kdWxlZmlsZXMvY2hleWVubmUuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxpbnRlbD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzL2ludGVsLzE5LjAuMi5sdWEiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTku ++ export _ModuleTable003_ -++ _ModuleTable004_=ZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOS4wLjIiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09 +++ _ModuleTable004_=MC4yIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTkuMC4yIix9LG1wdD17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50ZWwvMTkuMC4yL21wdC8yLjE5Lmx1YSIsWyJmdWxsTmFtZSJdPSJtcHQvMi4xOSIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im1wdC8yLjE5Iix9LG5jYXJjb21waWxlcnM9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uY2FyY29tcGlsZXJzLzAuNS4wLmx1YSIs ++ export _ModuleTable004_ -++ _ModuleTable005_=Im5jYXJjb21waWxlcnMvMC41LjAiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmV0 +++ _ModuleTable005_=WyJmdWxsTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsfSxuY2FyZW52PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwL25jYXJlbnYvMS4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuY2FyZW52LzEuMyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJlbnYvMS4zIix9LG5ldGNkZj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaW50 ++ export _ModuleTable005_ -++ _ModuleTable006_=Y2RmLzQuNi4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIiwiL2dsYWRl +++ _ModuleTable006_=ZWwvMTkuMC4yL25ldGNkZi80LjYuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNi4zIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNi4zIix9LH0sbXBhdGhBPXsiL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS11cGRhdGUtc3VibW9kdWxlcy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIs ++ export _ModuleTable006_ -++ _ModuleTable007_=L3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 +++ _ModuleTable007_=Im1vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsIiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMiIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9tcHQvMi4xOS9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOSIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++ export _ModuleTable007_ ++ _ModuleTable_Sz_=7 ++ export _ModuleTable_Sz_ ++ : -s sh + eval + cd build_fv3_4 -+ cmake /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel -DREPRO=Y -D32BIT=Y ++ cmake /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel -DREPRO=Y -D32BIT=Y -- The C compiler identification is Intel 19.0.0.20190117 -- The CXX compiler identification is Intel 19.0.0.20190117 -- The Fortran compiler identification is Intel 19.0.0.20190117 @@ -8479,29 +8484,29 @@ Force 64 bits in ipd Force 64 bits in stochastic_physics -- Configuring done -- Generating done --- Build files have been written to: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/tests/build_fv3_4 +-- Build files have been written to: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/tests/build_fv3_4 + make -j 3 Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o +[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -Scanning dependencies of target gfsphysics -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +Scanning dependencies of target gfsphysics +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o [ 4%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o [ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o Using 8-byte addressing @@ -8511,35 +8516,35 @@ Using cray pointers. [ 4%] Linking Fortran static library libfv3cpl.a [ 4%] Built target fv3cpl [ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o [ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o [ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o [ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o [ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o [ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o [ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o [ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o -[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o +[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o [ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o Using 8-byte addressing Using pure routines. @@ -8554,28 +8559,28 @@ Using cray pointers. [ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o [ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o [ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o [ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o [ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o [ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o [ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o [ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o [ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o [ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o [ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o [ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. [ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o [ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o Using 8-byte addressing Using pure routines. @@ -8586,35 +8591,35 @@ Using cray pointers. [ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o [ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o [ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o [ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 26%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. @@ -8624,209 +8629,202 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o [ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o [ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o [ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o -[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o [ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o [ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o -[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o -[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o [ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o [ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o [ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o [ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o -[ 64%] Linking Fortran static library libgfsphysics.a -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 64%] Built target gfsphysics -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -Scanning dependencies of target ipd -[ 65%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 65%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 65%] Linking Fortran static library libipd.a -[ 65%] Built target ipd -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o [ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o [ 68%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o [ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o @@ -8834,70 +8832,76 @@ Scanning dependencies of target ipd [ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o [ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o [ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 70%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o [ 70%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o [ 70%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o [ 70%] Linking Fortran static library FMS/libfms.a [ 70%] Built target fms +[ 70%] Linking Fortran static library libgfsphysics.a +[ 70%] Built target gfsphysics +Scanning dependencies of target ipd +[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 71%] Linking Fortran static library libipd.a +[ 71%] Built target ipd Scanning dependencies of target io -[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 72%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 72%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o Scanning dependencies of target fv3core [ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 73%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 73%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o [ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o [ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o [ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o [ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 76%] Linking Fortran static library libio.a -[ 76%] Built target io +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 77%] Linking Fortran static library libio.a +[ 77%] Built target io +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o [ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o [ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o [ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o [ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o Using 8-byte addressing Using pure routines. @@ -8913,13 +8917,13 @@ Scanning dependencies of target stochastic_physics [ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o @@ -8932,8 +8936,8 @@ Scanning dependencies of target stochastic_physics [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o [ 95%] Linking Fortran static library libstochastic_physics.a @@ -8941,15 +8945,15 @@ Scanning dependencies of target stochastic_physics Scanning dependencies of target fv3cap [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o [ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o [ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o [ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o @@ -8957,15 +8961,15 @@ Scanning dependencies of target NEMS.exe [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o +[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o [100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o [100%] Linking Fortran executable NEMS.exe [100%] Built target NEMS.exe + mv NEMS.exe ../fv3_4.exe -+ cp /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/intel/modulefiles/cheyenne.intel/fv3 ../modules.fv3_4 ++ cp /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/intel/modulefiles/cheyenne.intel/fv3 ../modules.fv3_4 + cd .. + '[' YES = YES ']' + rm -rf build_fv3_4 -+ elapsed=500 -+ echo 'Elapsed time 500 seconds. Compiling 32BIT=Y REPRO=Y finished' -Elapsed time 500 seconds. Compiling 32BIT=Y REPRO=Y finished ++ elapsed=546 ++ echo 'Elapsed time 546 seconds. Compiling 32BIT=Y REPRO=Y finished' +Elapsed time 546 seconds. Compiling 32BIT=Y REPRO=Y finished diff --git a/tests/Compile_hera.intel.log b/tests/Compile_hera.intel.log index 40faadad6f..27bdad5b64 100644 --- a/tests/Compile_hera.intel.log +++ b/tests/Compile_hera.intel.log @@ -1,14 +1,14 @@ + SECONDS=0 +++ readlink -f ./compile_cmake.sh -++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/compile_cmake.sh -+ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests -+ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests + readonly ARGC=4 + ARGC=4 -+ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204 ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules + MACHINE_ID=hera.intel + MAKE_OPT='32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta' + BUILD_NAME=fv3_1 @@ -19,8 +19,8 @@ + [[ hera.intel == wcoss_dell_p3 ]] + MAKE_THREADS=8 + hostname -hfe01 -+ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests +hfe10 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests + echo 'Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta into fv3_1.exe on hera.intel' Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta into fv3_1.exe on hera.intel + '[' YES = YES ']' @@ -49,7 +49,7 @@ Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta into fv3_ ++ sed 's/.* SUITES=//' ++ sed 's/ .*//' + SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta -+ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules + ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_v15p2,FV3_GFS_v16beta --builddir=tests/build_fv3_1/FV3 INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet @@ -1763,27 +1763,27 @@ INFO: Generating caps makefile/cmakefile snippet ... INFO: Added 12 auto-generated caps to tests/build_fv3_1/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_1/FV3/ccpp/physics/CCPP_CAPS.cmake INFO: CCPP prebuild step completed successfully. + source build_fv3_1/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/moninshoc.f' +++ export 'CCPP_SCHEMES=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/moninshoc.f' + source build_fv3_1/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' -++ CCPP_CAPS='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ export 'CCPP_CAPS=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ CCPP_CAPS='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' + source build_fv3_1/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_static_api.F90 +++ export CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_static_api.F90 ++ trim ' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ local 'var= -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ var='-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ var='-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ echo -n '-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' + CCPP_CMAKE_FLAGS='-D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__277944 -++ eval 'setup__test_function__277944() { /bin/true ; }' ++ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__149995 +++ eval 'setup__test_function__149995() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__277944 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__149995 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -1795,7 +1795,7 @@ INFO: CCPP prebuild step completed successfully. ++ eval module help ++ module purge +++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3Jh";' export '_ModuleTable001_;' '_ModuleTable002_="eXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' +++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2Rl";' export '_ModuleTable001_;' '_ModuleTable002_="ZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' +++ unset BACIO_LIB4 +++ unset BACIO_LIB8 +++ unset BACIO_SRC @@ -1868,9 +1868,9 @@ INFO: CCPP prebuild step completed successfully. +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man +++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' +++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++++ MODULEPATH=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ export MODULEPATH +++ unset MPM_LAUNCHER +++ unset NCEPLIBS @@ -1920,9 +1920,9 @@ INFO: CCPP prebuild step completed successfully. +++ unset Z_VER +++ unset __LMOD_REF_COUNT__LMFILES_ +++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3Jh ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2Rl +++ export _ModuleTable001_ -+++ _ModuleTable002_=eXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= ++++ _ModuleTable002_=ZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ @@ -1941,20 +1941,20 @@ INFO: CCPP prebuild step completed successfully. ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__277944 +++ unset setup__test_function__149995 ++ unset __ms_function_name + [[ hera.intel == macosx.* ]] + [[ hera.intel == linux.* ]] -+ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3Jh";' export '_ModuleTable001_;' '_ModuleTable002_="eXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2Rl";' export '_ModuleTable001_;' '_ModuleTable002_="ZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ MODULEPATH=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3Jh +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2Rl ++ export _ModuleTable001_ -++ _ModuleTable002_=eXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= +++ _ModuleTable002_=ZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -1962,7 +1962,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module load fv3 ++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.5.1";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.5.1.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.5.1";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.5.1";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.5.1:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.0:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.5.1:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.0:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:2;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.0_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.0_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.0";' export 'POST_SRC;' 'POST_VER="v8.0.0";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5";' export '_ModuleTable003_;' '_ModuleTable004_="Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1";' export '_ModuleTable004_;' '_ModuleTable005_="bGVmaWxlcy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4y";' export '_ModuleTable005_;' '_ModuleTable006_="NzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45";' export '_ModuleTable006_;' '_ModuleTable007_="MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2Rm";' export '_ModuleTable007_;' '_ModuleTable008_="LzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4w";' export '_ModuleTable008_;' '_ModuleTable009_="LjAiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIs";' export '_ModuleTable009_;' '_ModuleTable010_="WyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxv";' export '_ModuleTable010_;' '_ModuleTable011_="YWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1y";' export '_ModuleTable011_;' '_ModuleTable012_="ZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQv";' export '_ModuleTable012_;' '_ModuleTable013_="bW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.5.1";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.5.1.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.5.1";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.5.1";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.5.1:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.0:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.5.1:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.0:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:2;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.0_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.0_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.0";' export 'POST_SRC;' 'POST_VER="v8.0.0";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRl";' export '_ModuleTable003_;' '_ModuleTable004_="LXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxl";' export '_ModuleTable004_;' '_ModuleTable005_="cy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsi";' export '_ModuleTable005_;' '_ModuleTable006_="ZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIs";' export '_ModuleTable006_;' '_ModuleTable007_="WyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4w";' export '_ModuleTable007_;' '_ModuleTable008_="IixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjAiLFsi";' export '_ModuleTable008_;' '_ModuleTable009_="ZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2Fk";' export '_ModuleTable009_;' '_ModuleTable010_="T3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRl";' export '_ModuleTable010_;' '_ModuleTable011_="ciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNl";' export '_ModuleTable011_;' '_ModuleTable012_="LXVwZGF0ZS1zdWJtb2R1bGVzL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMi";' export '_ModuleTable012_;' '_ModuleTable013_="LH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a ++ export BACIO_LIB4 ++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a @@ -2099,9 +2099,9 @@ INFO: CCPP prebuild step completed successfully. ++ export __LMOD_REF_COUNT_MANPATH ++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man ++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:2;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' +++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:2;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles ++ export MODULEPATH ++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh ++ export MPM_LAUNCHER @@ -2191,35 +2191,35 @@ INFO: CCPP prebuild step completed successfully. ++ export Z_SRC ++ Z_VER=v1.2.11 ++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel/fv3 +++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel/fv3 ++ export _LMFILES_ ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs ++ export _ModuleTable001_ ++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy ++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5 +++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRl ++ export _ModuleTable003_ -++ _ModuleTable004_=Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1 +++ _ModuleTable004_=LXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxl ++ export _ModuleTable004_ -++ _ModuleTable005_=bGVmaWxlcy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4y +++ _ModuleTable005_=cy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsi ++ export _ModuleTable005_ -++ _ModuleTable006_=NzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45 +++ _ModuleTable006_=ZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIs ++ export _ModuleTable006_ -++ _ModuleTable007_=MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2Rm +++ _ModuleTable007_=WyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4w ++ export _ModuleTable007_ -++ _ModuleTable008_=LzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4w +++ _ModuleTable008_=IixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjAiLFsi ++ export _ModuleTable008_ -++ _ModuleTable009_=LjAiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIs +++ _ModuleTable009_=ZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2Fk ++ export _ModuleTable009_ -++ _ModuleTable010_=WyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxv +++ _ModuleTable010_=T3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRl ++ export _ModuleTable010_ -++ _ModuleTable011_=YWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1y +++ _ModuleTable011_=ciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNl ++ export _ModuleTable011_ -++ _ModuleTable012_=ZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQv +++ _ModuleTable012_=LXVwZGF0ZS1zdWJtb2R1bGVzL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMi ++ export _ModuleTable012_ -++ _ModuleTable013_=bW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= +++ _ModuleTable013_=LH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= ++ export _ModuleTable013_ ++ _ModuleTable_Sz_=13 ++ export _ModuleTable_Sz_ @@ -2227,7 +2227,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module list ++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.5.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.0'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5";' export '_ModuleTable003_;' '_ModuleTable004_="Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1";' export '_ModuleTable004_;' '_ModuleTable005_="bGVmaWxlcy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4y";' export '_ModuleTable005_;' '_ModuleTable006_="NzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45";' export '_ModuleTable006_;' '_ModuleTable007_="MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2Rm";' export '_ModuleTable007_;' '_ModuleTable008_="LzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4w";' export '_ModuleTable008_;' '_ModuleTable009_="LjAiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIs";' export '_ModuleTable009_;' '_ModuleTable010_="WyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxv";' export '_ModuleTable010_;' '_ModuleTable011_="YWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1y";' export '_ModuleTable011_;' '_ModuleTable012_="ZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQv";' export '_ModuleTable012_;' '_ModuleTable013_="bW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.5.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.0'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRl";' export '_ModuleTable003_;' '_ModuleTable004_="LXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxl";' export '_ModuleTable004_;' '_ModuleTable005_="cy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsi";' export '_ModuleTable005_;' '_ModuleTable006_="ZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIs";' export '_ModuleTable006_;' '_ModuleTable007_="WyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4w";' export '_ModuleTable007_;' '_ModuleTable008_="IixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjAiLFsi";' export '_ModuleTable008_;' '_ModuleTable009_="ZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2Fk";' export '_ModuleTable009_;' '_ModuleTable010_="T3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRl";' export '_ModuleTable010_;' '_ModuleTable011_="ciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNl";' export '_ModuleTable011_;' '_ModuleTable012_="LXVwZGF0ZS1zdWJtb2R1bGVzL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMi";' export '_ModuleTable012_;' '_ModuleTable013_="LH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ echo '' ++ echo Currently Loaded Modules: @@ -2250,40 +2250,40 @@ Currently Loaded Modules: ++ echo '' -++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles ++ export MODULEPATH ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs ++ export _ModuleTable001_ ++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy ++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5 +++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRl ++ export _ModuleTable003_ -++ _ModuleTable004_=Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1 +++ _ModuleTable004_=LXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxl ++ export _ModuleTable004_ -++ _ModuleTable005_=bGVmaWxlcy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4y +++ _ModuleTable005_=cy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsi ++ export _ModuleTable005_ -++ _ModuleTable006_=NzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45 +++ _ModuleTable006_=ZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIs ++ export _ModuleTable006_ -++ _ModuleTable007_=MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2Rm +++ _ModuleTable007_=WyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4w ++ export _ModuleTable007_ -++ _ModuleTable008_=LzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4w +++ _ModuleTable008_=IixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjAiLFsi ++ export _ModuleTable008_ -++ _ModuleTable009_=LjAiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIs +++ _ModuleTable009_=ZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2Fk ++ export _ModuleTable009_ -++ _ModuleTable010_=WyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxv +++ _ModuleTable010_=T3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRl ++ export _ModuleTable010_ -++ _ModuleTable011_=YWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1y +++ _ModuleTable011_=ciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNl ++ export _ModuleTable011_ -++ _ModuleTable012_=ZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQv +++ _ModuleTable012_=LXVwZGF0ZS1zdWJtb2R1bGVzL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMi ++ export _ModuleTable012_ -++ _ModuleTable013_=bW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= +++ _ModuleTable013_=LH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= ++ export _ModuleTable013_ ++ _ModuleTable_Sz_=13 ++ export _ModuleTable_Sz_ ++ : -s sh + eval + cd build_fv3_1 -+ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204 -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF -- The C compiler identification is Intel 18.0.5.20180823 -- The CXX compiler identification is Intel 18.0.5.20180823 -- The Fortran compiler identification is Intel 18.0.5.20180823 @@ -2353,30 +2353,30 @@ Force 64 bits in ipd -- Detecting OpenMP flags for Intel C++ compiler: -qopenmp -- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp -- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 +INFOGot CCPP_SCHEMES from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 Force 64 bits in CCPP_layer Force 64 bits in stochastic_physics -- Configuring done -- Generating done --- Build files have been written to: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_1 +-- Build files have been written to: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_1 + make -j 8 -Scanning dependencies of target fv3cpl Scanning dependencies of target ccpp +Scanning dependencies of target fv3cpl [ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o [ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o +[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o [ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o [ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o [ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o +[ 1%] Linking Fortran static library libccpp.a +[ 1%] Built target ccpp Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o [ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 2%] Linking Fortran static library libccpp.a -[ 2%] Built target ccpp Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -2393,146 +2393,160 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o [ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. [ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o Scanning dependencies of target ccppphys -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o [ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 5%] Linking Fortran static library libfv3cpl.a -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 5%] Built target fv3cpl -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +[ 6%] Linking Fortran static library libfv3cpl.a +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +[ 6%] Built target fv3cpl +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_stochastics_cap.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_stochastics_cap.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_physics_cap.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. @@ -2542,37 +2556,25 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_stochastics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_physics_cap.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_radiation_cap.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_time_vary_cap.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_time_vary_cap.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_radiation_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_time_vary_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_time_vary_cap.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -2581,183 +2583,180 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 58%] Linking Fortran static library libccppphys.a +[ 58%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 56%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 56%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 57%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 58%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 58%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 58%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 58%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 59%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 59%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 68%] Linking Fortran static library libccppphys.a -[ 68%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 70%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 70%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o [ 70%] Linking Fortran static library FMS/libfms.a [ 70%] Built target fms -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o @@ -2765,73 +2764,73 @@ Scanning dependencies of target gfsphysics [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 73%] Linking Fortran static library libgfsphysics.a -[ 73%] Built target gfsphysics -Scanning dependencies of target ipd +[ 72%] Linking Fortran static library libgfsphysics.a +[ 72%] Built target gfsphysics Scanning dependencies of target ccppdriver -[ 73%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 73%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 73%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 74%] Linking Fortran static library libccppdriver.a -[ 74%] Built target ccppdriver -[ 75%] Linking Fortran static library libipd.a -[ 75%] Built target ipd +Scanning dependencies of target ipd +[ 72%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 73%] Linking Fortran static library libccppdriver.a +[ 73%] Built target ccppdriver +[ 74%] Linking Fortran static library libipd.a +[ 74%] Built target ipd Scanning dependencies of target io -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o Scanning dependencies of target fv3core -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o [ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o [ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o [ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o [ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 79%] Linking Fortran static library libio.a +[ 79%] Built target io Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 80%] Linking Fortran static library libio.a -[ 80%] Built target io -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o [ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o [ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o [ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o @@ -2842,20 +2841,20 @@ Using cray pointers. [ 87%] Linking Fortran static library libfv3core.a [ 87%] Built target fv3core Scanning dependencies of target stochastic_physics -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o [ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o [ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o [ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o @@ -2870,52 +2869,52 @@ Scanning dependencies of target stochastic_physics [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o [ 95%] Linking Fortran static library libstochastic_physics.a [ 95%] Built target stochastic_physics Scanning dependencies of target fv3cap [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o [ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o +[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o [100%] Linking Fortran executable NEMS.exe [100%] Built target NEMS.exe + mv NEMS.exe ../fv3_1.exe -+ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel/fv3 ../modules.fv3_1 ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel/fv3 ../modules.fv3_1 + cd .. + '[' YES = YES ']' + rm -rf build_fv3_1 -+ elapsed=533 -+ echo 'Elapsed time 533 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta finished' -Elapsed time 533 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta finished ++ elapsed=446 ++ echo 'Elapsed time 446 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta finished' +Elapsed time 446 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta finished + SECONDS=0 +++ readlink -f ./compile_cmake.sh -++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/compile_cmake.sh -+ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests -+ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests + readonly ARGC=4 + ARGC=4 -+ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204 ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules + MACHINE_ID=hera.intel + MAKE_OPT='32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y' + BUILD_NAME=fv3_2 @@ -2926,8 +2925,8 @@ Elapsed time 533 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2 + [[ hera.intel == wcoss_dell_p3 ]] + MAKE_THREADS=8 + hostname -hfe01 -+ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests +hfe10 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests + echo 'Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y into fv3_2.exe on hera.intel' Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y into fv3_2.exe on hera.intel + '[' YES = YES ']' @@ -2955,7 +2954,7 @@ Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y i ++ sed 's/.* SUITES=//' ++ sed 's/ .*//' + SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta -+ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules + ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_v15p2,FV3_GFS_v16beta --builddir=tests/build_fv3_2/FV3 INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet @@ -4669,27 +4668,27 @@ INFO: Generating caps makefile/cmakefile snippet ... INFO: Added 12 auto-generated caps to tests/build_fv3_2/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_2/FV3/ccpp/physics/CCPP_CAPS.cmake INFO: CCPP prebuild step completed successfully. + source build_fv3_2/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/moninshoc.f' +++ export 'CCPP_SCHEMES=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/moninshoc.f' + source build_fv3_2/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' -++ CCPP_CAPS='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ export 'CCPP_CAPS=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ CCPP_CAPS='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' + source build_fv3_2/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_static_api.F90 +++ export CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_static_api.F90 ++ trim ' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ local 'var= -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ var='-DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ var='-DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ echo -n '-DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' + CCPP_CMAKE_FLAGS='-DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__370656 -++ eval 'setup__test_function__370656() { /bin/true ; }' ++ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__196788 +++ eval 'setup__test_function__196788() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__370656 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__196788 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -4701,7 +4700,7 @@ INFO: CCPP prebuild step completed successfully. ++ eval module help ++ module purge +++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3Jh";' export '_ModuleTable001_;' '_ModuleTable002_="eXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' +++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2Rl";' export '_ModuleTable001_;' '_ModuleTable002_="ZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' +++ unset BACIO_LIB4 +++ unset BACIO_LIB8 +++ unset BACIO_SRC @@ -4774,9 +4773,9 @@ INFO: CCPP prebuild step completed successfully. +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man +++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' +++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++++ MODULEPATH=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ export MODULEPATH +++ unset MPM_LAUNCHER +++ unset NCEPLIBS @@ -4826,9 +4825,9 @@ INFO: CCPP prebuild step completed successfully. +++ unset Z_VER +++ unset __LMOD_REF_COUNT__LMFILES_ +++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3Jh ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2Rl +++ export _ModuleTable001_ -+++ _ModuleTable002_=eXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= ++++ _ModuleTable002_=ZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ @@ -4847,20 +4846,20 @@ INFO: CCPP prebuild step completed successfully. ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__370656 +++ unset setup__test_function__196788 ++ unset __ms_function_name + [[ hera.intel == macosx.* ]] + [[ hera.intel == linux.* ]] -+ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3Jh";' export '_ModuleTable001_;' '_ModuleTable002_="eXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2Rl";' export '_ModuleTable001_;' '_ModuleTable002_="ZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ MODULEPATH=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3Jh +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2Rl ++ export _ModuleTable001_ -++ _ModuleTable002_=eXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= +++ _ModuleTable002_=ZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -4868,7 +4867,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module load fv3 ++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.5.1";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.5.1.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.5.1";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.5.1";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.5.1:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.0:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.5.1:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.0:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:2;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.0_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.0_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.0";' export 'POST_SRC;' 'POST_VER="v8.0.0";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5";' export '_ModuleTable003_;' '_ModuleTable004_="Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1";' export '_ModuleTable004_;' '_ModuleTable005_="bGVmaWxlcy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4y";' export '_ModuleTable005_;' '_ModuleTable006_="NzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45";' export '_ModuleTable006_;' '_ModuleTable007_="MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2Rm";' export '_ModuleTable007_;' '_ModuleTable008_="LzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4w";' export '_ModuleTable008_;' '_ModuleTable009_="LjAiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIs";' export '_ModuleTable009_;' '_ModuleTable010_="WyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxv";' export '_ModuleTable010_;' '_ModuleTable011_="YWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1y";' export '_ModuleTable011_;' '_ModuleTable012_="ZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQv";' export '_ModuleTable012_;' '_ModuleTable013_="bW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.5.1";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.5.1.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.5.1";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.5.1";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.5.1:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.0:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.5.1:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.0:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:2;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.0_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.0_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.0";' export 'POST_SRC;' 'POST_VER="v8.0.0";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRl";' export '_ModuleTable003_;' '_ModuleTable004_="LXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxl";' export '_ModuleTable004_;' '_ModuleTable005_="cy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsi";' export '_ModuleTable005_;' '_ModuleTable006_="ZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIs";' export '_ModuleTable006_;' '_ModuleTable007_="WyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4w";' export '_ModuleTable007_;' '_ModuleTable008_="IixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjAiLFsi";' export '_ModuleTable008_;' '_ModuleTable009_="ZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2Fk";' export '_ModuleTable009_;' '_ModuleTable010_="T3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRl";' export '_ModuleTable010_;' '_ModuleTable011_="ciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNl";' export '_ModuleTable011_;' '_ModuleTable012_="LXVwZGF0ZS1zdWJtb2R1bGVzL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMi";' export '_ModuleTable012_;' '_ModuleTable013_="LH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a ++ export BACIO_LIB4 ++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a @@ -5005,9 +5004,9 @@ INFO: CCPP prebuild step completed successfully. ++ export __LMOD_REF_COUNT_MANPATH ++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man ++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:2;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' +++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:2;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles ++ export MODULEPATH ++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh ++ export MPM_LAUNCHER @@ -5097,35 +5096,35 @@ INFO: CCPP prebuild step completed successfully. ++ export Z_SRC ++ Z_VER=v1.2.11 ++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel/fv3 +++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel/fv3 ++ export _LMFILES_ ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs ++ export _ModuleTable001_ ++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy ++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5 +++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRl ++ export _ModuleTable003_ -++ _ModuleTable004_=Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1 +++ _ModuleTable004_=LXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxl ++ export _ModuleTable004_ -++ _ModuleTable005_=bGVmaWxlcy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4y +++ _ModuleTable005_=cy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsi ++ export _ModuleTable005_ -++ _ModuleTable006_=NzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45 +++ _ModuleTable006_=ZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIs ++ export _ModuleTable006_ -++ _ModuleTable007_=MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2Rm +++ _ModuleTable007_=WyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4w ++ export _ModuleTable007_ -++ _ModuleTable008_=LzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4w +++ _ModuleTable008_=IixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjAiLFsi ++ export _ModuleTable008_ -++ _ModuleTable009_=LjAiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIs +++ _ModuleTable009_=ZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2Fk ++ export _ModuleTable009_ -++ _ModuleTable010_=WyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxv +++ _ModuleTable010_=T3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRl ++ export _ModuleTable010_ -++ _ModuleTable011_=YWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1y +++ _ModuleTable011_=ciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNl ++ export _ModuleTable011_ -++ _ModuleTable012_=ZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQv +++ _ModuleTable012_=LXVwZGF0ZS1zdWJtb2R1bGVzL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMi ++ export _ModuleTable012_ -++ _ModuleTable013_=bW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= +++ _ModuleTable013_=LH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= ++ export _ModuleTable013_ ++ _ModuleTable_Sz_=13 ++ export _ModuleTable_Sz_ @@ -5133,7 +5132,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module list ++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.5.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.0'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5";' export '_ModuleTable003_;' '_ModuleTable004_="Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1";' export '_ModuleTable004_;' '_ModuleTable005_="bGVmaWxlcy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4y";' export '_ModuleTable005_;' '_ModuleTable006_="NzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45";' export '_ModuleTable006_;' '_ModuleTable007_="MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2Rm";' export '_ModuleTable007_;' '_ModuleTable008_="LzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4w";' export '_ModuleTable008_;' '_ModuleTable009_="LjAiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIs";' export '_ModuleTable009_;' '_ModuleTable010_="WyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxv";' export '_ModuleTable010_;' '_ModuleTable011_="YWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1y";' export '_ModuleTable011_;' '_ModuleTable012_="ZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQv";' export '_ModuleTable012_;' '_ModuleTable013_="bW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.5.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.0'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRl";' export '_ModuleTable003_;' '_ModuleTable004_="LXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxl";' export '_ModuleTable004_;' '_ModuleTable005_="cy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsi";' export '_ModuleTable005_;' '_ModuleTable006_="ZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIs";' export '_ModuleTable006_;' '_ModuleTable007_="WyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4w";' export '_ModuleTable007_;' '_ModuleTable008_="IixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjAiLFsi";' export '_ModuleTable008_;' '_ModuleTable009_="ZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2Fk";' export '_ModuleTable009_;' '_ModuleTable010_="T3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRl";' export '_ModuleTable010_;' '_ModuleTable011_="ciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNl";' export '_ModuleTable011_;' '_ModuleTable012_="LXVwZGF0ZS1zdWJtb2R1bGVzL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMi";' export '_ModuleTable012_;' '_ModuleTable013_="LH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ echo '' ++ echo Currently Loaded Modules: @@ -5156,40 +5155,40 @@ Currently Loaded Modules: ++ echo '' -++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles ++ export MODULEPATH ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs ++ export _ModuleTable001_ ++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy ++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5 +++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRl ++ export _ModuleTable003_ -++ _ModuleTable004_=Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1 +++ _ModuleTable004_=LXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxl ++ export _ModuleTable004_ -++ _ModuleTable005_=bGVmaWxlcy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4y +++ _ModuleTable005_=cy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsi ++ export _ModuleTable005_ -++ _ModuleTable006_=NzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45 +++ _ModuleTable006_=ZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIs ++ export _ModuleTable006_ -++ _ModuleTable007_=MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2Rm +++ _ModuleTable007_=WyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4w ++ export _ModuleTable007_ -++ _ModuleTable008_=LzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4w +++ _ModuleTable008_=IixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjAiLFsi ++ export _ModuleTable008_ -++ _ModuleTable009_=LjAiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIs +++ _ModuleTable009_=ZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2Fk ++ export _ModuleTable009_ -++ _ModuleTable010_=WyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxv +++ _ModuleTable010_=T3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRl ++ export _ModuleTable010_ -++ _ModuleTable011_=YWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1y +++ _ModuleTable011_=ciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNl ++ export _ModuleTable011_ -++ _ModuleTable012_=ZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQv +++ _ModuleTable012_=LXVwZGF0ZS1zdWJtb2R1bGVzL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMi ++ export _ModuleTable012_ -++ _ModuleTable013_=bW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= +++ _ModuleTable013_=LH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= ++ export _ModuleTable013_ ++ _ModuleTable_Sz_=13 ++ export _ModuleTable_Sz_ ++ : -s sh + eval + cd build_fv3_2 -+ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204 -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF -- The C compiler identification is Intel 18.0.5.20180823 -- The CXX compiler identification is Intel 18.0.5.20180823 -- The Fortran compiler identification is Intel 18.0.5.20180823 @@ -5259,28 +5258,28 @@ Force 64 bits in ipd -- Detecting OpenMP flags for Intel C++ compiler: -qopenmp -- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp -- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 +INFOGot CCPP_SCHEMES from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 Force 64 bits in CCPP_layer Force 64 bits in stochastic_physics -- Configuring done -- Generating done --- Build files have been written to: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_2 +-- Build files have been written to: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_2 + make -j 8 -Scanning dependencies of target ccpp Scanning dependencies of target fv3cpl +Scanning dependencies of target ccpp [ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o [ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o [ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o +[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o [ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o [ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o [ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o [ 2%] Linking Fortran static library libccpp.a Using 8-byte addressing Using pure routines. @@ -5295,19 +5294,19 @@ Using pure routines. Using allocatable derived type array members. Using cray pointers. [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 2%] Built target ccpp Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 2%] Built target ccpp -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -5330,447 +5329,446 @@ mpp_comm_mpi.inc(1407): #warning: macro redefined: MPI_TYPE_ mpp_comm_mpi.inc(1410): #warning: macro redefined: MPP_TYPE_CREATE_ mpp_comm_mpi.inc(1411): #warning: macro redefined: MPP_TYPE_ mpp_comm_mpi.inc(1412): #warning: macro redefined: MPI_TYPE_ -[ 5%] Linking Fortran static library libfv3cpl.a -[ 5%] Built target fv3cpl Scanning dependencies of target ccppphys -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o [ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o [ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o [ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o [ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o fpp: warning: keyword redefined: STATIC -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 6%] Linking Fortran static library libfv3cpl.a +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 6%] Built target fv3cpl +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o fpp: warning: keyword redefined: STATIC -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o fpp: warning: keyword redefined: STATIC -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o fpp: warning: keyword redefined: STATIC -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o fpp: warning: keyword redefined: STATIC -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o fpp: warning: keyword redefined: STATIC -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o fpp: warning: keyword redefined: STATIC -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o fpp: warning: keyword redefined: STATIC -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o fpp: warning: keyword redefined: STATIC -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o fpp: warning: keyword redefined: STATIC -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_stochastics_cap.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_physics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_radiation_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_time_vary_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_time_vary_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_stochastics_cap.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_stochastics_cap.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_physics_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_radiation_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_time_vary_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_time_vary_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o [ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o [ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o [ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o fpp: warning: keyword redefined: STATIC -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o fpp: warning: keyword redefined: STATIC fpp: warning: keyword redefined: STATIC -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o fpp: warning: keyword redefined: STATIC -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o [ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o [ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +fpp: warning: keyword redefined: STATIC +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -fpp: warning: keyword redefined: STATIC +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 51%] Linking Fortran static library libccppphys.a +[ 51%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +fpp: warning: keyword redefined: STATIC +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 53%] Linking Fortran static library libccppphys.a -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 53%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -fpp: warning: keyword redefined: STATIC -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 62%] Linking Fortran static library libgfsphysics.a +[ 62%] Built target gfsphysics +Scanning dependencies of target ipd +Scanning dependencies of target ccppdriver +[ 62%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 62%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 63%] Linking Fortran static library libccppdriver.a +[ 63%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 63%] Built target ccppdriver +[ 64%] Linking Fortran static library libipd.a +[ 64%] Built target ipd +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 70%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 70%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 70%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 71%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 72%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 72%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 72%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 71%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 71%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 71%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 72%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 72%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 74%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 74%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 72%] Linking Fortran static library FMS/libfms.a -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 73%] Linking Fortran static library libgfsphysics.a -[ 73%] Built target fms -[ 73%] Built target gfsphysics -Scanning dependencies of target ipd -Scanning dependencies of target ccppdriver -[ 73%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 73%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 74%] Linking Fortran static library libccppdriver.a -[ 74%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 74%] Built target ccppdriver -[ 75%] Linking Fortran static library libipd.a -[ 75%] Built target ipd +[ 74%] Linking Fortran static library FMS/libfms.a +[ 74%] Built target fms Scanning dependencies of target io -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o Scanning dependencies of target fv3core -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o [ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o [ 81%] Linking Fortran static library libio.a -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 81%] Built target io [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 82%] Built target io [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o [ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o [ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o [ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o @@ -5781,24 +5779,24 @@ Using cray pointers. [ 87%] Linking Fortran static library libfv3core.a [ 87%] Built target fv3core Scanning dependencies of target stochastic_physics -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o [ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o [ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o [ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o @@ -5808,8 +5806,8 @@ fpp: warning: keyword redefined: STATIC [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o [ 95%] Linking Fortran static library libstochastic_physics.a @@ -5823,39 +5821,39 @@ Scanning dependencies of target fv3cap [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o [100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o +[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o [100%] Linking Fortran executable NEMS.exe [100%] Built target NEMS.exe + mv NEMS.exe ../fv3_2.exe -+ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel/fv3 ../modules.fv3_2 ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel/fv3 ../modules.fv3_2 + cd .. + '[' YES = YES ']' + rm -rf build_fv3_2 -+ elapsed=188 -+ echo 'Elapsed time 188 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y finished' -Elapsed time 188 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y finished ++ elapsed=149 ++ echo 'Elapsed time 149 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y finished' +Elapsed time 149 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y finished + SECONDS=0 +++ readlink -f ./compile_cmake.sh -++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/compile_cmake.sh -+ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests -+ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests + readonly ARGC=4 + ARGC=4 -+ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204 ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules + MACHINE_ID=hera.intel + MAKE_OPT='32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y' + BUILD_NAME=fv3_3 @@ -5866,8 +5864,8 @@ Elapsed time 188 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2 + [[ hera.intel == wcoss_dell_p3 ]] + MAKE_THREADS=8 + hostname -hfe01 -+ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests +hfe10 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests + echo 'Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y into fv3_3.exe on hera.intel' Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y into fv3_3.exe on hera.intel + '[' YES = YES ']' @@ -5896,7 +5894,7 @@ Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y i ++ sed 's/.* SUITES=//' ++ sed 's/ .*//' + SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta -+ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules + ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_v15p2,FV3_GFS_v16beta --builddir=tests/build_fv3_3/FV3 INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet @@ -7610,27 +7608,27 @@ INFO: Generating caps makefile/cmakefile snippet ... INFO: Added 12 auto-generated caps to tests/build_fv3_3/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_3/FV3/ccpp/physics/CCPP_CAPS.cmake INFO: CCPP prebuild step completed successfully. + source build_fv3_3/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/moninshoc.f' +++ export 'CCPP_SCHEMES=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/moninshoc.f' + source build_fv3_3/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' -++ CCPP_CAPS='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ export 'CCPP_CAPS=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ CCPP_CAPS='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' + source build_fv3_3/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_static_api.F90 +++ export CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_static_api.F90 ++ trim ' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ local 'var= -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ var='-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ var='-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' ++ echo -n '-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' + CCPP_CMAKE_FLAGS='-DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__419520 -++ eval 'setup__test_function__419520() { /bin/true ; }' ++ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__222986 +++ eval 'setup__test_function__222986() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__419520 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__222986 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -7642,7 +7640,7 @@ INFO: CCPP prebuild step completed successfully. ++ eval module help ++ module purge +++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3Jh";' export '_ModuleTable001_;' '_ModuleTable002_="eXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' +++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2Rl";' export '_ModuleTable001_;' '_ModuleTable002_="ZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' +++ unset BACIO_LIB4 +++ unset BACIO_LIB8 +++ unset BACIO_SRC @@ -7715,9 +7713,9 @@ INFO: CCPP prebuild step completed successfully. +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man +++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' +++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++++ MODULEPATH=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ export MODULEPATH +++ unset MPM_LAUNCHER +++ unset NCEPLIBS @@ -7767,9 +7765,9 @@ INFO: CCPP prebuild step completed successfully. +++ unset Z_VER +++ unset __LMOD_REF_COUNT__LMFILES_ +++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3Jh ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2Rl +++ export _ModuleTable001_ -+++ _ModuleTable002_=eXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= ++++ _ModuleTable002_=ZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ @@ -7788,20 +7786,20 @@ INFO: CCPP prebuild step completed successfully. ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__419520 +++ unset setup__test_function__222986 ++ unset __ms_function_name + [[ hera.intel == macosx.* ]] + [[ hera.intel == linux.* ]] -+ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3Jh";' export '_ModuleTable001_;' '_ModuleTable002_="eXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2Rl";' export '_ModuleTable001_;' '_ModuleTable002_="ZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ MODULEPATH=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3Jh +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2Rl ++ export _ModuleTable001_ -++ _ModuleTable002_=eXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= +++ _ModuleTable002_=ZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -7809,7 +7807,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module load fv3 ++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.5.1";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.5.1.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.5.1";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.5.1";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.5.1:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.0:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.5.1:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.0:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:2;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.0_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.0_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.0";' export 'POST_SRC;' 'POST_VER="v8.0.0";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5";' export '_ModuleTable003_;' '_ModuleTable004_="Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1";' export '_ModuleTable004_;' '_ModuleTable005_="bGVmaWxlcy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4y";' export '_ModuleTable005_;' '_ModuleTable006_="NzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45";' export '_ModuleTable006_;' '_ModuleTable007_="MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2Rm";' export '_ModuleTable007_;' '_ModuleTable008_="LzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4w";' export '_ModuleTable008_;' '_ModuleTable009_="LjAiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIs";' export '_ModuleTable009_;' '_ModuleTable010_="WyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxv";' export '_ModuleTable010_;' '_ModuleTable011_="YWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1y";' export '_ModuleTable011_;' '_ModuleTable012_="ZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQv";' export '_ModuleTable012_;' '_ModuleTable013_="bW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.5.1";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.5.1.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.5.1";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.5.1";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.5.1:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.0:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.5.1:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.0:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:2;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.0_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.0_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.0";' export 'POST_SRC;' 'POST_VER="v8.0.0";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRl";' export '_ModuleTable003_;' '_ModuleTable004_="LXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxl";' export '_ModuleTable004_;' '_ModuleTable005_="cy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsi";' export '_ModuleTable005_;' '_ModuleTable006_="ZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIs";' export '_ModuleTable006_;' '_ModuleTable007_="WyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4w";' export '_ModuleTable007_;' '_ModuleTable008_="IixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjAiLFsi";' export '_ModuleTable008_;' '_ModuleTable009_="ZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2Fk";' export '_ModuleTable009_;' '_ModuleTable010_="T3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRl";' export '_ModuleTable010_;' '_ModuleTable011_="ciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNl";' export '_ModuleTable011_;' '_ModuleTable012_="LXVwZGF0ZS1zdWJtb2R1bGVzL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMi";' export '_ModuleTable012_;' '_ModuleTable013_="LH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a ++ export BACIO_LIB4 ++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a @@ -7946,9 +7944,9 @@ INFO: CCPP prebuild step completed successfully. ++ export __LMOD_REF_COUNT_MANPATH ++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man ++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:2;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' +++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:2;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles ++ export MODULEPATH ++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh ++ export MPM_LAUNCHER @@ -8038,35 +8036,35 @@ INFO: CCPP prebuild step completed successfully. ++ export Z_SRC ++ Z_VER=v1.2.11 ++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel/fv3 +++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel/fv3 ++ export _LMFILES_ ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs ++ export _ModuleTable001_ ++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy ++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5 +++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRl ++ export _ModuleTable003_ -++ _ModuleTable004_=Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1 +++ _ModuleTable004_=LXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxl ++ export _ModuleTable004_ -++ _ModuleTable005_=bGVmaWxlcy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4y +++ _ModuleTable005_=cy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsi ++ export _ModuleTable005_ -++ _ModuleTable006_=NzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45 +++ _ModuleTable006_=ZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIs ++ export _ModuleTable006_ -++ _ModuleTable007_=MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2Rm +++ _ModuleTable007_=WyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4w ++ export _ModuleTable007_ -++ _ModuleTable008_=LzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4w +++ _ModuleTable008_=IixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjAiLFsi ++ export _ModuleTable008_ -++ _ModuleTable009_=LjAiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIs +++ _ModuleTable009_=ZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2Fk ++ export _ModuleTable009_ -++ _ModuleTable010_=WyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxv +++ _ModuleTable010_=T3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRl ++ export _ModuleTable010_ -++ _ModuleTable011_=YWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1y +++ _ModuleTable011_=ciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNl ++ export _ModuleTable011_ -++ _ModuleTable012_=ZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQv +++ _ModuleTable012_=LXVwZGF0ZS1zdWJtb2R1bGVzL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMi ++ export _ModuleTable012_ -++ _ModuleTable013_=bW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= +++ _ModuleTable013_=LH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= ++ export _ModuleTable013_ ++ _ModuleTable_Sz_=13 ++ export _ModuleTable_Sz_ @@ -8074,7 +8072,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module list ++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.5.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.0'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5";' export '_ModuleTable003_;' '_ModuleTable004_="Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1";' export '_ModuleTable004_;' '_ModuleTable005_="bGVmaWxlcy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4y";' export '_ModuleTable005_;' '_ModuleTable006_="NzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45";' export '_ModuleTable006_;' '_ModuleTable007_="MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2Rm";' export '_ModuleTable007_;' '_ModuleTable008_="LzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4w";' export '_ModuleTable008_;' '_ModuleTable009_="LjAiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIs";' export '_ModuleTable009_;' '_ModuleTable010_="WyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxv";' export '_ModuleTable010_;' '_ModuleTable011_="YWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1y";' export '_ModuleTable011_;' '_ModuleTable012_="ZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQv";' export '_ModuleTable012_;' '_ModuleTable013_="bW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.5.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.0'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRl";' export '_ModuleTable003_;' '_ModuleTable004_="LXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxl";' export '_ModuleTable004_;' '_ModuleTable005_="cy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsi";' export '_ModuleTable005_;' '_ModuleTable006_="ZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIs";' export '_ModuleTable006_;' '_ModuleTable007_="WyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4w";' export '_ModuleTable007_;' '_ModuleTable008_="IixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjAiLFsi";' export '_ModuleTable008_;' '_ModuleTable009_="ZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2Fk";' export '_ModuleTable009_;' '_ModuleTable010_="T3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRl";' export '_ModuleTable010_;' '_ModuleTable011_="ciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNl";' export '_ModuleTable011_;' '_ModuleTable012_="LXVwZGF0ZS1zdWJtb2R1bGVzL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMi";' export '_ModuleTable012_;' '_ModuleTable013_="LH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ echo '' ++ echo Currently Loaded Modules: @@ -8097,40 +8095,40 @@ Currently Loaded Modules: ++ echo '' -++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles ++ export MODULEPATH ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs ++ export _ModuleTable001_ ++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy ++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5 +++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRl ++ export _ModuleTable003_ -++ _ModuleTable004_=Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1 +++ _ModuleTable004_=LXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxl ++ export _ModuleTable004_ -++ _ModuleTable005_=bGVmaWxlcy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4y +++ _ModuleTable005_=cy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsi ++ export _ModuleTable005_ -++ _ModuleTable006_=NzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45 +++ _ModuleTable006_=ZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIs ++ export _ModuleTable006_ -++ _ModuleTable007_=MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2Rm +++ _ModuleTable007_=WyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4w ++ export _ModuleTable007_ -++ _ModuleTable008_=LzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4w +++ _ModuleTable008_=IixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjAiLFsi ++ export _ModuleTable008_ -++ _ModuleTable009_=LjAiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIs +++ _ModuleTable009_=ZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2Fk ++ export _ModuleTable009_ -++ _ModuleTable010_=WyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxv +++ _ModuleTable010_=T3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRl ++ export _ModuleTable010_ -++ _ModuleTable011_=YWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1y +++ _ModuleTable011_=ciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNl ++ export _ModuleTable011_ -++ _ModuleTable012_=ZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQv +++ _ModuleTable012_=LXVwZGF0ZS1zdWJtb2R1bGVzL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMi ++ export _ModuleTable012_ -++ _ModuleTable013_=bW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= +++ _ModuleTable013_=LH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= ++ export _ModuleTable013_ ++ _ModuleTable_Sz_=13 ++ export _ModuleTable_Sz_ ++ : -s sh + eval + cd build_fv3_3 -+ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204 -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF -- The C compiler identification is Intel 18.0.5.20180823 -- The CXX compiler identification is Intel 18.0.5.20180823 -- The Fortran compiler identification is Intel 18.0.5.20180823 @@ -8200,28 +8198,29 @@ Force 64 bits in ipd -- Detecting OpenMP flags for Intel C++ compiler: -qopenmp -- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp -- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 +INFOGot CCPP_SCHEMES from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 Force 64 bits in CCPP_layer Force 64 bits in stochastic_physics -- Configuring done -- Generating done --- Build files have been written to: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_3 +-- Build files have been written to: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_3 + make -j 8 -Scanning dependencies of target fv3cpl Scanning dependencies of target ccpp -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o +Scanning dependencies of target fv3cpl [ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o +[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o [ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o +[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o [ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -Scanning dependencies of target fms [ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o +Scanning dependencies of target fms [ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o [ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 2%] Linking Fortran static library libccpp.a Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -8238,188 +8237,187 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 2%] Linking Fortran static library libccpp.a +[ 2%] Built target ccpp Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 2%] Built target ccpp -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o [ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. [ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -Scanning dependencies of target ccppphys -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o [ 5%] Linking Fortran static library libfv3cpl.a -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o [ 5%] Built target fv3cpl -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +Scanning dependencies of target ccppphys Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o [ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o [ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o [ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_stochastics_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_stochastics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_physics_cap.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_time_vary_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_time_vary_cap.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_radiation_cap.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_stochastics_cap.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_stochastics_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_physics_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_time_vary_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_time_vary_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_radiation_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -8428,39 +8426,39 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -8469,52 +8467,54 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o [ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o [ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o [ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o [ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o [ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o [ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o [ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o [ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o @@ -8524,157 +8524,154 @@ Using cray pointers. [ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o [ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o [ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 59%] Linking Fortran static library libccppphys.a -[ 59%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 70%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 70%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 66%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 67%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 67%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 67%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 67%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 67%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 68%] Linking Fortran static library libccppphys.a +[ 68%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o [ 70%] Linking Fortran static library FMS/libfms.a [ 70%] Built target fms -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 73%] Linking Fortran static library libgfsphysics.a -[ 73%] Built target gfsphysics +[ 72%] Linking Fortran static library libgfsphysics.a +[ 72%] Built target gfsphysics Scanning dependencies of target ipd Scanning dependencies of target ccppdriver -[ 73%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 73%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 73%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 74%] Linking Fortran static library libccppdriver.a -[ 74%] Built target ccppdriver -[ 75%] Linking Fortran static library libipd.a -[ 75%] Built target ipd +[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 72%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 73%] Linking Fortran static library libccppdriver.a +[ 73%] Built target ccppdriver +[ 74%] Linking Fortran static library libipd.a +[ 74%] Built target ipd Scanning dependencies of target io -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o Scanning dependencies of target fv3core -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o [ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o [ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 80%] Linking Fortran static library libio.a -[ 80%] Built target io -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 79%] Linking Fortran static library libio.a +[ 79%] Built target io +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o [ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o @@ -8689,26 +8686,26 @@ Using cray pointers. [ 87%] Linking Fortran static library libfv3core.a [ 87%] Built target fv3core Scanning dependencies of target stochastic_physics -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o [ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o [ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o [ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o @@ -8716,8 +8713,8 @@ Scanning dependencies of target stochastic_physics [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o [ 95%] Linking Fortran static library libstochastic_physics.a [ 95%] Built target stochastic_physics @@ -8730,11 +8727,11 @@ Scanning dependencies of target fv3cap [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o @@ -8745,24 +8742,24 @@ Scanning dependencies of target NEMS.exe [100%] Linking Fortran executable NEMS.exe [100%] Built target NEMS.exe + mv NEMS.exe ../fv3_3.exe -+ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel/fv3 ../modules.fv3_3 ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel/fv3 ../modules.fv3_3 + cd .. + '[' YES = YES ']' + rm -rf build_fv3_3 -+ elapsed=463 -+ echo 'Elapsed time 463 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y finished' -Elapsed time 463 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y finished ++ elapsed=415 ++ echo 'Elapsed time 415 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y finished' +Elapsed time 415 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y finished + SECONDS=0 +++ readlink -f ./compile_cmake.sh -++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/compile_cmake.sh -+ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests -+ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests + readonly ARGC=4 + ARGC=4 -+ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204 ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules + MACHINE_ID=hera.intel + MAKE_OPT='32BIT=Y REPRO=Y' + BUILD_NAME=fv3_4 @@ -8773,8 +8770,8 @@ Elapsed time 463 seconds. Compiling 32BIT=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2 + [[ hera.intel == wcoss_dell_p3 ]] + MAKE_THREADS=8 + hostname -hfe01 -+ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests +hfe10 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests + echo 'Compiling 32BIT=Y REPRO=Y into fv3_4.exe on hera.intel' Compiling 32BIT=Y REPRO=Y into fv3_4.exe on hera.intel + '[' YES = YES ']' @@ -8795,13 +8792,13 @@ Compiling 32BIT=Y REPRO=Y into fv3_4.exe on hera.intel ++ var='-DREPRO=Y -D32BIT=Y' ++ echo -n '-DREPRO=Y -D32BIT=Y' + CCPP_CMAKE_FLAGS='-DREPRO=Y -D32BIT=Y' -+ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__11396 -++ eval 'setup__test_function__11396() { /bin/true ; }' ++ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__250509 +++ eval 'setup__test_function__250509() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__11396 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__250509 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -8813,7 +8810,7 @@ Compiling 32BIT=Y REPRO=Y into fv3_4.exe on hera.intel ++ eval module help ++ module purge +++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3Jh";' export '_ModuleTable001_;' '_ModuleTable002_="eXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' +++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2Rl";' export '_ModuleTable001_;' '_ModuleTable002_="ZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' +++ unset BACIO_LIB4 +++ unset BACIO_LIB8 +++ unset BACIO_SRC @@ -8886,9 +8883,9 @@ Compiling 32BIT=Y REPRO=Y into fv3_4.exe on hera.intel +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man +++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' +++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++++ MODULEPATH=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ export MODULEPATH +++ unset MPM_LAUNCHER +++ unset NCEPLIBS @@ -8938,9 +8935,9 @@ Compiling 32BIT=Y REPRO=Y into fv3_4.exe on hera.intel +++ unset Z_VER +++ unset __LMOD_REF_COUNT__LMFILES_ +++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3Jh ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2Rl +++ export _ModuleTable001_ -+++ _ModuleTable002_=eXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= ++++ _ModuleTable002_=ZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ @@ -8959,20 +8956,20 @@ Compiling 32BIT=Y REPRO=Y into fv3_4.exe on hera.intel ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__11396 +++ unset setup__test_function__250509 ++ unset __ms_function_name + [[ hera.intel == macosx.* ]] + [[ hera.intel == linux.* ]] -+ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3Jh";' export '_ModuleTable001_;' '_ModuleTable002_="eXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2Rl";' export '_ModuleTable001_;' '_ModuleTable002_="ZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ MODULEPATH=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3Jh +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRlLXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2Rl ++ export _ModuleTable001_ -++ _ModuleTable002_=eXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= +++ _ModuleTable002_=ZmF1bHQvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -8980,7 +8977,7 @@ Compiling 32BIT=Y REPRO=Y into fv3_4.exe on hera.intel + eval + module load fv3 ++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.5.1";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.5.1.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.5.1";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.5.1";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.5.1:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.0:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.5.1:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.0:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:2;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.0_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.0_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.0";' export 'POST_SRC;' 'POST_VER="v8.0.0";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5";' export '_ModuleTable003_;' '_ModuleTable004_="Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1";' export '_ModuleTable004_;' '_ModuleTable005_="bGVmaWxlcy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4y";' export '_ModuleTable005_;' '_ModuleTable006_="NzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45";' export '_ModuleTable006_;' '_ModuleTable007_="MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2Rm";' export '_ModuleTable007_;' '_ModuleTable008_="LzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4w";' export '_ModuleTable008_;' '_ModuleTable009_="LjAiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIs";' export '_ModuleTable009_;' '_ModuleTable010_="WyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxv";' export '_ModuleTable010_;' '_ModuleTable011_="YWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1y";' export '_ModuleTable011_;' '_ModuleTable012_="ZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQv";' export '_ModuleTable012_;' '_ModuleTable013_="bW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.5.1";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.5.1.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.5.1";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.5.1";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.5.1:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.0:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.5.1:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.0:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:2;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.0_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.0_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.0";' export 'POST_SRC;' 'POST_VER="v8.0.0";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRl";' export '_ModuleTable003_;' '_ModuleTable004_="LXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxl";' export '_ModuleTable004_;' '_ModuleTable005_="cy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsi";' export '_ModuleTable005_;' '_ModuleTable006_="ZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIs";' export '_ModuleTable006_;' '_ModuleTable007_="WyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4w";' export '_ModuleTable007_;' '_ModuleTable008_="IixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjAiLFsi";' export '_ModuleTable008_;' '_ModuleTable009_="ZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2Fk";' export '_ModuleTable009_;' '_ModuleTable010_="T3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRl";' export '_ModuleTable010_;' '_ModuleTable011_="ciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNl";' export '_ModuleTable011_;' '_ModuleTable012_="LXVwZGF0ZS1zdWJtb2R1bGVzL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMi";' export '_ModuleTable012_;' '_ModuleTable013_="LH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a ++ export BACIO_LIB4 ++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a @@ -9117,9 +9114,9 @@ Compiling 32BIT=Y REPRO=Y into fv3_4.exe on hera.intel ++ export __LMOD_REF_COUNT_MANPATH ++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man ++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:2;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' +++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:2;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles ++ export MODULEPATH ++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh ++ export MPM_LAUNCHER @@ -9209,35 +9206,35 @@ Compiling 32BIT=Y REPRO=Y into fv3_4.exe on hera.intel ++ export Z_SRC ++ Z_VER=v1.2.11 ++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel/fv3 +++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel/fv3 ++ export _LMFILES_ ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs ++ export _ModuleTable001_ ++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy ++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5 +++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRl ++ export _ModuleTable003_ -++ _ModuleTable004_=Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1 +++ _ModuleTable004_=LXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxl ++ export _ModuleTable004_ -++ _ModuleTable005_=bGVmaWxlcy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4y +++ _ModuleTable005_=cy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsi ++ export _ModuleTable005_ -++ _ModuleTable006_=NzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45 +++ _ModuleTable006_=ZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIs ++ export _ModuleTable006_ -++ _ModuleTable007_=MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2Rm +++ _ModuleTable007_=WyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4w ++ export _ModuleTable007_ -++ _ModuleTable008_=LzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4w +++ _ModuleTable008_=IixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjAiLFsi ++ export _ModuleTable008_ -++ _ModuleTable009_=LjAiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIs +++ _ModuleTable009_=ZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2Fk ++ export _ModuleTable009_ -++ _ModuleTable010_=WyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxv +++ _ModuleTable010_=T3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRl ++ export _ModuleTable010_ -++ _ModuleTable011_=YWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1y +++ _ModuleTable011_=ciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNl ++ export _ModuleTable011_ -++ _ModuleTable012_=ZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQv +++ _ModuleTable012_=LXVwZGF0ZS1zdWJtb2R1bGVzL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMi ++ export _ModuleTable012_ -++ _ModuleTable013_=bW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= +++ _ModuleTable013_=LH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= ++ export _ModuleTable013_ ++ _ModuleTable_Sz_=13 ++ export _ModuleTable_Sz_ @@ -9245,7 +9242,7 @@ Compiling 32BIT=Y REPRO=Y into fv3_4.exe on hera.intel + eval + module list ++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.5.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.0'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5";' export '_ModuleTable003_;' '_ModuleTable004_="Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1";' export '_ModuleTable004_;' '_ModuleTable005_="bGVmaWxlcy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4y";' export '_ModuleTable005_;' '_ModuleTable006_="NzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45";' export '_ModuleTable006_;' '_ModuleTable007_="MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2Rm";' export '_ModuleTable007_;' '_ModuleTable008_="LzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4w";' export '_ModuleTable008_;' '_ModuleTable009_="LjAiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIs";' export '_ModuleTable009_;' '_ModuleTable010_="WyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxv";' export '_ModuleTable010_;' '_ModuleTable011_="YWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1y";' export '_ModuleTable011_;' '_ModuleTable012_="ZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQv";' export '_ModuleTable012_;' '_ModuleTable013_="bW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.5.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.0'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRl";' export '_ModuleTable003_;' '_ModuleTable004_="LXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxl";' export '_ModuleTable004_;' '_ModuleTable005_="cy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsi";' export '_ModuleTable005_;' '_ModuleTable006_="ZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIs";' export '_ModuleTable006_;' '_ModuleTable007_="WyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4w";' export '_ModuleTable007_;' '_ModuleTable008_="IixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjAiLFsi";' export '_ModuleTable008_;' '_ModuleTable009_="ZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2Fk";' export '_ModuleTable009_;' '_ModuleTable010_="T3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRl";' export '_ModuleTable010_;' '_ModuleTable011_="ciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNl";' export '_ModuleTable011_;' '_ModuleTable012_="LXVwZGF0ZS1zdWJtb2R1bGVzL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMi";' export '_ModuleTable012_;' '_ModuleTable013_="LH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ echo '' ++ echo Currently Loaded Modules: @@ -9268,40 +9265,40 @@ Currently Loaded Modules: ++ echo '' -++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles ++ export MODULEPATH ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs ++ export _ModuleTable001_ ++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy ++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLWR5 +++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtdXBkYXRl ++ export _ModuleTable003_ -++ _ModuleTable004_=Y29yZS1kb2MtMjAyMDAyMDQvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1 +++ _ModuleTable004_=LXN1Ym1vZHVsZXMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxl ++ export _ModuleTable004_ -++ _ModuleTable005_=bGVmaWxlcy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4y +++ _ModuleTable005_=cy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQiLFsi ++ export _ModuleTable005_ -++ _ModuleTable006_=NzQiLFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45 +++ _ModuleTable006_=ZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAuMSIs ++ export _ModuleTable006_ -++ _ModuleTable007_=MDAuMSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2Rm +++ _ModuleTable007_=WyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQuNy4w ++ export _ModuleTable007_ -++ _ModuleTable008_=LzQuNy4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4w +++ _ModuleTable008_=IixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjAiLFsi ++ export _ModuleTable008_ -++ _ModuleTable009_=LjAiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIs +++ _ModuleTable009_=ZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJsb2Fk ++ export _ModuleTable009_ -++ _ModuleTable010_=WyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxv +++ _ModuleTable010_=T3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRl ++ export _ModuleTable010_ -++ _ModuleTable011_=YWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1y +++ _ModuleTable011_=ciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNl ++ export _ModuleTable011_ -++ _ModuleTable012_=ZWxlYXNlLWFkZC1keWNvcmUtZG9jLTIwMjAwMjA0L21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQv +++ _ModuleTable012_=LXVwZGF0ZS1zdWJtb2R1bGVzL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMi ++ export _ModuleTable012_ -++ _ModuleTable013_=bW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= +++ _ModuleTable013_=LH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= ++ export _ModuleTable013_ ++ _ModuleTable_Sz_=13 ++ export _ModuleTable_Sz_ ++ : -s sh + eval + cd build_fv3_4 -+ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204 -DREPRO=Y -D32BIT=Y ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules -DREPRO=Y -D32BIT=Y -- The C compiler identification is Intel 18.0.5.20180823 -- The CXX compiler identification is Intel 18.0.5.20180823 -- The Fortran compiler identification is Intel 18.0.5.20180823 @@ -9355,19 +9352,17 @@ Force 64 bits in ipd Force 64 bits in stochastic_physics -- Configuring done -- Generating done --- Build files have been written to: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/tests/build_fv3_4 +-- Build files have been written to: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/tests/build_fv3_4 + make -j 8 Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o [ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o +[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o Scanning dependencies of target fms -Scanning dependencies of target gfsphysics -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o [ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o [ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -9389,108 +9384,110 @@ Using pure routines. Using allocatable derived type array members. Using cray pointers. [ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +Scanning dependencies of target gfsphysics +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o [ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o [ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o [ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. +[ 6%] Linking Fortran static library libfv3cpl.a +[ 6%] Built target fv3cpl +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o [ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 8%] Linking Fortran static library libfv3cpl.a -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o -[ 8%] Built target fv3cpl -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o [ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o [ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o [ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o [ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o [ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o [ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o [ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o [ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o [ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o [ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o [ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o [ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o [ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o [ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o [ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o [ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o [ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o [ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o [ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o -[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o [ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o [ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o [ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o [ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o [ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o -[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o +[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 26%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o -[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o -[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o +[ 26%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o [ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 26%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. @@ -9500,20 +9497,20 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o [ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -9526,33 +9523,29 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o [ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o [ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o [ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o Using 8-byte addressing Using pure routines. @@ -9562,218 +9555,221 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o -[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o -[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o -[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o -[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o -[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o -[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o -[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o -[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o -[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o [ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o [ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o [ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o [ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 61%] Linking Fortran static library libgfsphysics.a +[ 61%] Built target gfsphysics +Scanning dependencies of target ipd +[ 61%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 62%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 62%] Linking Fortran static library libipd.a +[ 62%] Built target ipd +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 63%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o -[ 63%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 63%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 65%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o -[ 65%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o -[ 66%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 67%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o -[ 70%] Linking Fortran static library libgfsphysics.a -[ 70%] Built target gfsphysics -Scanning dependencies of target ipd -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 70%] Linking Fortran static library libipd.a -[ 70%] Built target ipd -[ 70%] Linking Fortran static library FMS/libfms.a -[ 70%] Built target fms +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 70%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 70%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 70%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 71%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 71%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 71%] Linking Fortran static library FMS/libfms.a +[ 71%] Built target fms Scanning dependencies of target io -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 72%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o Scanning dependencies of target fv3core -[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o [ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o [ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o [ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o [ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 76%] Linking Fortran static library libio.a -[ 76%] Built target io -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 77%] Linking Fortran static library libio.a +[ 77%] Built target io +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o [ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o [ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o Using 8-byte addressing Using pure routines. @@ -9782,20 +9778,20 @@ Using cray pointers. [ 85%] Linking Fortran static library libfv3core.a [ 85%] Built target fv3core Scanning dependencies of target stochastic_physics -[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o [ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o [ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o @@ -9808,28 +9804,28 @@ Scanning dependencies of target stochastic_physics [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 95%] Linking Fortran static library libstochastic_physics.a [ 95%] Built target stochastic_physics Scanning dependencies of target fv3cap [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o [ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o [ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o @@ -9838,10 +9834,10 @@ Scanning dependencies of target NEMS.exe [100%] Linking Fortran executable NEMS.exe [100%] Built target NEMS.exe + mv NEMS.exe ../fv3_4.exe -+ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-dycore-doc-20200204/modulefiles/hera.intel/fv3 ../modules.fv3_4 ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-update-submodules/modulefiles/hera.intel/fv3 ../modules.fv3_4 + cd .. + '[' YES = YES ']' + rm -rf build_fv3_4 -+ elapsed=418 -+ echo 'Elapsed time 418 seconds. Compiling 32BIT=Y REPRO=Y finished' -Elapsed time 418 seconds. Compiling 32BIT=Y REPRO=Y finished ++ elapsed=380 ++ echo 'Elapsed time 380 seconds. Compiling 32BIT=Y REPRO=Y finished' +Elapsed time 380 seconds. Compiling 32BIT=Y REPRO=Y finished diff --git a/tests/RegressionTests_cheyenne.gnu.log b/tests/RegressionTests_cheyenne.gnu.log index 8069d2d951..e31de34b78 100644 --- a/tests/RegressionTests_cheyenne.gnu.log +++ b/tests/RegressionTests_cheyenne.gnu.log @@ -1,9 +1,9 @@ -Wed Feb 5 14:45:42 MST 2020 +Thu Feb 6 20:49:45 MST 2020 Start Regression test -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200121/GNU/fv3_gfs_v15p2_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_37850/fv3_ccpp_gfs_v15p2_prod +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200206/GNU/fv3_gfs_v15p2_ccpp +working dir = /glade/scratch/heinzell/FV3_RT/rt_71778/fv3_ccpp_gfs_v15p2_prod Checking test 001 fv3_ccpp_gfs_v15p2 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -94,8 +94,8 @@ Checking test 001 fv3_ccpp_gfs_v15p2 results .... Test 001 fv3_ccpp_gfs_v15p2 PASS -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200121/GNU/fv3_gfs_v15p2_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_37850/fv3_ccpp_gfs_v15p2_coldstart_prod +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200206/GNU/fv3_gfs_v15p2_ccpp +working dir = /glade/scratch/heinzell/FV3_RT/rt_71778/fv3_ccpp_gfs_v15p2_coldstart_prod Checking test 002 fv3_ccpp_gfs_v15p2_coldstart results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK @@ -124,8 +124,8 @@ Checking test 002 fv3_ccpp_gfs_v15p2_coldstart results .... Test 002 fv3_ccpp_gfs_v15p2_coldstart PASS -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200121/GNU/fv3_gfs_v15p2_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_37850/fv3_ccpp_gfs_v15p2_restart_prod +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200206/GNU/fv3_gfs_v15p2_ccpp +working dir = /glade/scratch/heinzell/FV3_RT/rt_71778/fv3_ccpp_gfs_v15p2_restart_prod Checking test 003 fv3_ccpp_gfs_v15p2_restart results .... Comparing phyf027.tile1.nc .........OK Comparing phyf027.tile2.nc .........OK @@ -186,8 +186,8 @@ Checking test 003 fv3_ccpp_gfs_v15p2_restart results .... Test 003 fv3_ccpp_gfs_v15p2_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200121/GNU/fv3_gfs_v16beta_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_37850/fv3_ccpp_gfs_v16beta_prod +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200206/GNU/fv3_gfs_v16beta_ccpp +working dir = /glade/scratch/heinzell/FV3_RT/rt_71778/fv3_ccpp_gfs_v16beta_prod Checking test 004 fv3_ccpp_gfs_v16beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -278,8 +278,8 @@ Checking test 004 fv3_ccpp_gfs_v16beta results .... Test 004 fv3_ccpp_gfs_v16beta PASS -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200121/GNU/fv3_gfs_v16beta_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_37850/fv3_ccpp_gfs_v16beta_coldstart_prod +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200206/GNU/fv3_gfs_v16beta_ccpp +working dir = /glade/scratch/heinzell/FV3_RT/rt_71778/fv3_ccpp_gfs_v16beta_coldstart_prod Checking test 005 fv3_ccpp_gfs_v16beta_coldstart results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK @@ -308,8 +308,8 @@ Checking test 005 fv3_ccpp_gfs_v16beta_coldstart results .... Test 005 fv3_ccpp_gfs_v16beta_coldstart PASS -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200121/GNU/fv3_gfs_v16beta_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_37850/fv3_ccpp_gfs_v16beta_restart_prod +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200206/GNU/fv3_gfs_v16beta_ccpp +working dir = /glade/scratch/heinzell/FV3_RT/rt_71778/fv3_ccpp_gfs_v16beta_restart_prod Checking test 006 fv3_ccpp_gfs_v16beta_restart results .... Comparing phyf027.tile1.nc .........OK Comparing phyf027.tile2.nc .........OK @@ -370,8 +370,8 @@ Checking test 006 fv3_ccpp_gfs_v16beta_restart results .... Test 006 fv3_ccpp_gfs_v16beta_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200121/GNU/fv3_gfs_v15p2_debug_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_37850/fv3_ccpp_gfs_v15p2_debug_prod +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200206/GNU/fv3_gfs_v15p2_debug_ccpp +working dir = /glade/scratch/heinzell/FV3_RT/rt_71778/fv3_ccpp_gfs_v15p2_debug_prod Checking test 007 fv3_ccpp_gfs_v15p2_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -438,8 +438,8 @@ Checking test 007 fv3_ccpp_gfs_v15p2_debug results .... Test 007 fv3_ccpp_gfs_v15p2_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200121/GNU/fv3_gfs_v16beta_debug_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_37850/fv3_ccpp_gfs_v16beta_debug_prod +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200206/GNU/fv3_gfs_v16beta_debug_ccpp +working dir = /glade/scratch/heinzell/FV3_RT/rt_71778/fv3_ccpp_gfs_v16beta_debug_prod Checking test 008 fv3_ccpp_gfs_v16beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -506,8 +506,8 @@ Checking test 008 fv3_ccpp_gfs_v16beta_debug results .... Test 008 fv3_ccpp_gfs_v16beta_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200121/GNU/fv3_gfs_v15p2_repro -working dir = /glade/scratch/heinzell/FV3_RT/rt_37850/fv3_ccpp_gfs_v15p2_repro +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200206/GNU/fv3_gfs_v15p2_repro +working dir = /glade/scratch/heinzell/FV3_RT/rt_71778/fv3_ccpp_gfs_v15p2_repro Checking test 009 fv3_ccpp_gfs_v15p2 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -598,8 +598,8 @@ Checking test 009 fv3_ccpp_gfs_v15p2 results .... Test 009 fv3_ccpp_gfs_v15p2 PASS -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200121/GNU/fv3_gfs_v16beta_repro -working dir = /glade/scratch/heinzell/FV3_RT/rt_37850/fv3_ccpp_gfs_v16beta_repro +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200206/GNU/fv3_gfs_v16beta_repro +working dir = /glade/scratch/heinzell/FV3_RT/rt_71778/fv3_ccpp_gfs_v16beta_repro Checking test 010 fv3_ccpp_gfs_v16beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -691,5 +691,5 @@ Test 010 fv3_ccpp_gfs_v16beta PASS REGRESSION TEST WAS SUCCESSFUL -Wed Feb 5 15:27:00 MST 2020 -Elapsed time: 00h:41m:18s. Have a nice day! +Thu Feb 6 21:32:32 MST 2020 +Elapsed time: 00h:42m:48s. Have a nice day! diff --git a/tests/RegressionTests_cheyenne.intel.log b/tests/RegressionTests_cheyenne.intel.log index d37eb4ec49..f53da323d9 100644 --- a/tests/RegressionTests_cheyenne.intel.log +++ b/tests/RegressionTests_cheyenne.intel.log @@ -1,9 +1,9 @@ -Wed Feb 5 14:42:19 MST 2020 +Thu Feb 6 20:49:32 MST 2020 Start Regression test -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200121/INTEL/fv3_gfs_v15p2_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_15986/fv3_ccpp_gfs_v15p2_prod +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200206/INTEL/fv3_gfs_v15p2_ccpp +working dir = /glade/scratch/heinzell/FV3_RT/rt_14615/fv3_ccpp_gfs_v15p2_prod Checking test 001 fv3_ccpp_gfs_v15p2 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -94,8 +94,8 @@ Checking test 001 fv3_ccpp_gfs_v15p2 results .... Test 001 fv3_ccpp_gfs_v15p2 PASS -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200121/INTEL/fv3_gfs_v15p2_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_15986/fv3_ccpp_gfs_v15p2_coldstart_prod +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200206/INTEL/fv3_gfs_v15p2_ccpp +working dir = /glade/scratch/heinzell/FV3_RT/rt_14615/fv3_ccpp_gfs_v15p2_coldstart_prod Checking test 002 fv3_ccpp_gfs_v15p2_coldstart results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK @@ -124,8 +124,8 @@ Checking test 002 fv3_ccpp_gfs_v15p2_coldstart results .... Test 002 fv3_ccpp_gfs_v15p2_coldstart PASS -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200121/INTEL/fv3_gfs_v15p2_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_15986/fv3_ccpp_gfs_v15p2_restart_prod +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200206/INTEL/fv3_gfs_v15p2_ccpp +working dir = /glade/scratch/heinzell/FV3_RT/rt_14615/fv3_ccpp_gfs_v15p2_restart_prod Checking test 003 fv3_ccpp_gfs_v15p2_restart results .... Comparing phyf027.tile1.nc .........OK Comparing phyf027.tile2.nc .........OK @@ -186,8 +186,8 @@ Checking test 003 fv3_ccpp_gfs_v15p2_restart results .... Test 003 fv3_ccpp_gfs_v15p2_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200121/INTEL/fv3_gfs_v16beta_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_15986/fv3_ccpp_gfs_v16beta_prod +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200206/INTEL/fv3_gfs_v16beta_ccpp +working dir = /glade/scratch/heinzell/FV3_RT/rt_14615/fv3_ccpp_gfs_v16beta_prod Checking test 004 fv3_ccpp_gfs_v16beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -278,8 +278,8 @@ Checking test 004 fv3_ccpp_gfs_v16beta results .... Test 004 fv3_ccpp_gfs_v16beta PASS -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200121/INTEL/fv3_gfs_v16beta_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_15986/fv3_ccpp_gfs_v16beta_coldstart_prod +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200206/INTEL/fv3_gfs_v16beta_ccpp +working dir = /glade/scratch/heinzell/FV3_RT/rt_14615/fv3_ccpp_gfs_v16beta_coldstart_prod Checking test 005 fv3_ccpp_gfs_v16beta_coldstart results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK @@ -308,8 +308,8 @@ Checking test 005 fv3_ccpp_gfs_v16beta_coldstart results .... Test 005 fv3_ccpp_gfs_v16beta_coldstart PASS -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200121/INTEL/fv3_gfs_v16beta_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_15986/fv3_ccpp_gfs_v16beta_restart_prod +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200206/INTEL/fv3_gfs_v16beta_ccpp +working dir = /glade/scratch/heinzell/FV3_RT/rt_14615/fv3_ccpp_gfs_v16beta_restart_prod Checking test 006 fv3_ccpp_gfs_v16beta_restart results .... Comparing phyf027.tile1.nc .........OK Comparing phyf027.tile2.nc .........OK @@ -370,8 +370,8 @@ Checking test 006 fv3_ccpp_gfs_v16beta_restart results .... Test 006 fv3_ccpp_gfs_v16beta_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200121/INTEL/fv3_gfs_v15p2_debug_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_15986/fv3_ccpp_gfs_v15p2_debug_prod +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200206/INTEL/fv3_gfs_v15p2_debug_ccpp +working dir = /glade/scratch/heinzell/FV3_RT/rt_14615/fv3_ccpp_gfs_v15p2_debug_prod Checking test 007 fv3_ccpp_gfs_v15p2_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -438,8 +438,8 @@ Checking test 007 fv3_ccpp_gfs_v15p2_debug results .... Test 007 fv3_ccpp_gfs_v15p2_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200121/INTEL/fv3_gfs_v16beta_debug_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_15986/fv3_ccpp_gfs_v16beta_debug_prod +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200206/INTEL/fv3_gfs_v16beta_debug_ccpp +working dir = /glade/scratch/heinzell/FV3_RT/rt_14615/fv3_ccpp_gfs_v16beta_debug_prod Checking test 008 fv3_ccpp_gfs_v16beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -506,8 +506,8 @@ Checking test 008 fv3_ccpp_gfs_v16beta_debug results .... Test 008 fv3_ccpp_gfs_v16beta_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200121/INTEL/fv3_gfs_v15p2_repro -working dir = /glade/scratch/heinzell/FV3_RT/rt_15986/fv3_ccpp_gfs_v15p2_repro +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200206/INTEL/fv3_gfs_v15p2_repro +working dir = /glade/scratch/heinzell/FV3_RT/rt_14615/fv3_ccpp_gfs_v15p2_repro Checking test 009 fv3_ccpp_gfs_v15p2 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -598,8 +598,8 @@ Checking test 009 fv3_ccpp_gfs_v15p2 results .... Test 009 fv3_ccpp_gfs_v15p2 PASS -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200121/INTEL/fv3_gfs_v16beta_repro -working dir = /glade/scratch/heinzell/FV3_RT/rt_15986/fv3_ccpp_gfs_v16beta_repro +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200206/INTEL/fv3_gfs_v16beta_repro +working dir = /glade/scratch/heinzell/FV3_RT/rt_14615/fv3_ccpp_gfs_v16beta_repro Checking test 010 fv3_ccpp_gfs_v16beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -690,8 +690,8 @@ Checking test 010 fv3_ccpp_gfs_v16beta results .... Test 010 fv3_ccpp_gfs_v16beta PASS -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200121/INTEL/fv3_gfs_v15p2_repro -working dir = /glade/scratch/heinzell/FV3_RT/rt_15986/fv3_gfs_v15p2_repro +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200206/INTEL/fv3_gfs_v15p2_repro +working dir = /glade/scratch/heinzell/FV3_RT/rt_14615/fv3_gfs_v15p2_repro Checking test 011 fv3_gfs_v15p2 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -782,8 +782,8 @@ Checking test 011 fv3_gfs_v15p2 results .... Test 011 fv3_gfs_v15p2 PASS -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200121/INTEL/fv3_gfs_v16beta_repro -working dir = /glade/scratch/heinzell/FV3_RT/rt_15986/fv3_gfs_v16beta_repro +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200206/INTEL/fv3_gfs_v16beta_repro +working dir = /glade/scratch/heinzell/FV3_RT/rt_14615/fv3_gfs_v16beta_repro Checking test 012 fv3_gfs_v16beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -875,5 +875,5 @@ Test 012 fv3_gfs_v16beta PASS REGRESSION TEST WAS SUCCESSFUL -Wed Feb 5 15:50:37 MST 2020 -Elapsed time: 01h:08m:18s. Have a nice day! +Thu Feb 6 22:15:52 MST 2020 +Elapsed time: 01h:26m:20s. Have a nice day! diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index 95b9abdc90..1ce64ac99e 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,9 +1,9 @@ -Wed Feb 5 21:55:46 UTC 2020 +Fri Feb 7 14:27:47 UTC 2020 Start Regression test -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200121/fv3_gfs_v15p2_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_276009/fv3_ccpp_gfs_v15p2_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200206/fv3_gfs_v15p2_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_149744/fv3_ccpp_gfs_v15p2_prod Checking test 001 fv3_ccpp_gfs_v15p2 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -94,8 +94,8 @@ Checking test 001 fv3_ccpp_gfs_v15p2 results .... Test 001 fv3_ccpp_gfs_v15p2 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200121/fv3_gfs_v15p2_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_276009/fv3_ccpp_gfs_v15p2_coldstart_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200206/fv3_gfs_v15p2_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_149744/fv3_ccpp_gfs_v15p2_coldstart_prod Checking test 002 fv3_ccpp_gfs_v15p2_coldstart results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK @@ -124,8 +124,8 @@ Checking test 002 fv3_ccpp_gfs_v15p2_coldstart results .... Test 002 fv3_ccpp_gfs_v15p2_coldstart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200121/fv3_gfs_v15p2_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_276009/fv3_ccpp_gfs_v15p2_restart_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200206/fv3_gfs_v15p2_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_149744/fv3_ccpp_gfs_v15p2_restart_prod Checking test 003 fv3_ccpp_gfs_v15p2_restart results .... Comparing phyf027.tile1.nc .........OK Comparing phyf027.tile2.nc .........OK @@ -186,8 +186,8 @@ Checking test 003 fv3_ccpp_gfs_v15p2_restart results .... Test 003 fv3_ccpp_gfs_v15p2_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200121/fv3_gfs_v16beta_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_276009/fv3_ccpp_gfs_v16beta_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200206/fv3_gfs_v16beta_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_149744/fv3_ccpp_gfs_v16beta_prod Checking test 004 fv3_ccpp_gfs_v16beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -278,8 +278,8 @@ Checking test 004 fv3_ccpp_gfs_v16beta results .... Test 004 fv3_ccpp_gfs_v16beta PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200121/fv3_gfs_v16beta_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_276009/fv3_ccpp_gfs_v16beta_coldstart_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200206/fv3_gfs_v16beta_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_149744/fv3_ccpp_gfs_v16beta_coldstart_prod Checking test 005 fv3_ccpp_gfs_v16beta_coldstart results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK @@ -308,8 +308,8 @@ Checking test 005 fv3_ccpp_gfs_v16beta_coldstart results .... Test 005 fv3_ccpp_gfs_v16beta_coldstart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200121/fv3_gfs_v16beta_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_276009/fv3_ccpp_gfs_v16beta_restart_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200206/fv3_gfs_v16beta_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_149744/fv3_ccpp_gfs_v16beta_restart_prod Checking test 006 fv3_ccpp_gfs_v16beta_restart results .... Comparing phyf027.tile1.nc .........OK Comparing phyf027.tile2.nc .........OK @@ -370,8 +370,8 @@ Checking test 006 fv3_ccpp_gfs_v16beta_restart results .... Test 006 fv3_ccpp_gfs_v16beta_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200121/fv3_gfs_v15p2_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_276009/fv3_ccpp_gfs_v15p2_debug_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200206/fv3_gfs_v15p2_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_149744/fv3_ccpp_gfs_v15p2_debug_prod Checking test 007 fv3_ccpp_gfs_v15p2_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -438,8 +438,8 @@ Checking test 007 fv3_ccpp_gfs_v15p2_debug results .... Test 007 fv3_ccpp_gfs_v15p2_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200121/fv3_gfs_v16beta_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_276009/fv3_ccpp_gfs_v16beta_debug_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200206/fv3_gfs_v16beta_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_149744/fv3_ccpp_gfs_v16beta_debug_prod Checking test 008 fv3_ccpp_gfs_v16beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -506,8 +506,8 @@ Checking test 008 fv3_ccpp_gfs_v16beta_debug results .... Test 008 fv3_ccpp_gfs_v16beta_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200121/fv3_gfs_v15p2_repro -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_276009/fv3_ccpp_gfs_v15p2_repro +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200206/fv3_gfs_v15p2_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_149744/fv3_ccpp_gfs_v15p2_repro Checking test 009 fv3_ccpp_gfs_v15p2 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -598,8 +598,8 @@ Checking test 009 fv3_ccpp_gfs_v15p2 results .... Test 009 fv3_ccpp_gfs_v15p2 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200121/fv3_gfs_v16beta_repro -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_276009/fv3_ccpp_gfs_v16beta_repro +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200206/fv3_gfs_v16beta_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_149744/fv3_ccpp_gfs_v16beta_repro Checking test 010 fv3_ccpp_gfs_v16beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -690,8 +690,8 @@ Checking test 010 fv3_ccpp_gfs_v16beta results .... Test 010 fv3_ccpp_gfs_v16beta PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200121/fv3_gfs_v15p2_repro -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_276009/fv3_gfs_v15p2_repro +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200206/fv3_gfs_v15p2_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_149744/fv3_gfs_v15p2_repro Checking test 011 fv3_gfs_v15p2 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -782,8 +782,8 @@ Checking test 011 fv3_gfs_v15p2 results .... Test 011 fv3_gfs_v15p2 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200121/fv3_gfs_v16beta_repro -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_276009/fv3_gfs_v16beta_repro +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200206/fv3_gfs_v16beta_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_149744/fv3_gfs_v16beta_repro Checking test 012 fv3_gfs_v16beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -875,5 +875,5 @@ Test 012 fv3_gfs_v16beta PASS REGRESSION TEST WAS SUCCESSFUL -Wed Feb 5 22:58:27 UTC 2020 -Elapsed time: 01h:02m:50s. Have a nice day! +Fri Feb 7 15:18:44 UTC 2020 +Elapsed time: 00h:50m:58s. Have a nice day!